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/domain/Entry.groovy

    r66 r98  
    1515        comment(blank:false,maxSize:500)
    1616        dateDone()
    17         durationHour(min:0)
     17        durationHour(min:0,max:16)
    1818        durationMinute(min:0,max:59)
    1919       
Note: See TracChangeset for help on using the changeset viewer.