# # ChangeLog for trunk/test # # Generated by Trac 1.2 # Mar 29, 2024, 12:09:19 PM Tue, 01 Sep 2009 12:10:43 GMT gav [137] * trunk/.classpath (modified) * trunk/README (modified) * trunk/application.properties (modified) * trunk/doc/gnuMimsErd.dia (modified) * trunk/gnuMims.launch (modified) * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/TaskDetailedController.groovy (modified) * trunk/grails-app/controllers/TaskRecurringScheduleDetailedController.groovy (modified) * trunk/grails-app/domain/TaskRecurringSchedule.groovy (modified) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/jobs/TaskRecurringScheduleJob.groovy (modified) * trunk/grails-app/services/DateUtilService.groovy (added) * trunk/grails-app/services/TaskService.groovy (added) * trunk/grails-app/views/entryDetailed/edit.gsp (modified) * trunk/grails-app/views/taskDetailed/show.gsp (modified) * 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/create.gsp (modified) * trunk/grails-app/views/taskRecurringScheduleDetailed/edit.gsp (modified) * trunk/grails-app/views/taskRecurringScheduleDetailed/list.gsp (modified) * trunk/grails-app/views/taskRecurringScheduleDetailed/show.gsp (modified) * trunk/test/unit/DateUtilServiceTests.groovy (added) * trunk/web-app/WEB-INF/sitemesh.xml (modified) * trunk/web-app/WEB-INF/tld/grails.tld (modified) Update to grails-1.1.1 release. Fix WorkDone and Fault entries not ... Sun, 03 May 2009 19:12:01 GMT gav [123] * trunk/application.properties (modified) * trunk/grails-app/domain/RecurringSchedule.groovy (modified) * trunk/grails-app/domain/Task.groovy (modified) * trunk/grails-app/jobs (added) * trunk/grails-app/jobs/TaskRecurringScheduleJob.groovy (added) * trunk/grails-app/views/recurringSchedule/create.gsp (modified) * trunk/grails-app/views/recurringSchedule/edit.gsp (modified) * trunk/grails-app/views/recurringSchedule/list.gsp (modified) * trunk/grails-app/views/recurringSchedule/show.gsp (modified) * trunk/test/unit/TaskRecurringScheduleJobTests.groovy (added) Install Quartz plugin and make a start on TaskRecurringScheduleJob Fri, 01 May 2009 05:27:41 GMT gav [122] * trunk/doc/gnuMimsErd.dia (modified) * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/AssetExtendedAttributeController.groovy (added) * trunk/grails-app/controllers/AssetExtendedAttributeTypeController.groovy (added) * trunk/grails-app/controllers/EntryController.groovy (modified) * trunk/grails-app/controllers/EntryTypeController.groovy (modified) * trunk/grails-app/controllers/FormController.groovy (deleted) * trunk/grails-app/controllers/MaintenanceActionController.groovy (added) * trunk/grails-app/controllers/MaintenancePolicyController.groovy (added) * trunk/grails-app/controllers/PeriodController.groovy (moved) * trunk/grails-app/controllers/PersonGroupController.groovy (modified) * trunk/grails-app/controllers/PersonGroupTypeController.groovy (modified) * trunk/grails-app/controllers/PlannedMaintenanceController.groovy (added) * trunk/grails-app/controllers/RecurringScheduleController.groovy (added) * trunk/grails-app/controllers/StoredItemController.groovy (modified) * trunk/grails-app/controllers/TaskGroupController.groovy (modified) * trunk/grails-app/controllers/TaskModificationTypeController.groovy (modified) * trunk/grails-app/controllers/TaskPriorityController.groovy (modified) * trunk/grails-app/controllers/TaskStatusController.groovy (modified) * trunk/grails-app/controllers/TaskTypeController.groovy (modified) * trunk/grails-app/domain/Asset.groovy (modified) * trunk/grails-app/domain/AssetExtendedAttribute.groovy (modified) * trunk/grails-app/domain/AssetExtendedAttributeType.groovy (added) * trunk/grails-app/domain/AssetType.groovy (modified) * trunk/grails-app/domain/ComponentItem.groovy (modified) * trunk/grails-app/domain/MaintenanceAction.groovy (modified) * trunk/grails-app/domain/MaintenancePolicy.groovy (modified) * trunk/grails-app/domain/Period.groovy (moved) * trunk/grails-app/domain/RecurringSchedule.groovy (modified) * trunk/grails-app/domain/Task.groovy (modified) * 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/assetExtendedAttribute (added) * trunk/grails-app/views/assetExtendedAttribute/create.gsp (added) * trunk/grails-app/views/assetExtendedAttribute/edit.gsp (added) * trunk/grails-app/views/assetExtendedAttribute/list.gsp (added) * trunk/grails-app/views/assetExtendedAttribute/show.gsp (added) * trunk/grails-app/views/assetExtendedAttributeType (added) * trunk/grails-app/views/assetExtendedAttributeType/create.gsp (added) * trunk/grails-app/views/assetExtendedAttributeType/edit.gsp (added) * trunk/grails-app/views/assetExtendedAttributeType/list.gsp (added) * trunk/grails-app/views/assetExtendedAttributeType/show.gsp (added) * trunk/grails-app/views/assetType/create.gsp (modified) * trunk/grails-app/views/assetType/edit.gsp (modified) * trunk/grails-app/views/assetType/list.gsp (modified) * trunk/grails-app/views/assetType/show.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/entry/edit.gsp (modified) * trunk/grails-app/views/entry/list.gsp (modified) * trunk/grails-app/views/entryType/edit.gsp (modified) * trunk/grails-app/views/entryType/list.gsp (modified) * trunk/grails-app/views/form (deleted) * trunk/grails-app/views/lifePlan/create.gsp (modified) * trunk/grails-app/views/lifePlan/edit.gsp (modified) * trunk/grails-app/views/lifePlan/list.gsp (modified) * trunk/grails-app/views/lifePlan/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/maintenancePolicy (added) * trunk/grails-app/views/maintenancePolicy/create.gsp (added) * trunk/grails-app/views/maintenancePolicy/edit.gsp (added) * trunk/grails-app/views/maintenancePolicy/list.gsp (added) * trunk/grails-app/views/maintenancePolicy/show.gsp (added) * trunk/grails-app/views/period (moved) * trunk/grails-app/views/period/create.gsp (modified) * trunk/grails-app/views/period/edit.gsp (modified) * trunk/grails-app/views/period/list.gsp (modified) * trunk/grails-app/views/period/show.gsp (modified) * trunk/grails-app/views/personGroup/edit.gsp (modified) * trunk/grails-app/views/personGroup/list.gsp (modified) * trunk/grails-app/views/personGroup/show.gsp (modified) * trunk/grails-app/views/personGroupType/edit.gsp (modified) * trunk/grails-app/views/personGroupType/list.gsp (modified) * trunk/grails-app/views/plannedMaintenance (added) * trunk/grails-app/views/plannedMaintenance/create.gsp (added) * trunk/grails-app/views/plannedMaintenance/edit.gsp (added) * trunk/grails-app/views/plannedMaintenance/list.gsp (added) * trunk/grails-app/views/plannedMaintenance/show.gsp (added) * trunk/grails-app/views/recurringSchedule (added) * trunk/grails-app/views/recurringSchedule/create.gsp (added) * trunk/grails-app/views/recurringSchedule/edit.gsp (added) * trunk/grails-app/views/recurringSchedule/list.gsp (added) * trunk/grails-app/views/recurringSchedule/show.gsp (added) * trunk/grails-app/views/site/edit.gsp (modified) * trunk/grails-app/views/site/show.gsp (modified) * 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/systemSection/create.gsp (modified) * trunk/grails-app/views/systemSection/edit.gsp (modified) * trunk/grails-app/views/systemSection/list.gsp (modified) * trunk/grails-app/views/systemSection/show.gsp (modified) * trunk/grails-app/views/task/create.gsp (modified) * trunk/grails-app/views/task/edit.gsp (modified) * trunk/grails-app/views/task/show.gsp (modified) * trunk/grails-app/views/taskGroup/edit.gsp (modified) * trunk/grails-app/views/taskGroup/list.gsp (modified) * trunk/grails-app/views/taskModificationType/create.gsp (modified) * trunk/grails-app/views/taskModificationType/edit.gsp (modified) * trunk/grails-app/views/taskModificationType/list.gsp (modified) * trunk/grails-app/views/taskModificationType/show.gsp (modified) * trunk/grails-app/views/taskPriority/edit.gsp (modified) * trunk/grails-app/views/taskPriority/list.gsp (modified) * trunk/grails-app/views/taskStatus/edit.gsp (modified) * trunk/grails-app/views/taskStatus/list.gsp (modified) * trunk/grails-app/views/taskType/edit.gsp (modified) * trunk/grails-app/views/taskType/list.gsp (modified) * trunk/test/unit/PeriodControllerTests.groovy (added) * trunk/test/unit/PlannedMaintenanceControllerTests.groovy (added) Run generate-all on all controllers and views except Person 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/