# # ChangeLog for branches/TaskRewrite/src/grails-app/views/taskDetailed/edit.gsp # # Generated by Trac 1.2 # Apr 29, 2024, 4:03:07 PM 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. Mon, 23 Mar 2009 17:30:12 GMT gav [84] * branches/TaskRewrite/src/grails-app/conf/BootStrap.groovy (modified) * branches/TaskRewrite/src/grails-app/controllers/TaskController.groovy (modified) * branches/TaskRewrite/src/grails-app/views/appCore/admin.gsp (modified) * branches/TaskRewrite/src/grails-app/views/appCore/home.gsp (modified) * branches/TaskRewrite/src/grails-app/views/task/createDetailed.gsp (added) * branches/TaskRewrite/src/grails-app/views/task/editDetailed.gsp (added) * branches/TaskRewrite/src/grails-app/views/task/listDetailed.gsp (added) * branches/TaskRewrite/src/grails-app/views/task/showDetailed.gsp (added) * branches/TaskRewrite/src/web-app/css/main.css (modified) Start creating 'Detail views for Task. Add to BootStrap. Small change ...