| ledge:/ledge-web/src/main/ |
hide Line HistoryConstraintSort: path | last-commit | first-commit Sub Directories |
Changelog
MAIN:rafal:20081225205508
by rafal on
25 December 2008, 21:55:08 +0100
(14 days ago)
LEDGE-130: despite the fact that Boolean implements Comparable<Boolean> javac compiler used by maven2 complained that V and Boolean are inconvertible types. On the other hand, the fact that Boolean im…
./java/org/objectledge/table/comparator/MapComparator.java
1.3
MAIN:rafal:20081211170956
by rafal on
11 December 2008, 18:09:56 +0100
(28 days ago)
CYKLO-542: type safety for MapComparator
./java/org/objectledge/table/comparator/MapComparator.java
1.2
MAIN:rafal:20081028160906
by rafal on
28 October 2008, 17:09:06 +0100
(2 months 11 days ago)
LEDGE-147 call LedgeContainer.killContainer() on Servlet.destroy()
./java/org/objectledge/web/LedgeServlet.java
1.20
MAIN:rafal:20081021144415
by rafal on
21 October 2008, 16:44:15 +0200
(2 months 18 days ago)
CYKLO-525: got rid of the problematic casting. fixed some generics warnings
./java/org/objectledge/table/comparator/ArrayPositionComparator.java
1.2
./java/org/objectledge/table/comparator/ListPositionComparator.java
1.1
MAIN:rafal:20081015221742
by rafal on
16 October 2008, 00:17:42 +0200
(2 months 24 days ago)
JAAS integration - stage 1
./java/org/objectledge/authentication/jaas/HttpSessionLoginModule.java
1.1
MAIN:rafal:20081007171751
by rafal on
07 October 2008, 19:17:51 +0200
(3 months 1 day ago)
CYKLO-516: JQuery UI v. 1.5.2
./resources/content/script/jquery/ui/i18n/ui.datepicker-ar.js
1.1
./resources/content/script/jquery/ui/i18n/ui.datepicker-bg.js
1.1
./resources/content/script/jquery/ui/i18n/ui.datepicker-ca.js
1.1
./resources/content/script/jquery/ui/i18n/ui.datepicker-cs.js
1.1
./resources/content/script/jquery/ui/i18n/ui.datepicker-da.js
1.1
MAIN:rafal:20081007165101
by rafal on
07 October 2008, 18:51:01 +0200
(3 months 1 day ago)
CYKLO-516: JQuery javascript library, MIT license at this point used for DOM drag & drop in ChooseRelatedResources view
./resources/content/script/jquery/jquery-latest.js
1.1
MAIN:rafal:20081007164055
by rafal on
07 October 2008, 18:40:55 +0200
(3 months 1 day ago)
CYKLO-516: a weird class that looks like exercise in futility. However, it is necessary to prevent table toolkit from messing up our meticulously pre-orderd resources
./java/org/objectledge/table/comparator/ArrayPositionComparator.java
1.1
MAIN:rafal:20081002153232
by rafal on
02 October 2008, 17:32:32 +0200
(3 months 6 days ago)
CYKLO-496: store request / session marker in request context, for the benefit of correlating error reports with log files
./java/org/objectledge/web/RequestTrackingValve.java
1.7
MAIN:rafal:20080518133419
by rafal on
18 May 2008, 15:34:19 +0200
(7 months ago)
LEDGE-146: close streams properly
./java/org/objectledge/filesystem/ContentExtractor.java
1.8
MAIN:rafal:20080508170000
by rafal on
08 May 2008, 19:00:00 +0200
(8 months ago)
CYKLO-497: more generic solution against User-Agent parsing problems
./java/org/objectledge/web/mvc/tools/UserAgentTool.java
1.10
MAIN:rafal:20080508164247
by rafal on
08 May 2008, 18:42:47 +0200
(8 months ago)
CYKLO-497: checking substring preconditions
./java/org/objectledge/web/mvc/tools/UserAgentTool.java
1.9
MAIN:rafal:20080306163153
by rafal on
06 March 2008, 17:31:53 +0100
(10 months ago)
CYKLO-479 an action to collapse all nodes in the given set of tables
./java/org/objectledge/modules/actions/table/CollapseAll.java
1.1
MAIN:rafal:20080225230823
by rafal on
26 February 2008, 00:08:23 +0100
(10 months ago)
LEDGE-128: sanitized finding & processing loop of the listings. Also exposed a constructor that will allow testing ReadOnly provider with fabricated listings
./java/org/objectledge/filesystem/ServletFileSystemProvider.java
1.7
MAIN:rafal:20080225220135
by rafal on
25 February 2008, 23:01:35 +0100
(10 months ago)
LEDGE-128: preparing to refactor methods developed in ClasspathFileSystemProvider into ReadOnlyFileSystemProvider - properly encapsulated path normalization
./java/org/objectledge/filesystem/ServletFileSystemProvider.java
1.6
MAIN:rafal:20080120151717
by rafal on
20 January 2008, 16:17:17 +0100
(11 months ago)
merging in changes made on 0.3,15 branch, most notably Munin monitoring support in statistics
./resources/templates/views/system/Statistics.vt
1.2
./java/org/objectledge/web/RequestTrackingValve$ConcurrentSessions.munin
1.2
./java/org/objectledge/web/RequestTrackingValve$RequestsCount.munin
1.2
./java/org/objectledge/web/RequestTrackingValve$RequestsDuration.munin
1.2
./java/org/objectledge/web/RequestTrackingValve$ServedSessions.munin
1.2
BRANCH-0_3_15:rafal:20080117230204
by rafal on
18 January 2008, 00:02:04 +0100
(11 months ago)
CYKLO-485 Statistics view template adjusted to new Statistics interfaces
./resources/templates/views/system/Statistics.vt
1.1.4.1
MAIN:rafal:20080117230106
by rafal on
18 January 2008, 00:01:06 +0100
(11 months ago)
file RequestTrackingValve$ConcurrentSessions.munin was initially added on branch BRANCH-0_3_15.
./java/org/objectledge/web/RequestTrackingValve$ConcurrentSessions.munin
1.1
BRANCH-0_3_15:rafal:20080117230106
by rafal on
18 January 2008, 00:01:06 +0100
(11 months ago)
CYKLO-485 RequestTrackingValve adjusted to Munin monitoring
./java/org/objectledge/web/RequestTrackingValve$ConcurrentSessions.munin
1.1.2.1
./java/org/objectledge/web/RequestTrackingValve$RequestsCount.munin
1.1.2.1
./java/org/objectledge/web/RequestTrackingValve$RequestsDuration.munin
1.1.2.1
./java/org/objectledge/web/RequestTrackingValve$ServedSessions.munin
1.1.2.1
./java/org/objectledge/web/RequestTrackingValve.java
1.5.2.1
MAIN:rafal:20080117230106:1
by rafal on
18 January 2008, 00:01:06 +0100
(11 months ago)
file RequestTrackingValve$RequestsCount.munin was initially added on branch BRANCH-0_3_15.
./java/org/objectledge/web/RequestTrackingValve$RequestsCount.munin
1.1
MAIN:rafal:20080117230106:2
by rafal on
18 January 2008, 00:01:06 +0100
(11 months ago)
file RequestTrackingValve$RequestsDuration.munin was initially added on branch BRANCH-0_3_15.
./java/org/objectledge/web/RequestTrackingValve$RequestsDuration.munin
1.1
MAIN:rafal:20080117230106:3
by rafal on
18 January 2008, 00:01:06 +0100
(11 months ago)
file RequestTrackingValve$ServedSessions.munin was initially added on branch BRANCH-0_3_15.
./java/org/objectledge/web/RequestTrackingValve$ServedSessions.munin
1.1
MAIN:rafal:20080103222555
by rafal on
03 January 2008, 23:25:55 +0100
(12 months ago)
nifty little generic procedure that allows getting a parameter with specified default value and also removes the need for return value casting, yay!
./java/org/objectledge/web/HttpContext.java
1.17
MAIN:rafal:20071118211948
by rafal on
18 November 2007, 22:19:48 +0100
(13 months ago)
organizing imports
./java/org/objectledge/modules/actions/table/BaseToggleAction.java
1.4
./java/org/objectledge/modules/actions/table/SetSortColumn.java
1.4
./java/org/objectledge/web/mvc/tools/PageToolFactory.java
1.10
./java/org/objectledge/modules/views/system/Cache.java
1.2
MAIN:rafal:20070403232108
by rafal on
04 April 2007, 01:21:08 +0200
(21 months ago)
Links to added 'Cache' and 'Threads' views
./resources/templates/views/system/Default.vt
1.3
MAIN:rafal:20070403232042
by rafal on
04 April 2007, 01:20:42 +0200
(21 months ago)
Threads listing moved to a separate screen
./java/org/objectledge/modules/views/system/Threads.java
1.1
./java/org/objectledge/modules/views/system/VM.java
1.3
MAIN:rafal:20070403232006
by rafal on
04 April 2007, 01:20:06 +0200
(21 months ago)
A view for monitoring cache usage statistics
./java/org/objectledge/modules/views/system/Cache.java
1.1
MAIN:pablo:20070120133610
by pablo on
20 January 2007, 14:36:10 +0100
(23 months ago)
old feature commit - disable expand action for static trees
./java/org/objectledge/table/TableState.java
1.12
./java/org/objectledge/table/TableTool.java
1.24
MAIN:rafal:20061123002222
by rafal on
23 November 2006, 01:22:22 +0100
(2 years 1 month ago)
an attempt to fix parameter parsin issue with tomcat 5.5.20
./java/org/objectledge/parameters/RequestParameters.java
1.18
MAIN:pablo:20060820195345
by pablo on
20 August 2006, 21:53:45 +0200
(2 years 4 months ago)
bug fix
./java/org/objectledge/web/mvc/security/PolicySystem.java
1.5
|