# # ChangeLog for trunk/grails-app # # Generated by Trac 1.2 # Apr 29, 2024, 8:47:21 AM 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 ... Mon, 04 May 2009 19:12:53 GMT gav [126] * trunk/application.properties (modified) * trunk/grails-app/conf/SecurityConfig.groovy (modified) * trunk/grails-app/jobs/TaskRecurringScheduleJob.groovy (modified) * trunk/grails-app/views/taskDetailed/show.gsp (modified) * trunk/web-app/css/tabviewCustom.css (added) * trunk/web-app/images/skin/sprite.png (added) Disable Quartz job for now. Install Richui plugin and setup tabView ... Mon, 04 May 2009 06:49:22 GMT gav [125] * trunk/application.properties (modified) * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/StoreLocationDetailedController.groovy (added) * trunk/grails-app/controllers/StoredItemDetailedController.groovy (added) * trunk/grails-app/domain/RecurringSchedule.groovy (modified) * trunk/grails-app/domain/StoredItem.groovy (modified) * trunk/grails-app/jobs/TaskRecurringScheduleJob.groovy (modified) * trunk/grails-app/views/inventoryItemDetailed/edit.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified) * trunk/grails-app/views/storeLocationDetailed (added) * trunk/grails-app/views/storeLocationDetailed/create.gsp (added) * trunk/grails-app/views/storeLocationDetailed/edit.gsp (added) * trunk/grails-app/views/storeLocationDetailed/list.gsp (added) * trunk/grails-app/views/storeLocationDetailed/show.gsp (added) * trunk/grails-app/views/storedItemDetailed (added) * trunk/grails-app/views/storedItemDetailed/create.gsp (added) * trunk/grails-app/views/storedItemDetailed/edit.gsp (added) * trunk/grails-app/views/storedItemDetailed/list.gsp (added) * trunk/grails-app/views/storedItemDetailed/show.gsp (added) Detail Inventory and associated, update BootStrap and some work on ... Mon, 04 May 2009 03:59:11 GMT gav [124] * trunk/doc/gnuMimsErd.dia (modified) * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/AssetDetailedController.groovy (copied) * trunk/grails-app/controllers/AssetExtendedAttributeDetailedController.groovy (copied) * trunk/grails-app/controllers/MaintenanceActionDetailedController.groovy (copied) * trunk/grails-app/controllers/PlannedMaintenanceDetailedController.groovy (copied) * trunk/grails-app/controllers/RecurringScheduleDetailedController.groovy (copied) * trunk/grails-app/controllers/SystemSectionDetailedController.groovy (copied) * trunk/grails-app/controllers/TaskDetailedController.groovy (modified) * trunk/grails-app/domain/Asset.groovy (modified) * trunk/grails-app/domain/AssetExtendedAttribute.groovy (modified) * trunk/grails-app/domain/AssetType.groovy (modified) * trunk/grails-app/domain/MaintenanceAction.groovy (modified) * trunk/grails-app/domain/RecurringSchedule.groovy (modified) * trunk/grails-app/views/appCore/home.gsp (modified) * trunk/grails-app/views/asset/edit.gsp (modified) * trunk/grails-app/views/asset/show.gsp (modified) * trunk/grails-app/views/assetDetailed (copied) * 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/show.gsp (modified) * trunk/grails-app/views/assetExtendedAttribute/create.gsp (modified) * trunk/grails-app/views/assetExtendedAttribute/edit.gsp (modified) * trunk/grails-app/views/assetExtendedAttribute/list.gsp (modified) * trunk/grails-app/views/assetExtendedAttribute/show.gsp (modified) * trunk/grails-app/views/assetExtendedAttributeDetailed (copied) * trunk/grails-app/views/assetExtendedAttributeDetailed/create.gsp (modified) * trunk/grails-app/views/assetExtendedAttributeDetailed/edit.gsp (modified) * trunk/grails-app/views/assetExtendedAttributeDetailed/list.gsp (modified) * trunk/grails-app/views/assetExtendedAttributeDetailed/show.gsp (modified) * trunk/grails-app/views/assetType/edit.gsp (modified) * trunk/grails-app/views/assetType/show.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/list.gsp (modified) * trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified) * trunk/grails-app/views/login/auth.gsp (modified) * trunk/grails-app/views/maintenanceAction/create.gsp (modified) * trunk/grails-app/views/maintenanceAction/edit.gsp (modified) * trunk/grails-app/views/maintenanceAction/show.gsp (modified) * trunk/grails-app/views/maintenanceActionDetailed (copied) * trunk/grails-app/views/maintenanceActionDetailed/create.gsp (modified) * trunk/grails-app/views/maintenanceActionDetailed/edit.gsp (modified) * trunk/grails-app/views/maintenanceActionDetailed/list.gsp (modified) * trunk/grails-app/views/maintenanceActionDetailed/show.gsp (modified) * trunk/grails-app/views/plannedMaintenanceDetailed (copied) * trunk/grails-app/views/plannedMaintenanceDetailed/list.gsp (modified) * trunk/grails-app/views/plannedMaintenanceDetailed/show.gsp (modified) * trunk/grails-app/views/recurringScheduleDetailed (copied) * trunk/grails-app/views/recurringScheduleDetailed/edit.gsp (modified) * trunk/grails-app/views/recurringScheduleDetailed/show.gsp (modified) * trunk/grails-app/views/systemSectionDetailed (copied) * trunk/grails-app/views/systemSectionDetailed/edit.gsp (modified) * trunk/grails-app/views/systemSectionDetailed/show.gsp (modified) * trunk/grails-app/views/taskDetailed/list.gsp (modified) * trunk/grails-app/views/taskDetailed/show.gsp (modified) * trunk/web-app/css/main.css (modified) Detail controller and views for Asset, AssetExtendedAttribute, ... 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 ... Thu, 30 Apr 2009 11:36:34 GMT gav [121] * trunk/doc/gnuMimsErd.dia (modified) * trunk/grails-app/domain/Assembly.groovy (modified) * trunk/grails-app/domain/Asset.groovy (modified) * trunk/grails-app/domain/AssetExtendedAttribute.groovy (added) * trunk/grails-app/domain/AssetType.groovy (modified) * trunk/grails-app/domain/ComponentItem.groovy (modified) * trunk/grails-app/domain/LifePlan.groovy (modified) * trunk/grails-app/domain/MaintenanceAction.groovy (moved) * trunk/grails-app/domain/MaintenancePolicy.groovy (added) * trunk/grails-app/domain/PlannedMaintenance.groovy (added) * trunk/grails-app/domain/RecurringSchedule.groovy (added) * trunk/grails-app/domain/Site.groovy (modified) * trunk/grails-app/domain/SubAssembly.groovy (modified) * trunk/grails-app/domain/SystemSection.groovy (modified) * trunk/grails-app/domain/Task.groovy (modified) Extensive update to Asset ERD and associated domain classes, not ... Thu, 30 Apr 2009 09:28:03 GMT gav [120] * trunk/doc/ERD_Schema.odt (deleted) * trunk/doc/dataModel.png (deleted) * trunk/doc/gnuMimsErd.dia (modified) * trunk/grails-app/conf/BootStrap.groovy (modified) Delete ERD_Schema.odt and dataModel.png as no longer required. ... Thu, 16 Apr 2009 23:11:30 GMT gav [119] * trunk/grails-app/domain/Frequency.groovy (modified) Fix Frequency.toString() Thu, 16 Apr 2009 14:17:55 GMT gav [118] * trunk/doc/gnuMimsErd.dia (modified) * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/AssemblyController.groovy (added) * trunk/grails-app/controllers/AssetController.groovy (added) * trunk/grails-app/controllers/AssetTypeController.groovy (added) * trunk/grails-app/controllers/ComponentItemController.groovy (added) * trunk/grails-app/controllers/FormController.groovy (added) * trunk/grails-app/controllers/FrequencyController.groovy (added) * trunk/grails-app/controllers/LifePlanController.groovy (added) * trunk/grails-app/controllers/SubAssemblyController.groovy (added) * trunk/grails-app/controllers/SystemSectionController.groovy (added) * trunk/grails-app/domain/Assembly.groovy (added) * trunk/grails-app/domain/Asset.groovy (modified) * trunk/grails-app/domain/AssetType.groovy (added) * trunk/grails-app/domain/ComponentItem.groovy (added) * trunk/grails-app/domain/Form.groovy (added) * trunk/grails-app/domain/Frequency.groovy (added) * trunk/grails-app/domain/LifePlan.groovy (added) * trunk/grails-app/domain/SubAssembly.groovy (added) * trunk/grails-app/domain/SystemSection.groovy (added) * trunk/grails-app/views/assembly (added) * trunk/grails-app/views/assembly/create.gsp (added) * trunk/grails-app/views/assembly/edit.gsp (added) * trunk/grails-app/views/assembly/list.gsp (added) * trunk/grails-app/views/assembly/show.gsp (added) * trunk/grails-app/views/asset (added) * trunk/grails-app/views/asset/create.gsp (added) * trunk/grails-app/views/asset/edit.gsp (added) * trunk/grails-app/views/asset/list.gsp (added) * trunk/grails-app/views/asset/show.gsp (added) * trunk/grails-app/views/assetType (added) * trunk/grails-app/views/assetType/create.gsp (added) * trunk/grails-app/views/assetType/edit.gsp (added) * trunk/grails-app/views/assetType/list.gsp (added) * trunk/grails-app/views/assetType/show.gsp (added) * trunk/grails-app/views/componentItem (added) * trunk/grails-app/views/componentItem/create.gsp (added) * trunk/grails-app/views/componentItem/edit.gsp (added) * trunk/grails-app/views/componentItem/list.gsp (added) * trunk/grails-app/views/componentItem/show.gsp (added) * trunk/grails-app/views/form (added) * trunk/grails-app/views/form/create.gsp (added) * trunk/grails-app/views/form/edit.gsp (added) * trunk/grails-app/views/form/list.gsp (added) * trunk/grails-app/views/form/show.gsp (added) * trunk/grails-app/views/frequency (added) * trunk/grails-app/views/frequency/create.gsp (added) * trunk/grails-app/views/frequency/edit.gsp (added) * trunk/grails-app/views/frequency/list.gsp (added) * trunk/grails-app/views/frequency/show.gsp (added) * trunk/grails-app/views/lifePlan (added) * trunk/grails-app/views/lifePlan/create.gsp (added) * trunk/grails-app/views/lifePlan/edit.gsp (added) * trunk/grails-app/views/lifePlan/list.gsp (added) * trunk/grails-app/views/lifePlan/show.gsp (added) * trunk/grails-app/views/subAssembly (added) * trunk/grails-app/views/subAssembly/create.gsp (added) * trunk/grails-app/views/subAssembly/edit.gsp (added) * trunk/grails-app/views/subAssembly/list.gsp (added) * trunk/grails-app/views/subAssembly/show.gsp (added) * trunk/grails-app/views/systemSection (added) * trunk/grails-app/views/systemSection/create.gsp (added) * trunk/grails-app/views/systemSection/edit.gsp (added) * trunk/grails-app/views/systemSection/list.gsp (added) * trunk/grails-app/views/systemSection/show.gsp (added) First commit of Asset domain, including domain-classes, controllers, ... Wed, 15 Apr 2009 07:53:28 GMT gav [117] * trunk/doc/gnuMimsErd.dia (modified) * trunk/grails-app/conf/BootStrap.groovy (modified) Some inventory additions to BootStrap Tue, 14 Apr 2009 12:16:05 GMT gav [116] * trunk/doc/Definitions/InventoryTerms.txt (modified) * trunk/doc/Definitions/TaskTerms.txt (modified) * trunk/doc/gnuMimsErd.dia (modified) * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/controllers/AuthorityController.groovy (modified) * trunk/grails-app/controllers/EntryController.groovy (modified) * trunk/grails-app/controllers/EntryTypeController.groovy (modified) * trunk/grails-app/controllers/InventoryGroupController.groovy (added) * trunk/grails-app/controllers/InventoryItemController.groovy (added) * trunk/grails-app/controllers/InventoryItemDetailedController.groovy (added) * trunk/grails-app/controllers/InventoryMovementController.groovy (added) * trunk/grails-app/controllers/InventoryMovementTypeController.groovy (added) * trunk/grails-app/controllers/InventoryStoreController.groovy (added) * trunk/grails-app/controllers/InventoryTypeController.groovy (added) * trunk/grails-app/controllers/ManufacturerController.groovy (added) * trunk/grails-app/controllers/ManufacturerTypeController.groovy (added) * trunk/grails-app/controllers/PersonGroupController.groovy (modified) * trunk/grails-app/controllers/PersonGroupTypeController.groovy (modified) * trunk/grails-app/controllers/SiteController.groovy (added) * trunk/grails-app/controllers/StoreLocationController.groovy (added) * trunk/grails-app/controllers/StoredItemController.groovy (added) * trunk/grails-app/controllers/SupplierController.groovy (added) * trunk/grails-app/controllers/SupplierTypeController.groovy (added) * trunk/grails-app/controllers/TaskGroupController.groovy (modified) * trunk/grails-app/controllers/TaskModificationController.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/controllers/UnitOfMeasureController.groovy (added) * trunk/grails-app/domain/Asset.groovy (added) * trunk/grails-app/domain/EntryType.groovy (modified) * trunk/grails-app/domain/InventoryGroup.groovy (added) * trunk/grails-app/domain/InventoryItem.groovy (added) * trunk/grails-app/domain/InventoryMovement.groovy (added) * trunk/grails-app/domain/InventoryMovementType.groovy (added) * trunk/grails-app/domain/InventoryStore.groovy (added) * trunk/grails-app/domain/InventoryType.groovy (added) * trunk/grails-app/domain/Manufacturer.groovy (added) * trunk/grails-app/domain/ManufacturerType.groovy (added) * trunk/grails-app/domain/Site.groovy (added) * trunk/grails-app/domain/StoreLocation.groovy (added) * trunk/grails-app/domain/StoredItem.groovy (added) * trunk/grails-app/domain/Supplier.groovy (added) * trunk/grails-app/domain/SupplierType.groovy (added) * trunk/grails-app/domain/Task.groovy (modified) * trunk/grails-app/domain/TaskModificationType.groovy (modified) * trunk/grails-app/domain/UnitOfMeasure.groovy (added) * trunk/grails-app/views/appCore/appAdmin.gsp (modified) * trunk/grails-app/views/appCore/home.gsp (modified) * trunk/grails-app/views/inventoryGroup (added) * trunk/grails-app/views/inventoryGroup/create.gsp (added) * trunk/grails-app/views/inventoryGroup/edit.gsp (added) * trunk/grails-app/views/inventoryGroup/list.gsp (added) * trunk/grails-app/views/inventoryGroup/show.gsp (added) * trunk/grails-app/views/inventoryItem (added) * trunk/grails-app/views/inventoryItem/create.gsp (added) * trunk/grails-app/views/inventoryItem/edit.gsp (added) * trunk/grails-app/views/inventoryItem/list.gsp (added) * trunk/grails-app/views/inventoryItem/show.gsp (added) * trunk/grails-app/views/inventoryItemDetailed (added) * trunk/grails-app/views/inventoryItemDetailed/create.gsp (added) * trunk/grails-app/views/inventoryItemDetailed/edit.gsp (added) * trunk/grails-app/views/inventoryItemDetailed/list.gsp (added) * trunk/grails-app/views/inventoryItemDetailed/show.gsp (added) * trunk/grails-app/views/inventoryMovement (added) * trunk/grails-app/views/inventoryMovement/create.gsp (added) * trunk/grails-app/views/inventoryMovement/edit.gsp (added) * trunk/grails-app/views/inventoryMovement/list.gsp (added) * trunk/grails-app/views/inventoryMovement/show.gsp (added) * trunk/grails-app/views/inventoryMovementType (added) * trunk/grails-app/views/inventoryMovementType/create.gsp (added) * trunk/grails-app/views/inventoryMovementType/edit.gsp (added) * trunk/grails-app/views/inventoryMovementType/list.gsp (added) * trunk/grails-app/views/inventoryMovementType/show.gsp (added) * trunk/grails-app/views/inventoryStore (added) * trunk/grails-app/views/inventoryStore/create.gsp (added) * trunk/grails-app/views/inventoryStore/edit.gsp (added) * trunk/grails-app/views/inventoryStore/list.gsp (added) * trunk/grails-app/views/inventoryStore/show.gsp (added) * trunk/grails-app/views/inventoryType (added) * trunk/grails-app/views/inventoryType/create.gsp (added) * trunk/grails-app/views/inventoryType/edit.gsp (added) * trunk/grails-app/views/inventoryType/list.gsp (added) * trunk/grails-app/views/inventoryType/show.gsp (added) * trunk/grails-app/views/manufacturer (added) * trunk/grails-app/views/manufacturer/create.gsp (added) * trunk/grails-app/views/manufacturer/edit.gsp (added) * trunk/grails-app/views/manufacturer/list.gsp (added) * trunk/grails-app/views/manufacturer/show.gsp (added) * trunk/grails-app/views/manufacturerType (added) * trunk/grails-app/views/manufacturerType/create.gsp (added) * trunk/grails-app/views/manufacturerType/edit.gsp (added) * trunk/grails-app/views/manufacturerType/list.gsp (added) * trunk/grails-app/views/manufacturerType/show.gsp (added) * trunk/grails-app/views/site (added) * trunk/grails-app/views/site/create.gsp (added) * trunk/grails-app/views/site/edit.gsp (added) * trunk/grails-app/views/site/list.gsp (added) * trunk/grails-app/views/site/show.gsp (added) * trunk/grails-app/views/storeLocation (added) * trunk/grails-app/views/storeLocation/create.gsp (added) * trunk/grails-app/views/storeLocation/edit.gsp (added) * trunk/grails-app/views/storeLocation/list.gsp (added) * trunk/grails-app/views/storeLocation/show.gsp (added) * trunk/grails-app/views/storedItem (added) * trunk/grails-app/views/storedItem/create.gsp (added) * trunk/grails-app/views/storedItem/edit.gsp (added) * trunk/grails-app/views/storedItem/list.gsp (added) * trunk/grails-app/views/storedItem/show.gsp (added) * trunk/grails-app/views/supplier (added) * trunk/grails-app/views/supplier/create.gsp (added) * trunk/grails-app/views/supplier/edit.gsp (added) * trunk/grails-app/views/supplier/list.gsp (added) * trunk/grails-app/views/supplier/show.gsp (added) * trunk/grails-app/views/supplierType (added) * trunk/grails-app/views/supplierType/create.gsp (added) * trunk/grails-app/views/supplierType/edit.gsp (added) * trunk/grails-app/views/supplierType/list.gsp (added) * trunk/grails-app/views/supplierType/show.gsp (added) * trunk/grails-app/views/unitOfMeasure (added) * trunk/grails-app/views/unitOfMeasure/create.gsp (added) * trunk/grails-app/views/unitOfMeasure/edit.gsp (added) * trunk/grails-app/views/unitOfMeasure/list.gsp (added) * trunk/grails-app/views/unitOfMeasure/show.gsp (added) First commit of Inventory domain, including domain-classes, ... Tue, 14 Apr 2009 00:03:07 GMT gav [114] * trunk/grails-app/conf/BootStrap.groovy (modified) * trunk/grails-app/views/assignedPersonDetailed/show.gsp (modified) * trunk/grails-app/views/login/auth.gsp (modified) Small adjustment to BootStrap Tasks, adjust link in ... Wed, 08 Apr 2009 17:38:23 GMT gav [110] * trunk/application.properties (modified) * trunk/grails-app/views/appCore/home.gsp (modified) * trunk/grails-app/views/appCore/manager.gsp (modified) * trunk/grails-app/views/layouts/main.gsp (modified) * trunk/grails-app/views/taskDetailed/list.gsp (modified) * trunk/web-app/css/main.css (modified) IE strikes again, small work around applied. Mon, 06 Apr 2009 14:21:23 GMT gav [106] * trunk/application.properties (modified) * trunk/grails-app/controllers/AppCoreController.groovy (modified) * trunk/grails-app/controllers/TaskDetailedController.groovy (modified) * trunk/grails-app/domain/Task.groovy (modified) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/views/_adminmenubar.gsp (modified) * trunk/grails-app/views/appCore/appAdmin.gsp (moved) * 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/list.gsp (modified) * trunk/grails-app/views/taskDetailed/show.gsp (modified) * trunk/web-app/css/main.css (modified) Some CSS adjustments to text color, img border, remove body ... 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/