| riotfamily:/riotfamily/trunk/riot/src/org/riotfamily/riot/list/ui/ |
jump to detailed chart | hide Line HistoryConstraint |
Changelog
3286
by flx on
25 November 2008, 15:33:57 +0100
(41 days ago)
Set objectId in CommandContext also for list-commands
./ListSession.java
3286
3228
by flx on
31 October 2008, 15:36:38 +0100
(2 months 5 days ago)
Item commands are no longer displayed in each list row, instead they are now rendered in a box on the right side.
./ListService.java
3228
./ListController.java
3228
./CommandButton.java
3228
./ListItem.java
3228
./ListModel.java
3228
3162
by cwo on
22 September 2008, 19:51:21 +0200
(3 months 13 days ago)
Fix for form commands to ensure view as well as forms do not lose the parent context after execution
./ListSession.java
3162
./ListItem.java
3162
3138
by flx on
09 September 2008, 21:28:02 +0200
(3 months 26 days ago)
Removed duplicate imports and fixed deprecation warnings
./ListController.java
3138
./ListServiceImpl.java
3138
3073
by flx on
29 August 2008, 16:00:29 +0200
(4 months 8 days ago)
All classes now use the new RiotLog instead of Commons Logging. RiotLog supports logging with varargs and allows us to easily switch to another logging framework in future.
./ListController.java
3073
./ListServiceImpl.java
3073
3056
by jfl on
28 August 2008, 21:05:19 +0200
(4 months 8 days ago)
Resolve column heading with column index if no property is set
./ListSession.java
3056
3042
by jfl on
28 August 2008, 16:03:41 +0200
(4 months 9 days ago)
Pass command context to policy check
./ListSession.java
3042
3018
by jfl on
25 August 2008, 21:47:24 +0200
(4 months 11 days ago)
ListSession uses "_" instead of "#" as key delimiter
./ListServiceImpl.java
3018
2960
by jfl on
20 August 2008, 17:22:30 +0200
(4 months 16 days ago)
Added policy check, if page should be listed
./ListSession.java
2960
2951
by flx on
20 August 2008, 11:57:20 +0200
(4 months 17 days ago)
Added a CommandResult to refresh the list commands
./ListSession.java
2951
./ListService.java
2951
./ListServiceImpl.java
2951
2926
by flx on
18 August 2008, 17:54:14 +0200
(4 months 18 days ago)
Fix: FormCommands don't work
./ListSession.java
2926
./ListService.java
2926
./ListServiceImpl.java
2926
2800
by flx on
04 August 2008, 17:34:05 +0200
(5 months 1 day ago)
Removed static Log references
./ListServiceImpl.java
2800
2797
by flx on
01 August 2008, 22:04:18 +0200
(5 months 4 days ago)
The RiotRuntime class can now look up handler URLs
./CommandContextImpl.java
2797
2781
by flx on
31 July 2008, 23:48:52 +0200
(5 months 5 days ago)
Added a static lookup method to the ListSession
./ListSession.java
2781
./ListServiceImpl.java
2781
2780
by flx on
31 July 2008, 23:47:56 +0200
(5 months 5 days ago)
Added getListSessionKey() to the CommandContext
./CommandContextImpl.java
2780
2756
by jfl on
29 July 2008, 19:13:48 +0200
(5 months 7 days ago)
Added the objectId to list command execution
./ListSession.java
2756
./ListService.java
2756
./ListServiceImpl.java
2756
2654
by flx on
16 July 2008, 11:48:33 +0200
(5 months 21 days ago)
Changed the semantics of EditorDefinitionUtils.getListDefinition() and getParentListDefinition()
./ListSession.java
2654
2577
by flx on
01 July 2008, 21:15:40 +0200
(6 months ago)
Slightly changed the semantics of the lookup-level attribute for list columns and added a JavaDoc comment to illustrate how it works.
./ListSession.java
2577
2517
by ybl on
19 June 2008, 15:56:39 +0200
(6 months ago)
Changed from Java 1.4 to 5
./ListController.java
2517
./ListItem.java
2517
./ListModel.java
2517
./ListSession.java
2517
2511
by ybl on
18 June 2008, 20:26:28 +0200
(6 months ago)
Added Generics
./ListSession.java
2511
./ListServiceImpl.java
2511
./CommandContextImpl.java
2511
2367
by flx on
02 May 2008, 14:41:22 +0200
(8 months ago)
Generalized the CellRenderer interface. The new ObjectRenderer is located in the riot-common module and can now be used for other things than list cells too.
./ListSession.java
2367
./render/ObjectRenderer.java
2367
./render/LinkRenderer.java
2367
./render/DateRenderer.java
2367
2337
by flx on
23 April 2008, 21:23:05 +0200
(8 months ago)
Catch NullValueInNestedPathException
./ListSession.java
2337
2204
by flx on
13 March 2008, 20:54:38 +0100
(9 months ago)
Implemented RIOT-38, and (partially) RIOT-37. Also all system-texts in lists/trees are now internationalized.
./ListSession.java
2204
./ListModel.java
2204
2188
by flx on
12 March 2008, 19:19:51 +0100
(9 months ago)
Command states are now correctly updated when cut/copy/paste operations are performed in a tree.
./ListSession.java
2188
./CommandContextImpl.java
2188
./ListService.java
2188
./ListServiceImpl.java
2188
2178
by flx on
11 March 2008, 14:24:18 +0100
(9 months ago)
The breadcrumb path now works in chooser-trees.
./ListSession.java
2178
2172
by flx on
10 March 2008, 16:56:28 +0100
(9 months ago)
Refactored the handling of trees in riot-core. A third parameter (besides objectId and parentId) has been introduced that specifies the id of the parent-editor. This way trees no longer need to create…
./ListItem.java
2172
./ListService.java
2172
./ListModel.java
2172
./ListSession.java
2172
./ListServiceImpl.java
2172
2158
by flx on
06 March 2008, 19:09:46 +0100
(10 months ago)
Partial fix for object-choosers with trees
./ListSession.java
2158
2148
by flx on
05 March 2008, 22:59:41 +0100
(10 months ago)
Added initial support for real trees in the backoffice. The feature is currently disabled as there are still some known bugs.
./ListItem.java
2148
./ListService.java
2148
./ListModel.java
2148
./ListSession.java
2148
./ListServiceImpl.java
2148
2107
by cwo on
25 February 2008, 10:52:43 +0100
(10 months ago)
Passing the underlying bean to the AccessController instead of the ListItem
./ListSession.java
2107
2060
by cwo on
15 February 2008, 12:43:18 +0100
(10 months ago)
Added batch cut and pasting objects with the Clipboard
./ListSession.java
2060
./CommandContextImpl.java
2060
|