#
# ChangeLog for trunk/src
#
# Generated by Trac 1.2
# Apr 12, 2025, 6:50:25 PM

Thu, 07 May 2009 15:01:56 GMT gav [131]
	* trunk/doc/Definitions/PreventativeMaintenance_PM.txt (moved)
	* trunk/doc/Definitions/TaskActions.txt (modified)
	* trunk/doc/gnuMimsErd.dia (modified)
	* trunk/grails-app/conf/BootStrap.groovy (modified)
	* trunk/grails-app/controllers/MaintenanceActionController.groovy (moved)
	* trunk/grails-app/controllers/TaskActionDetailedController.groovy (added)
	* trunk/grails-app/controllers/TaskDetailedController.groovy (modified)
	* trunk/grails-app/controllers/TaskProcedureController.groovy (added)
	* trunk/grails-app/controllers/TaskRecurringScheduleController.groovy (added)
	* trunk/grails-app/controllers/TaskRecurringScheduleDetailed.groovy (deleted)
	* trunk/grails-app/controllers/TaskRecurringScheduleDetailedController.groovy (added)
	* trunk/grails-app/domain/Assembly.groovy (modified)
	* trunk/grails-app/domain/Asset.groovy (modified)
	* trunk/grails-app/domain/ComponentItem.groovy (modified)
	* trunk/grails-app/domain/MaintenanceAction.groovy (moved)
	* trunk/grails-app/domain/Period.groovy (modified)
	* trunk/grails-app/domain/SubAssembly.groovy (modified)
	* trunk/grails-app/domain/Task.groovy (modified)
	* trunk/grails-app/domain/TaskProcedure.groovy (added)
	* trunk/grails-app/domain/TaskRecurringSchedule.groovy (moved)
	* trunk/grails-app/views/assembly/create.gsp (modified)
	* trunk/grails-app/views/assembly/edit.gsp (modified)
	* trunk/grails-app/views/assembly/list.gsp (modified)
	* trunk/grails-app/views/assembly/show.gsp (modified)
	* trunk/grails-app/views/asset/create.gsp (modified)
	* trunk/grails-app/views/asset/edit.gsp (modified)
	* trunk/grails-app/views/asset/list.gsp (modified)
	* trunk/grails-app/views/asset/show.gsp (modified)
	* trunk/grails-app/views/assetType/edit.gsp (modified)
	* trunk/grails-app/views/componentItem/create.gsp (modified)
	* trunk/grails-app/views/componentItem/edit.gsp (modified)
	* trunk/grails-app/views/componentItem/list.gsp (modified)
	* trunk/grails-app/views/componentItem/show.gsp (modified)
	* trunk/grails-app/views/maintenanceAction (added)
	* trunk/grails-app/views/maintenanceAction/create.gsp (added)
	* trunk/grails-app/views/maintenanceAction/edit.gsp (added)
	* trunk/grails-app/views/maintenanceAction/list.gsp (added)
	* trunk/grails-app/views/maintenanceAction/show.gsp (added)
	* trunk/grails-app/views/subAssembly/create.gsp (modified)
	* trunk/grails-app/views/subAssembly/edit.gsp (modified)
	* trunk/grails-app/views/subAssembly/list.gsp (modified)
	* trunk/grails-app/views/subAssembly/show.gsp (modified)
	* trunk/grails-app/views/task/create.gsp (modified)
	* trunk/grails-app/views/task/edit.gsp (modified)
	* trunk/grails-app/views/task/list.gsp (modified)
	* trunk/grails-app/views/task/show.gsp (modified)
	* trunk/grails-app/views/taskAction/create.gsp (added)
	* trunk/grails-app/views/taskAction/edit.gsp (added)
	* trunk/grails-app/views/taskAction/list.gsp (added)
	* trunk/grails-app/views/taskAction/show.gsp (added)
	* trunk/grails-app/views/taskDetailed/show.gsp (modified)
	* trunk/grails-app/views/taskProcedure (added)
	* trunk/grails-app/views/taskProcedure/create.gsp (added)
	* trunk/grails-app/views/taskProcedure/edit.gsp (added)
	* trunk/grails-app/views/taskProcedure/list.gsp (added)
	* trunk/grails-app/views/taskProcedure/show.gsp (added)
	* trunk/grails-app/views/taskRecurringSchedule/create.gsp (modified)
	* trunk/grails-app/views/taskRecurringSchedule/edit.gsp (modified)
	* trunk/grails-app/views/taskRecurringSchedule/list.gsp (modified)
	* trunk/grails-app/views/taskRecurringSchedule/show.gsp (modified)
	* trunk/grails-app/views/taskRecurringScheduleDetailed/list.gsp (modified)
	* trunk/src/templates/scaffolding/Controller.groovy (modified)

	Reconfigure Planned Maintenance again, now Preventative Maintenance, ...


Tue, 05 May 2009 17:41:54 GMT gav [128]
	* trunk/src/templates/artifacts (added)
	* trunk/src/templates/artifacts/Controller.groovy (added)
	* trunk/src/templates/artifacts/DomainClass.groovy (added)
	* trunk/src/templates/artifacts/Filters.groovy (added)
	* trunk/src/templates/artifacts/Script.groovy (added)
	* trunk/src/templates/artifacts/Service.groovy (added)
	* trunk/src/templates/artifacts/TagLib.groovy (added)
	* trunk/src/templates/artifacts/Tests.groovy (added)
	* trunk/src/templates/artifacts/WebTest.groovy (added)
	* trunk/src/templates/scaffolding (added)
	* trunk/src/templates/scaffolding/Controller.groovy (added)
	* trunk/src/templates/scaffolding/create.gsp (added)
	* trunk/src/templates/scaffolding/edit.gsp (added)
	* trunk/src/templates/scaffolding/list.gsp (added)
	* trunk/src/templates/scaffolding/renderEditor.template (added)
	* trunk/src/templates/scaffolding/show.gsp (added)
	* trunk/src/templates/war (added)
	* trunk/src/templates/war/web.xml (added)

	Installed templates with grails install-templates


Tue, 05 May 2009 17:40:07 GMT gav [127]
	* trunk/doc/Definitions/PlannedMaintenance_PM.txt (added)
	* trunk/doc/Definitions/TaskTerms.txt (modified)
	* trunk/doc/gnuMimsErd.dia (modified)
	* trunk/grails-app/conf/BootStrap.groovy (modified)
	* trunk/grails-app/conf/SecurityConfig.groovy (modified)
	* trunk/grails-app/controllers/AppCoreController.groovy (modified)
	* trunk/grails-app/domain/MaintenanceAction.groovy (modified)
	* trunk/grails-app/domain/Person.groovy (modified)
	* trunk/grails-app/domain/RecurringSchedule.groovy (modified)
	* trunk/grails-app/views/appCore/changeSessionTimeout.gsp (added)
	* trunk/grails-app/views/appCore/options.gsp (modified)
	* trunk/src/templates (added)

	Logins now route through a welcome action to allow flash message and ...


Sun, 05 Apr 2009 05:43:29 GMT gav [104]
	* trunk/.classpath (moved)
	* trunk/.project (moved)
	* trunk/COPYING (moved)
	* trunk/README (moved)
	* trunk/application.properties (moved)
	* trunk/build.xml (moved)
	* trunk/gnuMims-test.launch (moved)
	* trunk/gnuMims.launch (moved)
	* trunk/gnuMims.tmproj (moved)
	* trunk/grails-app (moved)
	* trunk/ivy.xml (moved)
	* trunk/ivysettings.xml (moved)
	* trunk/lib (moved)
	* trunk/scripts (moved)
	* trunk/src (moved)
	* trunk/test (moved)
	* trunk/web-app (moved)

	Move /trunk/src/* to /trunk/


Sun, 05 Apr 2009 05:41:22 GMT gav [103]
	* trunk/appsrc (moved)

	Rename /src to /appsrc in preparation for moving /trunk/src/* to
	/trunk/