#
# ChangeLog for trunk/src/grails-app/domain
#
# Generated by Trac 1.2
# Jul 26, 2025, 10:37:52 AM

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.


Sat, 14 Mar 2009 00:04:39 GMT gav [73]
	* branches/TaskRewrite/src/grails-app/conf/BootStrap.groovy (modified)
	* branches/TaskRewrite/src/grails-app/conf/SecurityConfig.groovy (modified)
	* branches/TaskRewrite/src/grails-app/controllers/AppCoreController.groovy (modified)
	* branches/TaskRewrite/src/grails-app/controllers/LoginController.groovy (modified)
	* branches/TaskRewrite/src/grails-app/controllers/PersonController.groovy (modified)
	* branches/TaskRewrite/src/grails-app/domain/Person.groovy (modified)
	* branches/TaskRewrite/src/grails-app/i18n/messages.properties (modified)
	* branches/TaskRewrite/src/grails-app/views/_adminmenubar.gsp (modified)
	* branches/TaskRewrite/src/grails-app/views/appCore/changePassword.gsp (added)
	* branches/TaskRewrite/src/grails-app/views/appCore/create.gsp (deleted)
	* branches/TaskRewrite/src/grails-app/views/appCore/edit.gsp (deleted)
	* branches/TaskRewrite/src/grails-app/views/appCore/home.gsp (modified)
	* branches/TaskRewrite/src/grails-app/views/appCore/list.gsp (deleted)
	* branches/TaskRewrite/src/grails-app/views/appCore/options.gsp (modified)
	* branches/TaskRewrite/src/grails-app/views/appCore/show.gsp (deleted)
	* branches/TaskRewrite/src/grails-app/views/layouts/main.gsp (modified)
	* branches/TaskRewrite/src/grails-app/views/person/create.gsp (modified)
	* branches/TaskRewrite/src/grails-app/views/person/edit.gsp (modified)

	Add changePassword under options view so that users can change their ...