Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

MAIN:rafal:20081225205508 by rafal on 25 December 2008, 21:55:08 +0100 (14 days ago) Make Review 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…

./table/comparator/MapComparator.java 1.3 history download (+1 -17) diffs

MAIN:rafal:20081211170956 by rafal on 11 December 2008, 18:09:56 +0100 (28 days ago) Make Review CYKLO-542:  type safety for MapComparator

./table/comparator/MapComparator.java 1.2 history download (+11 -13) diffs

MAIN:rafal:20081028160906 by rafal on 28 October 2008, 17:09:06 +0100 (2 months 11 days ago) Make Review LEDGE-147 call LedgeContainer.killContainer() on Servlet.destroy()

./web/LedgeServlet.java 1.20 history download (+10 -3) diffs

MAIN:rafal:20081021144415 by rafal on 21 October 2008, 16:44:15 +0200 (2 months 18 days ago) Make Review CYKLO-525:  got rid of the problematic casting. fixed some generics warnings

./table/comparator/ArrayPositionComparator.java 1.2 history deleted

./table/comparator/ListPositionComparator.java 1.1 history download (+32) new

MAIN:rafal:20081015221742 by rafal on 16 October 2008, 00:17:42 +0200 (2 months 24 days ago) Make Review JAAS integration - stage 1

./authentication/jaas/HttpSessionLoginModule.java 1.1 history download (+78) new

… 7 more files in changeset.
MAIN:rafal:20081007164055 by rafal on 07 October 2008, 18:40:55 +0200 (3 months 1 day ago) Make Review 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

./table/comparator/ArrayPositionComparator.java 1.1 history download (+43) new

MAIN:rafal:20081002153232 by rafal on 02 October 2008, 17:32:32 +0200 (3 months 6 days ago) Make Review CYKLO-496:  store request / session marker in request context, for the benefit of correlating error reports with log files

./web/RequestTrackingValve.java 1.7 history download (+8 -3) diffs

MAIN:rafal:20080518133419 by rafal on 18 May 2008, 15:34:19 +0200 (7 months ago) Make Review LEDGE-146: close streams properly

./filesystem/ContentExtractor.java 1.8 history download (+3 -2) diffs

MAIN:rafal:20080508170000 by rafal on 08 May 2008, 19:00:00 +0200 (8 months ago) Make Review CYKLO-497: more generic solution against User-Agent parsing problems

./web/mvc/tools/UserAgentTool.java 1.10 history download (+91 -71) diffs

MAIN:rafal:20080508164247 by rafal on 08 May 2008, 18:42:47 +0200 (8 months ago) Make Review CYKLO-497: checking substring preconditions

./web/mvc/tools/UserAgentTool.java 1.9 history download (+9 -2) diffs

MAIN:rafal:20080306163153 by rafal on 06 March 2008, 17:31:53 +0100 (10 months ago) Make Review CYKLO-479 an action to collapse all nodes in the given set of tables

./modules/actions/table/CollapseAll.java 1.1 history download (+81) new

MAIN:rafal:20080225230823 by rafal on 26 February 2008, 00:08:23 +0100 (10 months ago) Make Review LEDGE-128: sanitized finding & processing loop of the listings. Also exposed a constructor that will allow testing ReadOnly provider with fabricated listings

./filesystem/ServletFileSystemProvider.java 1.7 history download (+25 -8) diffs

… 2 more files in changeset.
MAIN:rafal:20080225220135 by rafal on 25 February 2008, 23:01:35 +0100 (10 months ago) Make Review LEDGE-128: preparing to refactor methods developed in ClasspathFileSystemProvider into ReadOnlyFileSystemProvider - properly encapsulated path normalization

./filesystem/ServletFileSystemProvider.java 1.6 history download (+13 -6) diffs

… 2 more files in changeset.
MAIN:rafal:20080120151717 by rafal on 20 January 2008, 16:17:17 +0100 (11 months ago) Make Review merging in changes made on 0.3,15 branch, most notably Munin monitoring support in statistics

./web/RequestTrackingValve$ConcurrentSessions.munin 1.2 history download (+7) new

./web/RequestTrackingValve$RequestsCount.munin 1.2 history download (+9) new

./web/RequestTrackingValve$RequestsDuration.munin 1.2 history download (+7) new

./web/RequestTrackingValve$ServedSessions.munin 1.2 history download (+11) new

./web/RequestTrackingValve.java 1.6 history download (+104 -93) diffs

… 28 more files in changeset.
MAIN:rafal:20080117230106 by rafal on 18 January 2008, 00:01:06 +0100 (11 months ago) Make Review file RequestTrackingValve$ConcurrentSessions.munin was initially added on branch BRANCH-0_3_15.

./web/RequestTrackingValve$ConcurrentSessions.munin 1.1 history deleted

MAIN:rafal:20080117230106:1 by rafal on 18 January 2008, 00:01:06 +0100 (11 months ago) Make Review file RequestTrackingValve$RequestsCount.munin was initially added on branch BRANCH-0_3_15.

./web/RequestTrackingValve$RequestsCount.munin 1.1 history deleted

MAIN:rafal:20080117230106:2 by rafal on 18 January 2008, 00:01:06 +0100 (11 months ago) Make Review file RequestTrackingValve$RequestsDuration.munin was initially added on branch BRANCH-0_3_15.

./web/RequestTrackingValve$RequestsDuration.munin 1.1 history deleted

MAIN:rafal:20080117230106:3 by rafal on 18 January 2008, 00:01:06 +0100 (11 months ago) Make Review file RequestTrackingValve$ServedSessions.munin was initially added on branch BRANCH-0_3_15.

./web/RequestTrackingValve$ServedSessions.munin 1.1 history deleted

MAIN:rafal:20080103222555 by rafal on 03 January 2008, 23:25:55 +0100 (12 months ago) Make Review nifty little generic procedure that allows getting a parameter with specified default value and also removes the need for return value casting, yay!

./web/HttpContext.java 1.17 history download (+16 -1) diffs

MAIN:rafal:20071118211948 by rafal on 18 November 2007, 22:19:48 +0100 (13 months ago) Make Review organizing imports

./modules/actions/table/BaseToggleAction.java 1.4 history download (+3 -3) diffs

./modules/actions/table/SetSortColumn.java 1.4 history download (+3 -3) diffs

./web/mvc/tools/PageToolFactory.java 1.10 history download (+2 -2) diffs

./modules/views/system/Cache.java 1.2 history download (+0 -1) diffs

… 12 more files in changeset.
MAIN:rafal:20070403232042 by rafal on 04 April 2007, 01:20:42 +0200 (21 months ago) Make Review Threads listing moved to a separate screen

./modules/views/system/Threads.java 1.1 history download (+67) new

./modules/views/system/VM.java 1.3 history download (+1 -2) diffs

… 2 more files in changeset.
MAIN:rafal:20070403232006 by rafal on 04 April 2007, 01:20:06 +0200 (21 months ago) Make Review A view for monitoring cache usage statistics

./modules/views/system/Cache.java 1.1 history download (+206) new

… 1 more file in changeset.
MAIN:pablo:20070120133610 by pablo on 20 January 2007, 14:36:10 +0100 (23 months ago) Make Review old feature commit - disable expand action for static trees

./table/TableState.java 1.12 history download (+25 -1) diffs

./table/TableTool.java 1.24 history download (+6 -1) diffs

… 1 more file in changeset.
MAIN:rafal:20061123002222 by rafal on 23 November 2006, 01:22:22 +0100 (2 years 1 month ago) Make Review an attempt to fix parameter parsin issue with tomcat 5.5.20

./parameters/RequestParameters.java 1.18 history download (+8 -1) diffs

MAIN:pablo:20060820195345 by pablo on 20 August 2006, 21:53:45 +0200 (2 years 4 months ago) Make Review bug fix

./web/mvc/security/PolicySystem.java 1.5 history download (+5 -1) diffs

MAIN:zwierzem:20060630073242 by zwierzem on 30 June 2006, 09:32:42 +0200 (2 years 6 months ago) Make Review Moved bytesSize from StringTool to StringUtil and added parseBytesSize.

./web/mvc/tools/StringTool.java 1.20 history download (+7 -28) diffs

… 2 more files in changeset.
MAIN:zwierzem:20060529140339 by zwierzem on 29 May 2006, 16:03:39 +0200 (2 years 7 months ago) Make Review Split the ListTableModel in two classes to allow better code reuse.

./table/generic/AbstractTableModel.java 1.1 history download (+92) new

./table/generic/ListTableModel.java 1.9 history download (+3 -43) diffs

MAIN:rafal:20060508131744 by rafal on 08 May 2006, 15:17:44 +0200 (2 years 8 months ago) Make Review minor text wrangling method

./web/mvc/tools/StringTool.java 1.19 history download (+12 -1) diffs

… 1 more file in changeset.
MAIN:rafal:20060428073016 by rafal on 28 April 2006, 09:30:16 +0200 (2 years 8 months ago) Make Review flyweight pattern for String comparators

./table/comparator/StringComparator.java 1.2 history download (+29 -2) diffs

earlier earlier | later later
Crucible: Open Source License registered to ObjectLedge .
Atlassian FishEye, the whole repository view. (Version:1.4.2 Build:build-268 2008-01-14 ) - Bug/feature request - Page generated 2009-01-09 11:20 +0100