Default task dates to today when manually creating a sub task.
5 lines of code changed in 1 file:
Added integration test for !TaskSearchService.getPersonsTasks().
Extended !TaskService.delete() to handle assignedPersons and assignedGroups.
Use safe collection navigation in !AssignedGroupService and AssignedPersonService.
123 lines of code changed in 4 files:
Prevent filterPane from sorting by attentionFlag, see ticket #64.
2 lines of code changed in 1 file:
Refactor !TaskSearchService.getTasks() to use HQL and avoid bug in ticket #64, also extend associated tests.
48 lines of code changed in 2 files:
Adjust !TaskSearchService.getPersonsTasks() so that if a person created it and is leadPerson then that task is returned.
Started on integration tests for !TaskSearchService.
123 lines of code changed in 2 files:
Adding an entry to a task with no time booked will now leave the task as "Not Started".
Reopening a task will check if the task should be "In Progress" or "Not Started".
Added integration tests for above.
Added !TaskService.delete() since it is required for integration tests.
223 lines of code changed in 3 files:
Some comments to !CreateDataServiceTests.
6 lines of code changed in 1 file:
Base data is now created during bootstrap in all environments.
Add stdout log appender to test environment.
Add !CreateDataServiceTests.
106 lines of code changed in 3 files:
Add inventoryGroup to inventory search view and export.
10 lines of code changed in 2 files:
Create data adjustment, split createBasePersonGroupTypes into a separate method.
Small adjustment to person show and edit views, add group link and only show active !PersonGroups.
30 lines of code changed in 3 files:
Some commenting to !AppConfigServiceTests.
5 lines of code changed in 1 file:
Adjust !BootStrap.groovy since it is now environment aware.
Small spelling correction to DataSource.groovy
25 lines of code changed in 2 files:
Refactor !TaskSearchService and associated messages.
151 lines of code changed in 3 files:
Small text correction to work done view.
1 lines of code changed in 1 file:
Removed negative margin from tab headers since it causes selection problems in IE and looks better with a little extra space.
1 lines of code changed in 1 file:
Remove non-existant class from tab headers.
2 lines of code changed in 2 files:
Small correction to taskType sortable column on task search view.
1 lines of code changed in 1 file:
Improved table row onclick implementation for all detailed list and search views.
494 lines of code changed in 28 files:
Svn delete taskModification controller and views since they should not really exist.
0 lines of code changed in 5 files:
Svn delete un-used site and section extendedAttribute list views.
0 lines of code changed in 2 files:
Svn delete un-used maintenanceAction list view.
0 lines of code changed in 1 file:
Svn delete un-used entryDetailed list view.
0 lines of code changed in 1 file:
Svn delete un-used departmentExtendedAttribute list view.
0 lines of code changed in 1 file:
Svn delete un-used contactDetailed list view.
0 lines of code changed in 1 file:
Svn delete non-detailed assignedGroup and assignedPerson controllers and views.
0 lines of code changed in 10 files:
Add work done by person and date feature with view and search logic.
218 lines of code changed in 6 files:
Add recentlyUsed inventoryItem quick search.
71 lines of code changed in 4 files:
Replace nulling of session attributes with removeAttribute() in task controller.
6 lines of code changed in 1 file:
Default scheduled to true when creating a new Scheduled task.
Add applicable sorting and findAllByIsActive(true) to select lists in task views.
97 lines of code changed in 5 files:
Remember user's sort in task search view.
10 lines of code changed in 1 file:
Add inventory item quick search (items below reorder) and remember user's search in session.
192 lines of code changed in 4 files:
Comments to InventoryItem doman class.
4 lines of code changed in 1 file:
Some comments to !TaskDetailedController and !TaskSearchService.
8 lines of code changed in 2 files:
Refactor entry creation to provide correct error messages when trying to create a new entry on a complete task.
35 lines of code changed in 5 files:
Turn off SQL logging and update messages to suite adjusted task quick search.
9 lines of code changed in 2 files:
Configure the root logger to only output to appLog appender in prod and test envrionments.
Svn ignore *.log* and set maxBackupIndex to 1.
17 lines of code changed in 1 file:
Improvements to task search logic, especially 'my' tasks.
119 lines of code changed in 2 files:
Setup approved and scheduled during subTask creation.
11 lines of code changed in 1 file:
Move params.message and params.errorMessage to shared messages template.
8 lines of code changed in 4 files:
Improve task search and calendar logic.
Move task quick search links to a template.
Set targetCompletionDate when creating task from calendar.
Remove task budget action and view, functionality moved to task search.
Customise calendar css.
706 lines of code changed in 11 files:
Add taskType to Task search view export.
3 lines of code changed in 1 file: