Ignore:
Timestamp:
Sep 28, 2009, 10:01:43 AM (15 years ago)
Author:
gav
Message:

Install Navigation plugin, work on navigation and hopefully fixed a few more IE vs Firefox CSS issues.
New skin for class-diagram plugin.
Adjust security config to suite.
Replace home.gsp with start.gsp, remove options.gsp and acknowledgements.gsp as they are now on start.gsp tabs.
Create search pages for Tasks, Assets and Inventory.
Change suggested login to manager.
Change all date formats to format="EEE, dd-MMM-yyyy".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/SecurityConfig.groovy

    r138 r139  
    4040    '/js/**': ['IS_AUTHENTICATED_ANONYMOUSLY'],
    4141    '/plugins/help-balloons-1.2/**': ['IS_AUTHENTICATED_FULLY'],
    42      '/plugins/richui-0.6/**': ['IS_AUTHENTICATED_FULLY'],
    43      '/plugins/class-diagram-0.3/**': ['IS_AUTHENTICATED_FULLY'],
     42    '/plugins/richui-0.6/**': ['IS_AUTHENTICATED_FULLY'],
     43    '/plugins/navigation-1.1/**': ['IS_AUTHENTICATED_FULLY'],
     44    '/plugins/class-diagram-0.3/**': ['IS_AUTHENTICATED_FULLY'],
     45    '/classDiagram*': ['IS_AUTHENTICATED_FULLY'],
    4446    '/classDiagram/**': ['IS_AUTHENTICATED_FULLY'],
    4547    '/login*': ['IS_AUTHENTICATED_ANONYMOUSLY'],
Note: See TracChangeset for help on using the changeset viewer.