Skip to content
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

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

UI issues fixed. #270

wants to merge 26 commits into from

Commits on Feb 20, 2018

  1. Bug that configuration types were not serialized properly by Jackson and

    hence was giving parse error in JavaScript, is fixed.
    grahman committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    f7322d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1020584 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Spring platform upgraded to 2.0.8 version.

    grahman committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    6f07b93 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Revert "Spring platform upgraded to 2.0.8 version."

    This reverts commit 6f07b93.
    grahman committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    1d235f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c56a30 View commit details
    Browse the repository at this point in the history
  3. Admin logo set for CE.

    grahman committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    a198294 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. 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 committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    4587699 View commit details
    Browse the repository at this point in the history
  2. 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 committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    d12fb3d View commit details
    Browse the repository at this point in the history
  3. 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 committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    27e5c83 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into ceadmin

    Conflicts:
    	lightadmin-core/pom.xml
    	lightadmin-sandbox/pom.xml
    	lightadmin-tests/pom.xml
    	pom.xml
    grahman committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    3987238 View commit details
    Browse the repository at this point in the history
  5. Custom Logo Image can now be served from the WEB-INF directory, so no

    need to serve from the LightAdmin jar.
    grahman committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    94993cb View commit details
    Browse the repository at this point in the history
  6. 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 committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    dca8bb0 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into ceadmin

    Conflicts:
    	lightadmin-core/pom.xml
    	lightadmin-sandbox/pom.xml
    	lightadmin-tests/pom.xml
    	pom.xml
    grahman committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    d4af27b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Spring Platform upgraded to Brussels-SR6

    grahman committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    65cd213 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Issue that the Jackson Object mapper could not parse

    PersistentEntityWrapper instances, is fixed.
    grahman committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    2be1bc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e39d4fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a9002a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab7df16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9586fea View commit details
    Browse the repository at this point in the history
  6. Merge branch 'ceadmin' of https://github.com/gazirahman/light-admin.git

    … into ceadmin
    grahman committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    c6d68c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24c7b14 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'spring-platform-brussels-sr6'

    grahman committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    307aae5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b0958c View commit details
    Browse the repository at this point in the history
  10. Merge branch 'spring-platform-brussels-sr6'

    grahman committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    cb13291 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Configuration menu
    Copy the full SHA
    28d5789 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ceadmin

    grahman committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    5f90382 View commit details
    Browse the repository at this point in the history