source: trunk/grails-app

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @234   14 years gav New AppConfig class for storing application configuration settings in …
(edit) @231   14 years gav Security config adjustment to allow anonymous access to plugin css, js …
(edit) @230   14 years gav Add startup log to BootStrap. Add help balloon messages to create …
(edit) @228   14 years gav Added an example for MSSQL datasource.
(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) @223   14 years gav Detail InventoryItem? create and edit views.
(edit) @222   14 years gav Small tweak to CreateDataService taskService name: complete.
(edit) @221   14 years gav CSS improvements, add images to login and search buttons.
(edit) @219   14 years gav Make some dates more groovy.
(edit) @218   14 years gav Remove the ability to change task and entryType when editing an entry.
(edit) @217   14 years gav Record person performing the inventory movement as per ticket #24.
(edit) @216   14 years gav Replace personService.currentUser() with the more groovy …
(edit) @215   14 years gav Always show Calendar in Nav bar.
(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) @212   14 years gav Format to 4 spaces, no tabs.
(edit) @211   14 years gav Format to 4 spaces, no tabs.
(edit) @210   14 years gav Make date calculations and formatting more groovy.
(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) @202   14 years gav Some commenting and tweak to disable recurring schedule when …
(edit) @201   14 years gav Disable recurring schedule when completing or moving a task to trash.
(edit) @200   14 years gav Fix log4j config that was preventing war building.
(edit) @199   14 years gav Upgrade quartz plugin to 0.4.1 propper. Refactor and enable quartz …
(edit) @198   14 years gav Some commenting to PersonService.
(edit) @197   14 years gav Revamp logging configuration.
(edit) @196   14 years gav Exclude tasks in trash from subTask lists. Add create subTask …
(edit) @195   14 years gav Format to 4 spaces, no tabs.
(edit) @194   14 years gav Remove the auto inserted login credentials and message in production mode.
(edit) @193   14 years gav Format to 4 spaces, no tabs.
(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) @188   14 years gav Small change to loading javascript, preload image and increase pulses …
(edit) @187   14 years gav Small change of toString method.
(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) @184   14 years gav Small adjustment to modifications show/hide in task show view, since …
(edit) @183   14 years gav Update acknowledgements to include WebAlbum? and Lightbox.
(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) @176   14 years gav Add InnoBD config for MySQL since we will require transactions and row …
(edit) @175   14 years gav Substantial refactor of the Inventory domain. InventoryItems can now …
(edit) @174   14 years gav Comments in DataSource?.groovy
(edit) @173   14 years gav Format to 4 spaces, no tabs.
(edit) @172   14 years gav Fix LoginController? null object bug introduced at r166.
(edit) @171   14 years gav Turn off query_cache, should solve ticket #12.
(edit) @169   14 years gav Fix looping bug when a parentTask is selected from a task that is …
(edit) @168   14 years gav Add message bundles for the task filterPane. Add primary and …
(edit) @167   14 years gav Format to 4 spaces, no tabs.
(edit) @166   14 years gav Add test and message for no granted authority to LoginController. …
(edit) @165   14 years gav Install export plugin. Add budget 'planned' and 'unplanned' search view.
(edit) @164   14 years gav Add Department-Person relationship, update demo data and views to …
(edit) @163   14 years gav Add costCode attribute to Site and regen non-detailed controller and views.
(edit) @162   14 years gav Add Department domain class, controller, views and demo data. Add …
(edit) @161   14 years gav Add costCode attribute to Asset and regen non-detailed controller and …
(edit) @160   14 years gav Add costCode attribute to AssetType? and regen controller and views.
(edit) @159   14 years gav Regen non-detailed TaskRecurringSchedule? views with new templates.
(edit) @157   14 years gav Detail work on TaskRecurringSchedule? views and controller. Regen …
(edit) @156   14 years gav Add filterPane to Asset and Inventory search views.
(edit) @155   14 years gav Work on Task searching. Add calendar view for Tasks. Cleaner look for …
(edit) @154   14 years gav Format to 4 spaces, no tabs.
(edit) @153   14 years gav Format to 4 spaces, no tabs.
(edit) @152   14 years gav Add MySQL java connector license info to about view.
(edit) @151   14 years gav Replace all deprecated "createLinkTo" links with "resource".
(edit) @150   14 years gav Add params.message to Person create and edit views. Code format to 4 …
(edit) @149   14 years gav Refactor bootstrap data generation to new CreateDataService?. Tweak …
(edit) @148   14 years gav Update DataSource?.groovy to include MySQL settings and comments.
(edit) @147   14 years gav Re-install class-diagram from local svn build with patch to allow war …
(edit) @146   14 years gav Remove invalid contraints reported by Tomcat debug logs.
(edit) @145   14 years gav Minor bootstrap change, adjust security to accept all /plugin/ urls. …
(edit) @144   14 years gav Work on TaskSearchService?.
(edit) @143   14 years gav Busy adding TaskSearchService?.
(edit) @142   14 years gav Uninstall class-diagram plugin from repo since it has deployment …
(edit) @141   15 years gav How to make IE7 behave more like Firefox? Add Doctype strict to the …
(edit) @140   15 years gav Install filterPane plugin and configure for Tasks.
(edit) @139   15 years gav Install Navigation plugin, work on navigation and hopefully fixed a …
(edit) @138   15 years gav Install class-diagram plugin 0.3, update the good old latex doc, set …
(edit) @137   15 years gav Update to grails-1.1.1 release. Fix WorkDone? and Fault entries not …
(edit) @136   15 years gav Work on TaskRecurringSchedule?.
(edit) @135   15 years gav Protect taskRecurringSchedule from creating if one already exists. …
(edit) @134   15 years gav Add icons from famfamfam silk icons, add acknowledgement page to …
(edit) @133   15 years gav Work on Detail views for Task, TaskProcedure? and MaintenanceAction?.
(edit) @132   15 years gav Small rename TaskAction? to MaintenanceAction?, compiles and runs.
(edit) @131   15 years gav Reconfigure Planned Maintenance again, now Preventative Maintenance, …
(edit) @130   15 years gav Reconfigure for Planned Maintenance
(edit) @129   15 years gav Reconfigure for Planned Maintenance
(edit) @127   15 years gav Logins now route through a welcome action to allow flash message and …
(edit) @126   15 years gav Disable Quartz job for now. Install Richui plugin and setup tabView on …
(edit) @125   15 years gav Detail Inventory and associated, update BootStrap? and some work on …
Note: See TracRevisionLog for help on using the revision log.