Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

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

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…

./src/main/java/org/objectledge/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

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

MAIN:rafal:20081105234901 by rafal on 06 November 2008, 00:49:01 +0100 (2 months 3 days ago) Make Review test classpath dependency on pcj

./project.xml 1.56 history download (+8 -1) 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()

./src/main/java/org/objectledge/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

./src/main/java/org/objectledge/table/comparator/ArrayPositionComparator.java 1.2 history deleted

./src/main/java/org/objectledge/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

./src/main/java/org/objectledge/authentication/jaas/HttpSessionLoginModule.java 1.1 history download (+78) new

… 7 more files in changeset.
MAIN:rafal:20081007165101 by rafal on 07 October 2008, 18:51:01 +0200 (3 months 1 day ago) Make Review CYKLO-516:  JQuery javascript library, MIT license
at this point used for DOM drag & drop in ChooseRelatedResources view

./src/main/resources/content/script/jquery/jquery-latest.js 1.1 history download (+3549) new

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

./src/main/java/org/objectledge/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

./src/main/java/org/objectledge/web/RequestTrackingValve.java 1.7 history download (+8 -3) diffs

MAIN:rafal:20080828155246 by rafal on 28 August 2008, 17:52:46 +0200 (4 months 11 days ago) Make Review CYKLO-469:  Velocity 1.5 upgrade

./.classpath 1.40 history download (+1 -1) diffs

./project.xml 1.55 history download (+2 -2) diffs

… 6 more files in changeset.
MAIN:rafal:20080525211952 by rafal on 25 May 2008, 23:20:10 +0200 (7 months ago) Make Review CYKLO-499 revert to velocity 1.4

./.classpath 1.39 history download (+1 -1) diffs

./project.xml 1.54 history download (+2 -2) diffs

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

./src/main/java/org/objectledge/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

./src/main/java/org/objectledge/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

./src/main/java/org/objectledge/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

./src/main/java/org/objectledge/modules/actions/table/CollapseAll.java 1.1 history download (+81) new

MAIN:rafal:20080303232815 by rafal on 04 March 2008, 00:28:15 +0100 (10 months ago) Make Review LEDGE-130 tweaking maven2 project descriptors to take better use of transitive dependencies

./pom.xml 1.5 history download (+4 -4) diffs

… 3 more files in changeset.
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

./src/main/java/org/objectledge/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

./src/main/java/org/objectledge/filesystem/ServletFileSystemProvider.java 1.6 history download (+13 -6) diffs

… 2 more files in changeset.
MAIN:rafal:20080211220251 by rafal on 11 February 2008, 23:02:51 +0100 (10 months ago) Make Review LEDGE-135 replacing with upstream jwebunit 1.2

./pom.xml 1.4 history download (+1 -1) diffs

… 1 more file in changeset.
MAIN:rafal:20080211211754 by rafal on 11 February 2008, 22:17:54 +0100 (10 months ago) Make Review LEDGE-134 replacing httpunit with upstream 1.6.2

./pom.xml 1.3 history download (+1 -1) diffs

… 1 more file in changeset.
MAIN:rafal:20080129221145 by rafal on 29 January 2008, 23:11:45 +0100 (11 months ago) Make Review LEDGE-131: fixed artifactId

./pom.xml 1.2 history download (+1 -1) diffs

… 1 more file in changeset.
MAIN:rafal:20080129220808 by rafal on 29 January 2008, 23:08:08 +0100 (11 months ago) Make Review LEDGE-131: rudimentary POM for ledge-web

./pom.xml 1.1 history download (+89) new

BRANCH-0_3_15:rafal:20080121173612 by rafal on 21 January 2008, 18:36:13 +0100 (11 months ago) Make Review CYKLO-485 include .munin munin files in the jar

./project.xml 1.52.2.1 history download (+2 -1) diffs

… 1 more file in changeset.
MAIN:rafal:20080121001157 by rafal on 21 January 2008, 01:11:57 +0100 (11 months ago) Make Review use velocity 1.5 consistently across the board
added dependency on commons-lang 2.1 required by velocity
include *.munin files into jars where necessary

./.classpath 1.38 history download (+1 -1) diffs

./project.xml 1.53 history download (+9 -2) diffs

… 4 more files in changeset.
BRANCH-0_3_15:rafal:20080117230204 by rafal on 18 January 2008, 00:02:04 +0100 (11 months ago) Make Review CYKLO-485 Statistics view template adjusted to new Statistics interfaces

./src/main/resources/templates/views/system/Statistics.vt 1.1.4.1 history download (+4 -5) diffs

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.

./src/main/java/org/objectledge/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.

./src/main/java/org/objectledge/web/RequestTrackingValve$RequestsCount.munin 1.1 history deleted

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 12:02 +0100