# # ChangeLog for trunk/grails-app/views/person/create.gsp # # Generated by Trac 1.2 # May 17, 2024, 4:06:22 AM Sun, 18 Jul 2010 22:47:38 GMT gav [633] * trunk/grails-app/conf/Config.groovy (modified) * trunk/grails-app/controllers/CostCodeDetailedController.groovy (modified) * trunk/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy (modified) * trunk/grails-app/controllers/PersonController.groovy (modified) * trunk/grails-app/controllers/PurchasingGroupDetailedController.groovy (added) * trunk/grails-app/domain/CostCode.groovy (modified) * trunk/grails-app/domain/Person.groovy (modified) * trunk/grails-app/domain/PurchasingGroup.groovy (added) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/services/InventoryPurchaseService.groovy (modified) * trunk/grails-app/views/appCore/manager.gsp (modified) * trunk/grails-app/views/costCodeDetailed/create.gsp (modified) * trunk/grails-app/views/costCodeDetailed/edit.gsp (modified) * trunk/grails-app/views/costCodeDetailed/list.gsp (modified) * trunk/grails-app/views/costCodeDetailed/show.gsp (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed/create.gsp (modified) * trunk/grails-app/views/inventoryItemPurchaseDetailed/edit.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) * trunk/grails-app/views/purchasingGroupDetailed (added) * trunk/grails-app/views/purchasingGroupDetailed/create.gsp (added) * trunk/grails-app/views/purchasingGroupDetailed/edit.gsp (added) * trunk/grails-app/views/purchasingGroupDetailed/list.gsp (added) * trunk/grails-app/views/purchasingGroupDetailed/show.gsp (added) Domain change: Add PurchasingGroup. Logic and views to suite. Fri, 23 Apr 2010 02:29:14 GMT gav [506] * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/views/person/create.gsp (modified) * trunk/grails-app/views/person/edit.gsp (modified) Create data adjustment, split createBasePersonGroupTypes into a ... Wed, 07 Apr 2010 03:52:59 GMT gav [477] * trunk/grails-app/views/inventoryItemPurchaseDetailed/search.gsp (modified) * trunk/grails-app/views/person/create.gsp (modified) * trunk/grails-app/views/person/edit.gsp (modified) * trunk/grails-app/views/shared/_messages.gsp (modified) Move params.message and params.errorMessage to shared messages template. Mon, 22 Feb 2010 11:46:31 GMT gav [399] * trunk/grails-app/domain/Person.groovy (modified) * trunk/grails-app/services/CreateBulkDataService.groovy (modified) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/views/person/create.gsp (modified) * trunk/grails-app/views/person/edit.gsp (modified) * trunk/grails-app/views/person/list.gsp (modified) * trunk/grails-app/views/person/show.gsp (modified) Remove email and emailShow from Person in preparation for ... Mon, 25 Jan 2010 00:57:30 GMT gav [295] * trunk/grails-app/controllers/PersonController.groovy (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) Authority add/remove logic in r294 not behaving as expected, fixed. ... Sun, 24 Jan 2010 12:21:39 GMT gav [294] * trunk/grails-app/controllers/PersonController.groovy (modified) * trunk/grails-app/domain/Person.groovy (modified) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/views/person/create.gsp (modified) * trunk/grails-app/views/person/edit.gsp (modified) Add custom checkBoxList for personGroups to Person. Wrap save and ... Mon, 26 Oct 2009 22:33:04 GMT gav [168] * trunk/grails-app/domain/Task.groovy (modified) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/views/person/create.gsp (modified) * trunk/grails-app/views/person/edit.gsp (modified) * trunk/grails-app/views/taskDetailed/create.gsp (modified) * trunk/grails-app/views/taskDetailed/edit.gsp (modified) * trunk/grails-app/views/taskDetailed/search.gsp (modified) * trunk/grails-app/views/taskDetailed/show.gsp (modified) Add message bundles for the task filterPane. Add primary and ... Mon, 26 Oct 2009 05:11:18 GMT gav [166] * trunk/grails-app/controllers/LoginController.groovy (modified) * trunk/grails-app/controllers/PersonGroupController.groovy (modified) * trunk/grails-app/domain/Person.groovy (modified) * trunk/grails-app/domain/PersonGroup.groovy (modified) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/views/person/create.gsp (modified) * trunk/grails-app/views/person/edit.gsp (modified) * trunk/grails-app/views/person/list.gsp (modified) * trunk/grails-app/views/person/show.gsp (modified) * trunk/grails-app/views/personGroup/edit.gsp (modified) Add test and message for no granted authority to !LoginController. ... 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 ... Fri, 09 Oct 2009 12:11:43 GMT gav [150] * trunk/grails-app/controllers/AppCoreController.groovy (modified) * trunk/grails-app/controllers/AuthorityController.groovy (modified) * trunk/grails-app/controllers/PersonController.groovy (modified) * trunk/grails-app/views/authority/create.gsp (modified) * trunk/grails-app/views/authority/edit.gsp (modified) * trunk/grails-app/views/authority/list.gsp (modified) * trunk/grails-app/views/authority/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) * trunk/grails-app/views/taskDetailed/search.gsp (modified) Add params.message to Person create and edit views. Code format to 4 ... Thu, 08 Oct 2009 09:58:38 GMT gav [147] * trunk/application.properties (modified) * trunk/grails-app/conf/Config.groovy (modified) * trunk/grails-app/conf/SecurityConfig.groovy (modified) * trunk/grails-app/controllers/AssignedPersonDetailedController.groovy (modified) * trunk/grails-app/controllers/EntryDetailedController.groovy (modified) * trunk/grails-app/controllers/PersonController.groovy (modified) * trunk/grails-app/controllers/TaskDetailedController.groovy (modified) * trunk/grails-app/controllers/TaskProcedureDetailedController.groovy (modified) * trunk/grails-app/domain/Authority.groovy (modified) * trunk/grails-app/domain/Person.groovy (modified) * trunk/grails-app/domain/Task.groovy (modified) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/views/appCore/manager.gsp (modified) * trunk/grails-app/views/appCore/start.gsp (modified) * trunk/grails-app/views/assignedPersonDetailed/create.gsp (modified) * trunk/grails-app/views/assignedPersonDetailed/edit.gsp (modified) * trunk/grails-app/views/assignedPersonDetailed/list.gsp (modified) * trunk/grails-app/views/assignedPersonDetailed/show.gsp (modified) * trunk/grails-app/views/entryDetailed/create.gsp (modified) * trunk/grails-app/views/entryDetailed/edit.gsp (modified) * trunk/grails-app/views/entryDetailed/show.gsp (modified) * trunk/grails-app/views/person/create.gsp (modified) * trunk/grails-app/views/person/edit.gsp (modified) * trunk/grails-app/views/person/list.gsp (modified) * trunk/grails-app/views/person/show.gsp (modified) * trunk/grails-app/views/taskDetailed/edit.gsp (modified) * trunk/grails-app/views/taskDetailed/search.gsp (modified) * trunk/grails-app/views/taskProcedureDetailed/create.gsp (modified) * trunk/grails-app/views/taskProcedureDetailed/edit.gsp (modified) * trunk/grails-app/views/taskProcedureDetailed/list.gsp (modified) * trunk/grails-app/views/taskProcedureDetailed/show.gsp (modified) * trunk/lib (modified) Re-install class-diagram from local svn build with patch to allow war ... 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/