source: trunk/grails-app/controllers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @350   14 years gav Move Asset delete to a service method and configure cascade deletion …
(edit) @347   14 years gav Move AssetSubItem delete to a service method and configure cascade …
(edit) @342   14 years gav Redirect to AssetSubItem search view in some cases.
(edit) @338   14 years gav Svn delete AssetSubItemExtendedAttribute non-detailed controller and …
(edit) @337   14 years gav Svn delete AssetSubItem non-detailed views and controller.
(edit) @336   14 years gav Add search view and detailing to AssetSubItem.
(edit) @335   14 years gav Remove non detailed Asset controller and views.
(edit) @334   14 years gav Removed list action from Asset detailed controller and views.
(edit) @326   14 years gav Add options control to asset search view.
(edit) @325   14 years gav Allow ROLE_AssetUser to view the asset tree. Some commenting and …
(edit) @318   14 years gav Move saveAssetTreeStatus method to AssetDetailedController.
(edit) @312   14 years gav Refactor asset tree taglib to populate the asset tree table via an …
(edit) @310   14 years gav Fix small bug in AppCore controller changePassword function. …
(edit) @307   14 years gav Asset tree taglib now saves it's status in the http session along with …
(edit) @306   14 years gav Move asset tree/overview to an overlay pane.
(edit) @305   14 years gav Add a possibleAssetSubItems function to filter sub items when editing …
(edit) @302   14 years gav Add exportAssetTreeTest function, add and ignore comment and example lines.
(edit) @298   14 years gav Set base authorisations on all controllers.
(edit) @295   14 years gav Authority add/remove logic in r294 not behaving as expected, fixed. …
(edit) @294   14 years gav Add custom checkBoxList for personGroups to Person. Wrap save and …
(edit) @293   14 years gav Removed unused list views from AssetExtendedAttribute and …
(edit) @292   14 years gav Regen AssetExtendedAttribute controller and views. Then copy over …
(edit) @291   14 years gav Svn move PersonService to AuthService?.
(edit) @290   14 years gav Secure and work on import asset tree functions. Improvements to …
(edit) @289   14 years gav Set some permissions on Site and Section controllers. Detail some site …
(edit) @288   14 years gav Regenerate and svn move the following to detailed controllers and …
(edit) @286   14 years gav Add CustomTagLib with checkBoxList.
(edit) @285   14 years gav Add AssetSubItemService and start moving methods to it.
(edit) @284   14 years gav Move asset copy and create functions into AssetService. Repair create …
(edit) @283   14 years gav Format to 4 spaces, no tabs.
(edit) @281   14 years gav Change flash.warning to flash.errorMessage.
(edit) @278   14 years gav Add AssetTreeTagLib and asset overview. Complete asset copy function …
(edit) @276   14 years gav Change AssetSubItem to have many assets.
(edit) @274   14 years gav Add AssetSubItem and its extended attributes detailed controllers and …
(edit) @271   14 years gav Regenerate asset views and detail views to suite. Add CsvService, …
(edit) @269   14 years gav Rebuild MaintenanceActionDetailed controller and views. Adjust …
(edit) @268   14 years gav Refactor classes for asset tree refinement. Regenerate views and …
(edit) @267   14 years gav Re-arrange svn for asset tree refactor.
(edit) @262   14 years gav Complete options div and max task results per page feature.
(edit) @260   14 years gav Improve bulk data creation batch times and use dynamic allocation of …
(edit) @258   14 years gav Add a service to create bulk test data.
(edit) @255   14 years gav Add ajax feature to show groups for person when creating and editing …
(edit) @254   14 years gav Add ajax feature to show persons in the group when creating and …
(edit) @253   14 years gav Add case insensitive sorting to Task show view, assignedPersons and …
(edit) @252   14 years gav Added TaskBudgetStatus as per ticket #49.
(edit) @250   14 years gav Small fix for some Person list view bugs.
(edit) @249   14 years gav Refactor AssignedPerson to use a serviced controller.
(edit) @248   14 years gav Small adjustment to AssignedGroupDetailedController.
(edit) @247   14 years gav Refactor AssignedGroup to use a serviced controller.
(edit) @246   14 years gav Remove/commented out the ability to change the parent task, since this …
(edit) @242   14 years gav Re-implement AssignedGroups along side AssignedPersons manually …
(edit) @241   14 years gav Undo the AssignedGroup implementation by reverse merge r240:r239.
(edit) @240   14 years gav Convert assignedPersons to assignedGroups as per ticket #37.
(edit) @237   14 years gav Integrate create data functions with appConfig.
(edit) @234   14 years gav New AppConfig class for storing application configuration settings in …
(edit) @226   14 years gav Complete functionality for inventory movement types other than "Used".
(edit) @225   14 years gav Complete inventory movement implementation as per ticket #24. Refactor …
(edit) @224   14 years gav List the inventory movements for an inventoryItem.
(edit) @216   14 years gav Replace personService.currentUser() with the more groovy …
(edit) @214   14 years gav Clicking on a searchCalendar day allows user to create a task with …
(edit) @213   14 years gav Finishing touches to recurring tasks.
(edit) @209   14 years gav Upgrade filterpane plugin to 0.6.4 from 0.6.2 and switch to …
(edit) @208   14 years gav Remove some no longer used imports and injections.
(edit) @207   14 years gav Refactor taskRecurringSchedule update() to a service method.
(edit) @206   14 years gav Switch Task to the Grails provided attach() from refresh().
(edit) @205   14 years gav Switch InventoryMovement to the Grails provided attach() from refresh().
(edit) @204   14 years gav Refactor taskService update() and enable optimistic version checking.
(edit) @203   14 years gav Move task recurring schedule creation to a service.
(edit) @199   14 years gav Upgrade quartz plugin to 0.4.1 propper. Refactor and enable quartz …
(edit) @196   14 years gav Exclude tasks in trash from subTask lists. Add create subTask …
(edit) @191   14 years gav Improve entry creation so that entryType is passed in with the …
(edit) @190   14 years gav Switch creatDemoEntries to use the taskService.createEntry service. …
(edit) @186   14 years gav Add createEntry to TaskService, automgically updates the task to "In …
(edit) @185   14 years gav Small refactor to use personService where appropriate.
(edit) @182   14 years gav Add support for inventory item Pictures and Images. Add new …
(edit) @181   14 years gav Change is* in Task to just 'active', 'scheduled' and 'approved'. …
(edit) @180   14 years gav Add support for taskModification audit/change log, the create and …
(edit) @179   14 years gav Format to 4 spaces, no tabs.
(edit) @178   14 years gav Resolve ticket #12 again. Turn query cache on again since this did not …
(edit) @177   14 years gav Inventory movement quantity adjustments now done in a service. …
(edit) @175   14 years gav Substantial refactor of the Inventory domain. InventoryItems can now …
(edit) @172   15 years gav Fix LoginController? null object bug introduced at r166.
(edit) @169   15 years gav Fix looping bug when a parentTask is selected from a task that is …
(edit) @167   15 years gav Format to 4 spaces, no tabs.
(edit) @166   15 years gav Add test and message for no granted authority to LoginController. …
(edit) @165   15 years gav Install export plugin. Add budget 'planned' and 'unplanned' search view.
(edit) @163   15 years gav Add costCode attribute to Site and regen non-detailed controller and views.
(edit) @162   15 years gav Add Department domain class, controller, views and demo data. Add …
(edit) @161   15 years gav Add costCode attribute to Asset and regen non-detailed controller and …
(edit) @160   15 years gav Add costCode attribute to AssetType? and regen controller and views.
(edit) @159   15 years gav Regen non-detailed TaskRecurringSchedule? views with new templates.
(edit) @157   15 years gav Detail work on TaskRecurringSchedule? views and controller. Regen …
(edit) @156   15 years gav Add filterPane to Asset and Inventory search views.
(edit) @155   15 years gav Work on Task searching. Add calendar view for Tasks. Cleaner look for …
(edit) @150   15 years gav Add params.message to Person create and edit views. Code format to 4 …
(edit) @149   15 years gav Refactor bootstrap data generation to new CreateDataService?. Tweak …
(edit) @147   15 years gav Re-install class-diagram from local svn build with patch to allow war …
(edit) @144   15 years gav Work on TaskSearchService?.
(edit) @143   15 years gav Busy adding TaskSearchService?.
(edit) @140   15 years gav Install filterPane plugin and configure for Tasks.
Note: See TracRevisionLog for help on using the revision log.