# # ChangeLog for trunk/src/grails-app/controllers # # Generated by Trac 1.2 # May 9, 2024, 11:33:00 PM Tue, 24 Mar 2009 18:26:43 GMT gav [91] * trunk/src/grails-app/conf/BootStrap.groovy (modified) * trunk/src/grails-app/controllers/AppCoreController.groovy (modified) * trunk/src/grails-app/controllers/EntryDetailedController.groovy (added) * trunk/src/grails-app/controllers/PersonController.groovy (modified) * trunk/src/grails-app/domain/Task.groovy (modified) * trunk/src/grails-app/views/_adminmenubar.gsp (modified) * trunk/src/grails-app/views/appCore/admin.gsp (modified) * trunk/src/grails-app/views/appCore/manager.gsp (added) * trunk/src/grails-app/views/taskDetailed/create.gsp (modified) * trunk/src/grails-app/views/taskDetailed/edit.gsp (modified) * trunk/src/grails-app/views/taskDetailed/show.gsp (modified) More detailing on Task and Entry. Added another authorisation ... Tue, 24 Mar 2009 06:07:13 GMT gav [89] * trunk/src (moved) TaskRewrite has satisfied its purpose so moved to /trunk. Tue, 24 Mar 2009 04:49:44 GMT gav [85] * branches/TaskRewrite/src/grails-app/controllers/TaskController.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/TaskDetailedController.groovy (copied) * branches/TaskRewrite/src/grails-app/views/appCore/home.gsp (modified) * branches/TaskRewrite/src/grails-app/views/taskDetailed (added) * branches/TaskRewrite/src/grails-app/views/taskDetailed/create.gsp (moved) * branches/TaskRewrite/src/grails-app/views/taskDetailed/edit.gsp (moved) * branches/TaskRewrite/src/grails-app/views/taskDetailed/list.gsp (moved) * branches/TaskRewrite/src/grails-app/views/taskDetailed/show.gsp (moved) Re-arrange the way 'Detailed is used, much nicer and more secure.