-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI issues fixed. #270
base: master
Are you sure you want to change the base?
UI issues fixed. #270
Commits on Feb 20, 2018
-
Bug that configuration types were not serialized properly by Jackson and
hence was giving parse error in JavaScript, is fixed.
grahman committedFeb 20, 2018 Configuration menu - View commit details
-
Copy full SHA for f7322d8 - Browse repository at this point
Copy the full SHA f7322d8View commit details -
Bug that User (principal) name is not shown in the UI, is fixed.
grahman committedFeb 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 1020584 - Browse repository at this point
Copy the full SHA 1020584View commit details
Commits on Feb 21, 2018
-
Spring platform upgraded to 2.0.8 version.
grahman committedFeb 21, 2018 Configuration menu - View commit details
-
Copy full SHA for 6f07b93 - Browse repository at this point
Copy the full SHA 6f07b93View commit details
Commits on Feb 22, 2018
-
Revert "Spring platform upgraded to 2.0.8 version."
This reverts commit 6f07b93.
grahman committedFeb 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 1d235f5 - Browse repository at this point
Copy the full SHA 1d235f5View commit details -
Spring Platform upgradation to version 2.0.8 has been started.
grahman committedFeb 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 4c56a30 - Browse repository at this point
Copy the full SHA 4c56a30View commit details -
grahman committed
Feb 22, 2018 Configuration menu - View commit details
-
Copy full SHA for a198294 - Browse repository at this point
Copy the full SHA a198294View commit details
Commits on Feb 23, 2018
-
Bug that custom logo set in the WEB-INF directory of the project was not
loading, is fixed. If the logo image is set in the '/WEB-INF/lightadmin//images/lightadmin-custom-logo.png' path of the web project, still the logo was not loading. This issue is fixed. Also from now on the images (under path: '/images/') will be searched and served in the following paths: classpath:/META-INF/resources/images/ classpath:/META-INF/resources/lightadmin
grahman committedFeb 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 4587699 - Browse repository at this point
Copy the full SHA 4587699View commit details -
Revert "Bug that custom logo set in the WEB-INF directory of the proj…
…ect was not loading, is fixed. If the logo image is set in the '/WEB-INF/lightadmin//images/lightadmin-custom-logo.png' path of the web project, still the logo was not loading. This issue is fixed. Also from now on the images (under path: '/images/') will be searched and served in the following paths: classpath:/META-INF/resources/images/ classpath:/META-INF/resources/lightadmin" This reverts commit 4587699.
grahman committedFeb 23, 2018 Configuration menu - View commit details
-
Copy full SHA for d12fb3d - Browse repository at this point
Copy the full SHA d12fb3dView commit details -
Bug that custom logo set in the WEB-INF directory of the project was not
loading, is fixed. If the logo image is set in the '/WEB-INF/lightadmin//images/lightadmin-custom-logo.png' path of the web project, still the logo was not loading. This issue is fixed. Also from now on the images (under path: '/images/') will be searched and served in the following paths: classpath:/META-INF/resources/images/ classpath:/META-INF/resources/lightadmin classpath:/META-INF/resources/lightadmin
grahman committedFeb 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 27e5c83 - Browse repository at this point
Copy the full SHA 27e5c83View commit details -
Merge branch 'master' into ceadmin
Conflicts: lightadmin-core/pom.xml lightadmin-sandbox/pom.xml lightadmin-tests/pom.xml pom.xml
grahman committedFeb 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 3987238 - Browse repository at this point
Copy the full SHA 3987238View commit details -
Custom Logo Image can now be served from the WEB-INF directory, so no
need to serve from the LightAdmin jar.
grahman committedFeb 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 94993cb - Browse repository at this point
Copy the full SHA 94993cbView commit details -
Revert "Bug that custom logo set in the WEB-INF directory of the proj…
…ect was not loading, is fixed. If the logo image is set in the '/WEB-INF/lightadmin//images/lightadmin-custom-logo.png' path of the web project, still the logo was not loading. This issue is fixed. Also from now on the images (under path: '/images/') will be searched and served in the following paths: classpath:/META-INF/resources/images/ classpath:/META-INF/resources/lightadmin classpath:/META-INF/resources/lightadmin" This reverts commit 27e5c83.
grahman committedFeb 23, 2018 Configuration menu - View commit details
-
Copy full SHA for dca8bb0 - Browse repository at this point
Copy the full SHA dca8bb0View commit details -
Merge branch 'master' into ceadmin
Conflicts: lightadmin-core/pom.xml lightadmin-sandbox/pom.xml lightadmin-tests/pom.xml pom.xml
grahman committedFeb 23, 2018 Configuration menu - View commit details
-
Copy full SHA for d4af27b - Browse repository at this point
Copy the full SHA d4af27bView commit details
Commits on Mar 7, 2018
-
Spring Platform upgraded to Brussels-SR6
grahman committedMar 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 65cd213 - Browse repository at this point
Copy the full SHA 65cd213View commit details
Commits on Mar 8, 2018
-
Issue that the Jackson Object mapper could not parse
PersistentEntityWrapper instances, is fixed.
grahman committedMar 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 2be1bc5 - Browse repository at this point
Copy the full SHA 2be1bc5View commit details -
Issue that view names were not properly serialized, is fixed.
grahman committedMar 8, 2018 Configuration menu - View commit details
-
Copy full SHA for e39d4fd - Browse repository at this point
Copy the full SHA e39d4fdView commit details -
Java 8 is needed for newer version of Spring Dependencies.
grahman committedMar 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 2a9002a - Browse repository at this point
Copy the full SHA 2a9002aView commit details -
Merge branch 'spring-platform-brussels-sr6' into ceadmin
grahman committedMar 8, 2018 Configuration menu - View commit details
-
Copy full SHA for ab7df16 - Browse repository at this point
Copy the full SHA ab7df16View commit details -
Compiler upgraded to Java 8 for newer version of Spring dependencies.
grahman committedMar 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 9586fea - Browse repository at this point
Copy the full SHA 9586feaView commit details -
Merge branch 'ceadmin' of https://github.com/gazirahman/light-admin.git…
… into ceadmin
grahman committedMar 8, 2018 Configuration menu - View commit details
-
Copy full SHA for c6d68c8 - Browse repository at this point
Copy the full SHA c6d68c8View commit details -
Spring platform upgrated in theparent, sandbox and the test modules as
well.
grahman committedMar 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 24c7b14 - Browse repository at this point
Copy the full SHA 24c7b14View commit details -
Merge branch 'spring-platform-brussels-sr6'
grahman committedMar 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 307aae5 - Browse repository at this point
Copy the full SHA 307aae5View commit details -
Compiler upgraded to Java 8 for newer Spring versions.
grahman committedMar 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 2b0958c - Browse repository at this point
Copy the full SHA 2b0958cView commit details -
Merge branch 'spring-platform-brussels-sr6'
grahman committedMar 8, 2018 Configuration menu - View commit details
-
Copy full SHA for cb13291 - Browse repository at this point
Copy the full SHA cb13291View commit details
Commits on Mar 9, 2018
-
Bug that new entities couldn't be created, is fixed.
grahman committedMar 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 28d5789 - Browse repository at this point
Copy the full SHA 28d5789View commit details -
Merge branch 'master' into ceadmin
grahman committedMar 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 5f90382 - Browse repository at this point
Copy the full SHA 5f90382View commit details