# # ChangeLog for trunk/grails-app/services/CreateDataService.groovy # # Generated by Trac 1.2 # May 7, 2024, 2:32:53 AM Thu, 22 Oct 2009 23:49:35 GMT gav [164] * trunk/grails-app/domain/Department.groovy (modified) * trunk/grails-app/domain/Person.groovy (modified) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/views/department/create.gsp (modified) * trunk/grails-app/views/department/edit.gsp (modified) * trunk/grails-app/views/department/list.gsp (modified) * trunk/grails-app/views/department/show.gsp (modified) * trunk/grails-app/views/person/create.gsp (modified) * trunk/grails-app/views/person/edit.gsp (modified) * trunk/grails-app/views/person/show.gsp (modified) Add Department-Person relationship, update demo data and views to ... Thu, 22 Oct 2009 10:26:09 GMT gav [162] * trunk/grails-app/controllers/DepartmentController.groovy (added) * trunk/grails-app/controllers/SystemSectionController.groovy (modified) * trunk/grails-app/controllers/SystemSectionDetailedController.groovy (modified) * trunk/grails-app/domain/Department.groovy (added) * trunk/grails-app/domain/SystemSection.groovy (modified) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/views/department (added) * trunk/grails-app/views/department/create.gsp (added) * trunk/grails-app/views/department/edit.gsp (added) * trunk/grails-app/views/department/list.gsp (added) * trunk/grails-app/views/department/show.gsp (added) * 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/systemSectionDetailed/create.gsp (modified) * trunk/grails-app/views/systemSectionDetailed/edit.gsp (modified) * trunk/grails-app/views/systemSectionDetailed/show.gsp (modified) Add Department domain class, controller, views and demo data. Add ... Fri, 09 Oct 2009 11:47:11 GMT gav [149] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/conf/Config.groovy (modified) * trunk/grails-app/conf/DataSource.groovy (modified) * trunk/grails-app/controllers/AppCoreController.groovy (modified) * trunk/grails-app/controllers/BaseController.groovy (modified) * trunk/grails-app/controllers/PersonController.groovy (modified) * trunk/grails-app/services/CreateDataService.groovy (added) * trunk/grails-app/views/appCore/appAdmin.gsp (modified) * trunk/lib (modified) * trunk/lib/mysql-connector-java-5.1.7-bin.jar (added) Refactor bootstrap data generation to new CreateDataService. Tweak ...