[root]/src/au/com/whitesquare/waf/renderer
layout
(12 files, 681 lines)
preference
(3 files, 152 lines)
search
(4 files, 320 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| steve | 11 (100.0%) | 914 (100.0%) | 83.0 |
Fixed problem where search fields were trying to access the command when the list renderer was not added to the command. Use of isAddedToCommand() wraps access to search fields now.
21 lines of code changed in:
Modified internals to allow the csv response to use list renderers programatically.
45 lines of code changed in:
Added support for ListRenders to not be added to a command.
27 lines of code changed in:
Updated filter prefix to use _ not .'s
6 lines of code changed in:
Added automatic search logic for list renderers.
102 lines of code changed in:
Created the ability to retreive metadata from a list to enable the customisation
of the list instance.
143 lines of code changed in:
Added column security and action item security.
120 lines of code changed in:
Created methods to allow rows to show actions in the last column.
30 lines of code changed in:
New Renderer system and layout tags.
420 lines of code changed in: