Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

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 history download (+3 -0) diffs

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 history download (+5 -25) diffs

./ListController.java 3228 history download (+0 -1) diffs

./CommandButton.java 3228 history download (+58) new

./ListItem.java 3228 history download (+2 -38) diffs

./ListModel.java 3228 history download (+20 -22) diffs

… 66 more files in changeset.
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 history download (+5 -1) diffs

./ListItem.java 3162 history download (+3 -1) diffs

… 4 more files in changeset.
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 history download (+0 -1) diffs

./ListServiceImpl.java 3138 history download (+0 -1) diffs

… 75 more files in changeset.
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 history download (+3 -3) diffs

./ListServiceImpl.java 3073 history download (+3 -3) diffs

… 88 more files in changeset.
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 history download (+11 -8) diffs

… 1 more file in changeset.
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 history download (+3 -3) diffs

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 history download (+1 -1) diffs

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 history download (+19 -17) diffs

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 history download (+12 -11) diffs

./ListService.java 2951 history download (+3 -0) diffs

./ListServiceImpl.java 2951 history download (+7 -1) diffs

… 9 more files in changeset.
2926 by flx on 18 August 2008, 17:54:14 +0200 (4 months 18 days ago) Fix: FormCommands don't work

./ListSession.java 2926 history download (+16 -2) diffs

./ListService.java 2926 history download (+8 -3) diffs

./ListServiceImpl.java 2926 history download (+12 -3) diffs

… 1 more file in changeset.
2800 by flx on 04 August 2008, 17:34:05 +0200 (5 months 1 day ago) Removed static Log references

./ListServiceImpl.java 2800 history download (+1 -1) diffs

… 18 more files in changeset.
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 history download (+4 -0) diffs

… 9 more files in changeset.
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 history download (+11 -3) diffs

./ListServiceImpl.java 2781 history download (+1 -1) diffs

2780 by flx on 31 July 2008, 23:47:56 +0200 (5 months 5 days ago) Added getListSessionKey() to the CommandContext

./CommandContextImpl.java 2780 history download (+4 -0) diffs

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 history download (+4 -1) diffs

./ListService.java 2756 history download (+1 -1) diffs

./ListServiceImpl.java 2756 history download (+2 -2) diffs

… 3 more files in changeset.
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 history download (+1 -7) diffs

… 4 more files in changeset.
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 history download (+3 -0) diffs

… 1 more file in changeset.
2517 by ybl on 19 June 2008, 15:56:39 +0200 (6 months ago) Changed from Java 1.4 to 5

./ListController.java 2517 history download (+2 -1) diffs

./ListItem.java 2517 history download (+8 -8) diffs

./ListModel.java 2517 history download (+19 -17) diffs

./ListSession.java 2517 history download (+1 -1) diffs

… 54 more files in changeset.
2511 by ybl on 18 June 2008, 20:26:28 +0200 (6 months ago) Added Generics

./ListSession.java 2511 history download (+42 -41) diffs

./ListServiceImpl.java 2511 history download (+5 -5) diffs

./CommandContextImpl.java 2511 history download (+1 -1) diffs

… 33 more files in changeset.
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 history download (+2 -4) diffs

./render/ObjectRenderer.java 2367 history deleted

./render 2367 history deleted

./render/LinkRenderer.java 2367 history deleted

./render/DateRenderer.java 2367 history deleted

… 23 more files in changeset.
2337 by flx on 23 April 2008, 21:23:05 +0200 (8 months ago) Catch NullValueInNestedPathException

./ListSession.java 2337 history download (+7 -2) diffs

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 history download (+14 -1) diffs

./ListModel.java 2204 history download (+11 -0) diffs

… 5 more files in changeset.
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 history download (+39 -8) diffs

./CommandContextImpl.java 2188 history download (+9 -5) diffs

./ListService.java 2188 history download (+4 -0) diffs

./ListServiceImpl.java 2188 history download (+7 -0) diffs

… 6 more files in changeset.
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 history download (+3 -1) diffs

… 4 more files in changeset.
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 history download (+10 -0) diffs

./ListService.java 2172 history download (+1 -1) diffs

./ListModel.java 2172 history download (+10 -0) diffs

./ListSession.java 2172 history download (+43 -28) diffs

./ListServiceImpl.java 2172 history download (+4 -3) diffs

… 30 more files in changeset.
2158 by flx on 06 March 2008, 19:09:46 +0100 (10 months ago) Partial fix for object-choosers with trees

./ListSession.java 2158 history download (+2 -2) diffs

… 3 more files in changeset.
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 history download (+40 -5) diffs

./ListService.java 2148 history download (+11 -3) diffs

./ListModel.java 2148 history download (+24 -0) diffs

./ListSession.java 2148 history download (+200 -56) diffs

./ListServiceImpl.java 2148 history download (+20 -5) diffs

… 26 more files in changeset.
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 history download (+4 -6) diffs

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 history download (+4 -1) diffs

./CommandContextImpl.java 2060 history download (+22 -2) diffs

… 4 more files in changeset.
earlier earlier | later later
FishEye: Open Source License registered to Riot.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.2 Build:build-298 2008-05-26 ) - Administration - Page generated 2009-01-06 15:24 +0100