Ignore:
Timestamp:
Apr 4, 2009, 6:41:25 PM (15 years ago)
Author:
gav
Message:

Installed help-balloons plugin.
Adjust security config to allow javascript and help-balloons folders.
Add "Repeat password" to change password.
Detailed Entry views, including only allow user to edit their own entries.
Adjust Entry constraints.
Add comments to layouts/main.gsp.
Work on TaskDetailed? view to show entry durations and allow editing.
Entry duration formatting to CSS and increased base font size to 14px.

File:
1 edited

Legend:

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

    r73 r98  
    3636    '/css/*': ['IS_AUTHENTICATED_ANONYMOUSLY'],
    3737    '/images/**': ['IS_AUTHENTICATED_ANONYMOUSLY'],
     38    '/js/**': ['IS_AUTHENTICATED_ANONYMOUSLY'],
     39    '/plugins/help-balloons-1.2/**': ['IS_AUTHENTICATED_ANONYMOUSLY'],
    3840    '/login*': ['IS_AUTHENTICATED_ANONYMOUSLY'],
    3941    '/login/**': ['IS_AUTHENTICATED_ANONYMOUSLY'],
Note: See TracChangeset for help on using the changeset viewer.