| ledge:/ledge-components/src/ |
hide Line HistoryConstraint |
Changelog
MAIN:rafal:20080828155246
by rafal on
28 August 2008, 17:52:46 +0200
(44 days ago)
CYKLO-469: Velocity 1.5 upgrade
./main/java/org/objectledge/templating/velocity/VelocityTemplating.java
1.30
MAIN:rafal:20080604225505
by rafal on
05 June 2008, 00:55:05 +0200
(4 months 7 days ago)
Upgrading to J2SE 6
./main/java/org/objectledge/database/impl/DelegatingCallableStatement.java
1.3
./main/java/org/objectledge/database/impl/DelegatingConnection.java
1.4
./main/java/org/objectledge/database/impl/DelegatingDataSource.java
1.5
./main/java/org/objectledge/database/impl/DelegatingPreparedStatement.java
1.5
./main/java/org/objectledge/database/impl/DelegatingStatement.java
1.3
MAIN:rafal:20080525211952
by rafal on
25 May 2008, 23:20:10 +0200
(4 months 17 days ago)
CYKLO-499 revert to velocity 1.4
./main/java/org/objectledge/templating/velocity/VelocityTemplating.java
1.29
MAIN:rafal:20080410152251
by rafal on
10 April 2008, 17:22:51 +0200
(6 months ago)
CYKLO-474: a fix in exists(..) method: don't fall through to non-listing case when listing exists, but does not contain given path, return false right away. ClassLoader.getResourceAsStream() seems dis…
./main/java/org/objectledge/filesystem/impl/ReadOnlyFileSystemProvider.java
1.26
MAIN:rafal:20080313005526
by rafal on
13 March 2008, 01:55:26 +0100
(6 months ago)
LEDGE-144: aligning with maven2 javacc support - upgrade to JavaCC 4.0
./main/java/org/objectledge/scheduler/cron/CronParser.java
1.4
./main/java/org/objectledge/scheduler/cron/CronParser.jj
1.2
./main/java/org/objectledge/scheduler/cron/CronParserTokenManager.java
1.4
./main/java/org/objectledge/scheduler/cron/JavaCharStream.java
1.4
BRANCH-0_3_15:rafal:20080304223608
by rafal on
04 March 2008, 23:36:08 +0100
(7 months ago)
CYKLO-474: fix to root cause of the problem merged from head
./main/java/org/objectledge/filesystem/impl/ReadOnlyFileSystemProvider.java
1.21.2.1
BRANCH-0_3_15:rafal:20080304222640
by rafal on
04 March 2008, 23:26:40 +0100
(7 months ago)
CYKLO-474: merging a fix from head - exception throw moved to correct position - fail after checking ALL not the FIRST provider. Silly error, really. Thanks Pablo!
./main/java/org/objectledge/filesystem/FileSystem.java
1.33.2.3
MAIN:rafal:20080304215221
by rafal on
04 March 2008, 22:52:21 +0100
(7 months ago)
LEDGE-126: let read (String, OutputStream) throw the exception if file is missing. The opened and abandoend InputStream caused to test fail under Windows.
./main/java/org/objectledge/filesystem/FileSystem.java
1.36
MAIN:rafal:20080228171755
by rafal on
28 February 2008, 18:17:55 +0100
(7 months ago)
CYKLO-474: block moved to the correct position
./main/java/org/objectledge/filesystem/FileSystem.java
1.35
MAIN:rafal:20080228165615
by rafal on
28 February 2008, 17:56:15 +0100
(7 months ago)
LEDGE-128 make sure no lising is used for this test
./test/java/org/objectledge/filesystem/ClasspathFileSystemProviderTest.java
1.9
MAIN:rafal:20080228163123
by rafal on
28 February 2008, 17:31:23 +0100
(7 months ago)
LEDGE-128 additional test
./test/java/org/objectledge/filesystem/ClasspathFileSystemProviderTest.java
1.8
MAIN:rafal:20080226233952
by rafal on
27 February 2008, 00:39:52 +0100
(7 months ago)
LEDGE-128: more tests, all seems fine
./test/java/org/objectledge/filesystem/ClasspathFileSystemWithListingTest.java
1.3
./test/java/org/objectledge/filesystem/listing1.lst
1.2
MAIN:rafal:20080226232145
by rafal on
27 February 2008, 00:21:45 +0100
(7 months ago)
LEDGE-128 fixed silly flaws in isFile, isDirectory methods, added support for / directory
./main/java/org/objectledge/filesystem/impl/ReadOnlyFileSystemProvider.java
1.25
MAIN:rafal:20080226232037
by rafal on
27 February 2008, 00:20:37 +0100
(7 months ago)
LEDGE-128 flipped copy/pasted assertions the right way
./test/java/org/objectledge/filesystem/ClasspathFileSystemWithListingTest.java
1.2
MAIN:rafal:20080226225545
by rafal on
26 February 2008, 23:55:45 +0100
(7 months ago)
LEDGE-128 a test for the listing-based scenario, exposing major breakage - including the root cause of CYKLO-474
./test/java/org/objectledge/filesystem/ClasspathFileSystemWithListingTest.java
1.1
./test/java/org/objectledge/filesystem/listing1.lst
1.1
MAIN:rafal:20080226225128
by rafal on
26 February 2008, 23:51:28 +0100
(7 months ago)
LEDGE-128 a constructor event more convenient for testing
./main/java/org/objectledge/filesystem/ClasspathFileSystemProvider.java
1.12
MAIN:rafal:20080225230823
by rafal on
26 February 2008, 00:08:23 +0100
(7 months ago)
LEDGE-128: sanitized finding & processing loop of the listings. Also exposed a constructor that will allow testing ReadOnly provider with fabricated listings
./main/java/org/objectledge/filesystem/impl/ReadOnlyFileSystemProvider.java
1.24
./main/java/org/objectledge/filesystem/ClasspathFileSystemProvider.java
1.11
MAIN:rafal:20080225222644
by rafal on
25 February 2008, 23:26:44 +0100
(7 months ago)
LEDGE-128: imports
./main/java/org/objectledge/filesystem/ClasspathFileSystemProvider.java
1.10
MAIN:rafal:20080225222606
by rafal on
25 February 2008, 23:26:06 +0100
(7 months ago)
LEDGE-128: pulled up resource (URL) based method implementation from Classpath provider to serve as listing-less case scenarios
./main/java/org/objectledge/filesystem/impl/ReadOnlyFileSystemProvider.java
1.23
./main/java/org/objectledge/filesystem/ClasspathFileSystemProvider.java
1.9
MAIN:rafal:20080225221452
by rafal on
25 February 2008, 23:14:52 +0100
(7 months ago)
LEDGE-128: sniped stray sysout
./test/java/org/objectledge/filesystem/ClasspathFileSystemProviderTest.java
1.7
MAIN:rafal:20080225220439
by rafal on
25 February 2008, 23:04:39 +0100
(7 months ago)
LEDGE-128: preparing to refactor methods developed in ClasspathFileSystemProvider into ReadOnlyFileSystemProvider - use getResource(String) virtual method instead of classloader,getResource(String)
./main/java/org/objectledge/filesystem/ClasspathFileSystemProvider.java
1.8
MAIN:rafal:20080225220135
by rafal on
25 February 2008, 23:01:35 +0100
(7 months ago)
LEDGE-128: preparing to refactor methods developed in ClasspathFileSystemProvider into ReadOnlyFileSystemProvider - properly encapsulated path normalization
./main/java/org/objectledge/filesystem/impl/ReadOnlyFileSystemProvider.java
1.22
./main/java/org/objectledge/filesystem/ClasspathFileSystemProvider.java
1.7
MAIN:rafal:20080225214448
by rafal on
25 February 2008, 22:44:48 +0100
(7 months ago)
LEDGE-128: implementation of listing for file based classpath + test
./main/java/org/objectledge/filesystem/ClasspathFileSystemProvider.java
1.6
./test/java/org/objectledge/filesystem/ClasspathFileSystemProviderTest.java
1.6
MAIN:rafal:20080225212716
by rafal on
25 February 2008, 22:27:16 +0100
(7 months ago)
LEDGE-128: implementation that does fully supports file based classpath (although a hack was needed that can potentially backfire), and behaves correctly for jar based classpath to the extent possible…
./main/java/org/objectledge/filesystem/ClasspathFileSystemProvider.java
1.5
MAIN:rafal:20080225211948
by rafal on
25 February 2008, 22:19:48 +0100
(7 months ago)
LEDGE-128: more improvements to the test
./test/java/org/objectledge/filesystem/ClasspathFileSystemProviderTest.java
1.5
MAIN:rafal:20080221233120
by rafal on
22 February 2008, 00:31:20 +0100
(7 months ago)
LEDGE-142: re-enable rendering if #stop directive was encountered in a nested template
./main/java/org/objectledge/templating/velocity/VelocityTemplating.java
1.28
MAIN:rafal:20080221163941
by rafal on
21 February 2008, 17:39:41 +0100
(7 months ago)
a wacky typo, really.
./main/java/org/objectledge/authentication/DirectoryUserManager.java
1.18
MAIN:rafal:20080214180845
by rafal on
14 February 2008, 19:08:45 +0100
(7 months ago)
LEDGE-128 improved test - now exposes implementation deficiencies - ie. fails ;)
./test/java/org/objectledge/filesystem/ClasspathFileSystemProviderTest.java
1.4
MAIN:rafal:20080129200943
by rafal on
29 January 2008, 21:09:43 +0100
(8 months ago)
LEDGE-125: merging fix from 0.3.15 branch (it should have landed on HEAD in the first place...)
./test/java/org/objectledge/filesystem/FileSystemTest.java
1.12
MAIN:rafal:20080129200746
by rafal on
29 January 2008, 21:07:46 +0100
(8 months ago)
LEDGE-128: a provisional fix merged from 0.3.15 branch
./main/java/org/objectledge/filesystem/FileSystem.java
1.34
|