# # ChangeLog for branches/features/taskProcedureRework # # Generated by Trac 1.2 # May 18, 2024, 8:23:44 AM Tue, 25 Jan 2011 17:29:08 GMT gav [758] * branches/features/taskProcedureRework/grails-app/controllers/TaskProcedureDetailedController.groovy (modified) * branches/features/taskProcedureRework/grails-app/domain/TaskProcedure.groovy (modified) * branches/features/taskProcedureRework/grails-app/services/CreateDataService.groovy (modified) * branches/features/taskProcedureRework/grails-app/views/taskProcedureDetailed/create.gsp (modified) * branches/features/taskProcedureRework/grails-app/views/taskProcedureDetailed/edit.gsp (modified) * branches/features/taskProcedureRework/grails-app/views/taskProcedureDetailed/list.gsp (modified) * branches/features/taskProcedureRework/grails-app/views/taskProcedureDetailed/show.gsp (modified) Domain change, adjust !TaskProcedure to Task relationship. Tue, 25 Jan 2011 09:16:02 GMT gav [757] * branches/features/taskProcedureRework/grails-app/controllers/TaskProcedureController.groovy (deleted) * branches/features/taskProcedureRework/grails-app/views/taskProcedure (deleted) Remove non-detailed !TaskProcedure controller and views. Tue, 25 Jan 2011 09:00:23 GMT gav [756] * branches/features/taskProcedureRework/grails-app/domain/MaintenanceAction.groovy (modified) * branches/features/taskProcedureRework/grails-app/views/maintenanceActionDetailed/create.gsp (modified) * branches/features/taskProcedureRework/grails-app/views/maintenanceActionDetailed/edit.gsp (modified) * branches/features/taskProcedureRework/grails-app/views/maintenanceActionDetailed/show.gsp (modified) Domain change, remove unused field and tweak MaintenanceAction. Tue, 25 Jan 2011 08:43:33 GMT gav [755] * branches/features/taskProcedureRework/grails-app/views/taskDetailed/show.gsp (modified) Remove unused asset field on taskProcedure in task show view. Tue, 25 Jan 2011 08:41:00 GMT gav [754] * branches/features/taskProcedureRework/grails-app/domain/TaskProcedure.groovy (modified) * branches/features/taskProcedureRework/grails-app/views/taskDetailed/show.gsp (modified) * branches/features/taskProcedureRework/grails-app/views/taskProcedureDetailed/create.gsp (modified) * branches/features/taskProcedureRework/grails-app/views/taskProcedureDetailed/edit.gsp (modified) * branches/features/taskProcedureRework/grails-app/views/taskProcedureDetailed/list.gsp (modified) * branches/features/taskProcedureRework/grails-app/views/taskProcedureDetailed/show.gsp (modified) Domain change, remove unused fields from TaskProcedure. Mon, 24 Jan 2011 16:58:12 GMT gav [753] * branches/features/taskProcedureRework (copied) Start taskProcedureRework branch at r752. Sat, 22 Jan 2011 02:00:09 GMT gav [751] * trunk/grails-app/controllers/LifePlanController.groovy (deleted) * trunk/grails-app/domain/LifePlan.groovy (deleted) * trunk/grails-app/services/CreateBulkDataService.groovy (modified) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/views/lifePlan (deleted) Domain change: remove redundant LifePlan domain.