# # ChangeLog for trunk/grails-app/domain/Person.groovy # # Generated by Trac 1.2 # May 5, 2024, 1:20:16 PM Sun, 28 Nov 2010 02:05:27 GMT gav [723] * trunk/grails-app/domain/Asset.groovy (modified) * trunk/grails-app/domain/Person.groovy (modified) No domain change, avoid possible bug by using toLong() instead of ... 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. Tue, 23 Feb 2010 04:07:15 GMT gav [402] * trunk/grails-app/controllers/ContactDetailedController.groovy (added) * trunk/grails-app/domain/Contact.groovy (added) * trunk/grails-app/domain/ContactType.groovy (added) * trunk/grails-app/domain/Manufacturer.groovy (modified) * trunk/grails-app/domain/Person.groovy (modified) * trunk/grails-app/domain/Site.groovy (modified) * trunk/grails-app/domain/Supplier.groovy (modified) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/services/ContactService.groovy (added) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/views/contactDetailed (added) * trunk/grails-app/views/contactDetailed/create.gsp (added) * trunk/grails-app/views/contactDetailed/edit.gsp (added) * trunk/grails-app/views/contactDetailed/list.gsp (added) * trunk/grails-app/views/contactDetailed/show.gsp (added) * trunk/grails-app/views/manufacturerDetailed/edit.gsp (modified) * trunk/grails-app/views/manufacturerDetailed/show.gsp (modified) * trunk/grails-app/views/person/edit.gsp (modified) * trunk/grails-app/views/person/show.gsp (modified) * trunk/grails-app/views/siteDetailed/edit.gsp (modified) * trunk/grails-app/views/siteDetailed/show.gsp (modified) * trunk/grails-app/views/supplierDetailed/edit.gsp (modified) * trunk/grails-app/views/supplierDetailed/show.gsp (modified) Add contacts to Person, Supplier, Manufacturer and Site. 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, 22 Feb 2010 08:29:13 GMT gav [397] * trunk/grails-app/controllers/AddressDetailedController.groovy (added) * trunk/grails-app/domain/Address.groovy (added) * trunk/grails-app/domain/AddressType.groovy (added) * trunk/grails-app/domain/Manufacturer.groovy (modified) * trunk/grails-app/domain/Person.groovy (modified) * trunk/grails-app/domain/Site.groovy (modified) * trunk/grails-app/domain/Supplier.groovy (modified) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/services/AddressService.groovy (added) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/views/addressDetailed (added) * trunk/grails-app/views/addressDetailed/create.gsp (added) * trunk/grails-app/views/addressDetailed/edit.gsp (added) * trunk/grails-app/views/addressDetailed/list.gsp (added) * trunk/grails-app/views/addressDetailed/show.gsp (added) * trunk/grails-app/views/manufacturerDetailed/edit.gsp (modified) * trunk/grails-app/views/manufacturerDetailed/show.gsp (modified) * trunk/grails-app/views/person/edit.gsp (modified) * trunk/grails-app/views/person/show.gsp (modified) * trunk/grails-app/views/siteDetailed/edit.gsp (modified) * trunk/grails-app/views/siteDetailed/show.gsp (modified) * trunk/grails-app/views/supplierDetailed/edit.gsp (modified) * trunk/grails-app/views/supplierDetailed/show.gsp (modified) Add address feature. Tue, 09 Feb 2010 16:49:13 GMT gav [343] * trunk/grails-app/domain/Asset.groovy (modified) * trunk/grails-app/domain/Person.groovy (modified) * trunk/grails-app/taglib/CustomTagLib.groovy (modified) Improvements to !CustomTagLib checkBoxList, sorting, dynamic ... 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 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 ... Sat, 17 Oct 2009 01:49:45 GMT gav [154] * trunk/grails-app/domain/Person.groovy (modified) Format to 4 spaces, no tabs. 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 ... Mon, 28 Sep 2009 00:01:43 GMT gav [139] * trunk/application.properties (modified) * trunk/grails-app/conf/Config.groovy (modified) * trunk/grails-app/conf/SecurityConfig.groovy (modified) * trunk/grails-app/controllers/AppCoreController.groovy (modified) * trunk/grails-app/controllers/AssetDetailedController.groovy (modified) * trunk/grails-app/controllers/InventoryItemDetailedController.groovy (modified) * trunk/grails-app/controllers/TaskDetailedController.groovy (modified) * trunk/grails-app/domain/Person.groovy (modified) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/views/_about.gsp (added) * trunk/grails-app/views/_adminmenubar.gsp (deleted) * trunk/grails-app/views/appCore/acknowledgements.gsp (deleted) * trunk/grails-app/views/appCore/appAdmin.gsp (modified) * trunk/grails-app/views/appCore/changePassword.gsp (modified) * trunk/grails-app/views/appCore/changeSessionTimeout.gsp (modified) * trunk/grails-app/views/appCore/home.gsp (deleted) * trunk/grails-app/views/appCore/manager.gsp (modified) * trunk/grails-app/views/appCore/options.gsp (deleted) * trunk/grails-app/views/appCore/start.gsp (added) * trunk/grails-app/views/assetDetailed/create.gsp (modified) * trunk/grails-app/views/assetDetailed/edit.gsp (modified) * trunk/grails-app/views/assetDetailed/list.gsp (modified) * trunk/grails-app/views/assetDetailed/search.gsp (added) * trunk/grails-app/views/assetDetailed/show.gsp (modified) * trunk/grails-app/views/entryDetailed/edit.gsp (modified) * trunk/grails-app/views/index.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/create.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/edit.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/list.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/search.gsp (added) * trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified) * trunk/grails-app/views/layouts/main.gsp (modified) * trunk/grails-app/views/login/auth.gsp (modified) * trunk/grails-app/views/taskDetailed/create.gsp (modified) * trunk/grails-app/views/taskDetailed/edit.gsp (modified) * trunk/grails-app/views/taskDetailed/list.gsp (modified) * trunk/grails-app/views/taskDetailed/listSubTasks.gsp (modified) * trunk/grails-app/views/taskDetailed/search.gsp (added) * trunk/grails-app/views/taskDetailed/show.gsp (modified) * trunk/grails-app/views/taskRecurringScheduleDetailed/show.gsp (modified) * trunk/web-app/css/main.css (modified) * trunk/web-app/css/tabviewCustom.css (modified) Install Navigation plugin, work on navigation and hopefully fixed a ... 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/