source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @537   14 years gav Improvements to Reactive Ratio Report, standardise colours and small …
(edit) @536   14 years gav Improvements to Reactive Ratio Report.
(edit) @535   14 years gav Improvements to Reactive Ratio Report.
(edit) @534   14 years gav Refactor CreateDataService so that demo asset tree is created first, …
(edit) @533   14 years gav Add ReportController, TaskReportService and start template reports.
(edit) @532   14 years gav Install jasper plugin. Add BuildConfig.groovy. Svn delete …
(edit) @531   14 years gav Refactor UpadateRev script to improve handling when not running in a …
(edit) @530   14 years gav Small spelling correction.
(edit) @529   14 years gav Tweak CreateDataService to prevent issues during testing. Repair …
(edit) @528   14 years gav Prevent updateVcsRevision running in test environment.
(edit) @527   14 years gav Refactor UpadateRev script to fix classNotFound exception and make …
(edit) @526   14 years gav Refactor UpadateRev script to fix classNotFound exception and make …
(edit) @525   14 years gav Default task search results per page to 100.
(edit) @524   14 years gav Refactor TaskSearchServicve getBudgetTasks() to use HQL.
(edit) @523   14 years gav Remove "Predictive Maintenance" TaskType.
(edit) @522   14 years gav Add UpdateRev.groovy and _Events.groovy scripts to update …
(edit) @521   14 years gav Add version information to about view.
(edit) @520   14 years gav Add SVN revision keyword to application properties file.
(edit) @519   14 years gav Show a development header logo in all environments except production.
(edit) @518   14 years gav Allow InventoryItemPurchase, invoicePaymentApproved and …
(edit) @517   14 years gav Allow InventoryItemPurchase, invoicePaymentApproved and …
(edit) @516   14 years gav Prevent tasks in the trash being returned by filterPane unless …
(edit) @515   14 years gav Default task dates to today when manually creating a sub task.
(edit) @514   14 years gav Added integration test for TaskSearchService.getPersonsTasks(). …
(edit) @513   14 years gav Prevent filterPane from sorting by attentionFlag, see ticket #64.
(edit) @512   14 years gav Refactor TaskSearchService.getTasks() to use HQL and avoid bug in …
(edit) @511   14 years gav Adjust TaskSearchService.getPersonsTasks() so that if a person …
(edit) @510   14 years gav Adding an entry to a task with no time booked will now leave the task …
(edit) @509   14 years gav Some comments to CreateDataServiceTests.
(edit) @508   14 years gav Base data is now created during bootstrap in all environments. Add …
(edit) @507   14 years gav Add inventoryGroup to inventory search view and export.
(edit) @506   14 years gav Create data adjustment, split createBasePersonGroupTypes into a …
(edit) @505   14 years gav Some commenting to AppConfigServiceTests.
(edit) @504   14 years gav Adjust BootStrap.groovy since it is now environment aware. Small …
(edit) @503   14 years gav Refactor TaskSearchService and associated messages.
(edit) @502   14 years gav Small text correction to work done view.
(edit) @501   14 years gav Removed negative margin from tab headers since it causes selection …
(edit) @500   14 years gav Remove non-existant class from tab headers.
(edit) @499   14 years gav Small correction to taskType sortable column on task search view.
(edit) @498   14 years gav Improved table row onclick implementation for all detailed list and …
(edit) @497   14 years gav Svn delete taskModification controller and views since they should not …
(edit) @496   14 years gav Svn delete un-used site and section extendedAttribute list views.
(edit) @495   14 years gav Svn delete un-used maintenanceAction list view.
(edit) @494   14 years gav Svn delete un-used entryDetailed list view.
(edit) @493   14 years gav Svn delete un-used departmentExtendedAttribute list view.
(edit) @492   14 years gav Svn delete un-used contactDetailed list view.
(edit) @491   14 years gav Svn delete non-detailed assignedGroup and assignedPerson controllers …
(edit) @490   14 years gav Add work done by person and date feature with view and search logic.
(edit) @489   14 years gav Add recentlyUsed inventoryItem quick search.
(edit) @488   14 years gav Replace nulling of session attributes with removeAttribute() in task …
(edit) @487   14 years gav Default scheduled to true when creating a new Scheduled task. Add …
(edit) @486   14 years gav Remember user's sort in task search view.
(edit) @485   14 years gav Add inventory item quick search (items below reorder) and remember …
(edit) @484   14 years gav Comments to InventoryItem? doman class.
(edit) @483   14 years gav Some comments to TaskDetailedController and TaskSearchService.
(edit) @482   14 years gav Refactor entry creation to provide correct error messages when trying …
(edit) @481   14 years gav Turn off SQL logging and update messages to suite adjusted task quick …
(edit) @480   14 years gav Configure the root logger to only output to appLog appender in prod …
(edit) @479   14 years gav Improvements to task search logic, especially 'my' tasks.
(edit) @478   14 years gav Setup approved and scheduled during subTask creation.
(edit) @477   14 years gav Move params.message and params.errorMessage to shared messages template.
(edit) @476   14 years gav Improve task search and calendar logic. Move task quick search links …
(edit) @475   14 years gav Add taskType to Task search view export.
(edit) @474   14 years gav Scroll month feature to task search calendar. Add reasoning, asset and …
(edit) @473   14 years gav Remove 'ROLE_TaskUser' permission from create scheduled task action.
(edit) @472   14 years gav Change Task domain class to have site, section and assetSubItem.
(edit) @471   14 years gav Svn move personGroup and personGroupType controllers and views to …
(edit) @470   14 years gav Svn ignore HelpBalloon?.js
(edit) @469   14 years gav Svn delete HelpBalloon?.js since it will be copied in every time the …
(edit) @468   14 years gav Add inventory item purchase search view and logic.
(edit) @467   14 years gav Only show table headers in search views if there actually are results.
(edit) @466   14 years gav Remove some commented out dead code.
(edit) @465   14 years gav Set renegeApproval permissions to the same as approve ie task manager.
(edit) @464   14 years gav Add (hh:mm) to down time help message.
(edit) @463   14 years gav Upgrade to Grails-1.2.2
(edit) @462   14 years gav Indicate in header that purchase order number is required during import.
(edit) @461   14 years gav Increase loading javascript pulses.
(edit) @460   14 years gav Refactor asset tree generation to improve speed by around 4 fold, part 2.
(edit) @459   14 years gav Add exportAssetTreeHtml to AssetDetailedController.
(edit) @458   14 years gav Temporarily set production log level of AssetTreeService to debug.
(edit) @457   14 years gav Refactor asset tree generation to improve speed by around 4 fold.
(edit) @456   14 years gav Set batchSize:1000 on asset tree domain classes.
(edit) @455   14 years gav Increase production log levels of Csv services.
(edit) @454   14 years gav Add authorities to PersonCsvService import.
(edit) @453   14 years gav Improvements to use inventory item flow and logic and added a clear …
(edit) @452   14 years gav Replace ajax spinner with a new loading bar.
(edit) @451   14 years gav Svn ignore images/balloon-*.
(edit) @450   14 years gav Cleanup dateFormat in all filterpane currentCriteria.
(edit) @449   14 years gav Upgrade to Grails-1.2.1, all plugins upgraded to latest versions and …
(edit) @448   14 years gav Small correction to inventoryMovement redirect on delete.
(edit) @447   14 years gav Add constraints to Task domain class for targetCompletionDate and …
(edit) @446   14 years gav Add constraints to Task domain class for targetCompletionDate and comment.
(edit) @445   14 years gav Add maxSubTasks and useTargetCompletionDate to TaskRecurringSchedule …
(edit) @444   14 years gav Svn delete non detailed TaskRecurringSchedule controller and views.
(edit) @443   14 years gav Small CSS change to h2 and h3.
(edit) @442   14 years gav Small fix to inventory movement list view pagination.
(edit) @441   14 years gav Add CostCode and InventoryItemPurchase domain classes with import …
(edit) @440   14 years gav Add Person import feature. Commit has a small amount of cross over …
(edit) @439   14 years gav Small security adjustment to allow business manager to read …
(edit) @438   14 years gav Svn delete non detailed InventoryMovement controller and views.
Note: See TracRevisionLog for help on using the revision log.