[root]/grails-app/views/taskDetailed
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
gav | 166 (100.0%) | 4096 (100.0%) | 24.6 |
Default to 200 results on listSubTasks view.
12 lines of code changed in 1 file:
Fix NPE during pagination after setSearchParamsMax in search views.
1 lines of code changed in 1 file:
Always show top pagination buttons on task search view when there are multiple pages.
5 lines of code changed in 1 file:
Update Task views and service to use new messages, part 2.
1 lines of code changed in 1 file:
Add default.please.select.text and default.none.select.text messages.
Update Task views and service to use new messages.
15 lines of code changed in 4 files:
Exclude "targetCompletionDate" from Task search, since we are now hitting the IE url character limit.
1 lines of code changed in 1 file:
Domain change, added safetyRequirement, mandatoryRegulatory and positiveFault attributes to Task.
Update views and logic to suite.
Complete's ticket #70.
101 lines of code changed in 4 files:
Only show assignedGroups and assignedPersons in task edit view if they exist.
30 lines of code changed in 1 file:
Default taskGroup dropdowns to --None-- in task create views, since there is no sane default.
2 lines of code changed in 2 files:
Improvements to task search filter pane.
20 lines of code changed in 1 file:
Revert task searchCalendar to displaying tasks, the rest of ticket #66 remains and may be shown on another calendar view at a later date.
3 lines of code changed in 1 file:
Add taskGroup and detail to task search view, as per ticket #65.
New toShortString() to Entry domain class.
20 lines of code changed in 1 file:
First draft of displaying work load on task calendar, see ticket #66.
4 lines of code changed in 1 file:
Added details of each task (including taskGroup as per ticket #65) to task search view.
13 lines of code changed in 1 file:
New defaultSort for Tasks, sort by status then priority then target start date.
Small improvement to custom:sortableColumnWithImg to allow imgTitle to be specified.
7 lines of code changed in 1 file:
Add indication to task tabs as per ticket #67.
25 lines of code changed in 1 file:
Add action to single submit forms so that hitting enter submits the form in IE.
2 lines of code changed in 2 files:
Domain change, remove scheduled attribute from Task.
Update views and logic to suite.
0 lines of code changed in 3 files:
Install searchable plugin, configure and start inventory search.
1 lines of code changed in 1 file:
Get Task Search filterpane associatedPropertyValues in controller instead of in gsp.
Sort and only get active items for associatedPropertyValues.
Small refator of !DateUtilService with new plusYear().
10 lines of code changed in 1 file:
(70 more)