| riotfamily:/riotfamily/trunk/riot/src/org/riotfamily/riot/resource/ |
jump to detailed chart | hide Line HistoryConstraint |
Changelog
3138
by flx on
09 September 2008, 21:28:02 +0200
(3 months 26 days ago)
Removed duplicate imports and fixed deprecation warnings
./JoiningResourceController.java
3138
./AbstractResourceController.java
3138
./ResourceMapping.java
3138
3073
by flx on
29 August 2008, 16:00:29 +0200
(4 months 7 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.
./JoiningResourceController.java
3073
./AbstractResourceController.java
3073
./ResourceMapping.java
3073
3027
by flx on
26 August 2008, 17:23:03 +0200
(4 months 10 days ago)
Removed a circular module dependency
./CodeRevelationCacheKeyAugmentor.java
3027
3004
by flx on
24 August 2008, 19:40:47 +0200
(4 months 12 days ago)
Component type labels can now be edited
./ResourceController.java
3004
./AbstractResourceController.java
3004
2987
by flx on
22 August 2008, 10:45:20 +0200
(4 months 15 days ago)
The dbmsgsrc module now also manages Riot's internal messages
./MessageResourceFilter.java
2987
2724
by flx on
24 July 2008, 17:22:49 +0200
(5 months 12 days ago)
Always set far future expires header (even if checkForModifiactions is set to true).
2658
by flx on
16 July 2008, 21:01:58 +0200
(5 months 20 days ago)
Converted all static log variables to instance members
./JoiningResourceController.java
2658
2517
by ybl on
19 June 2008, 15:56:39 +0200
(6 months ago)
Changed from Java 1.4 to 5
./PropertyResourceFilter.java
2517
./AbstractResourceController.java
2517
2097
by flx on
22 February 2008, 18:06:38 +0100
(10 months ago)
Added various IOUtils.serve() methods that do the same as the corresponding copy() method but swallow SocketExceptions (and IOExceptions caused by a SocketException) which are thrown when the client a…
./AbstractResourceController.java
2097
1848
by flx on
09 January 2008, 18:27:02 +0100
(11 months ago)
Removed the website-config folder. All config files are now located in riot-config. The form-config.xml, list-config.xml and editor-config.xml files have been renamed to forms.xml, lists.xml and edito…
./PropertyResourceFilter.java
1848
1733
by flx on
30 November 2007, 17:10:22 +0100
(13 months ago)
Renamed the Compressable interface to Compressible.
./AbstractResourceController.java
1733
1732
by flx on
30 November 2007, 16:20:28 +0100
(13 months ago)
Renamed the compressResponse() method to gzipResponse().
./AbstractResourceController.java
1732
./JoiningResourceController.java
1732
1691
by flx on
16 November 2007, 13:04:00 +0100
(13 months ago)
The AbstractResourceController now assumes that all text resources are UTF-8.
1662
by flx on
08 November 2007, 13:35:17 +0100
(13 months ago)
Fixed a NPE that was thrown in getLastModified() if a resource was not found.
1656
by flx on
07 November 2007, 14:10:11 +0100
(13 months ago)
The Riot resource controllers now have a "checkForModifications" flag, which is useful when need to work on Riot's internal scripts.
./AbstractResourceController.java
1656
./JoiningResourceController.java
1656
1622
by flx on
01 November 2007, 11:55:12 +0100
(14 months ago)
Cachius now supports gzip compression.
./AbstractResourceController.java
1622
./JoiningResourceController.java
1622
1603
by flx on
29 October 2007, 16:44:08 +0100
(14 months ago)
The AbstractResourceController now looks for a 'lang' parameter and adds it to the cacheKey.
./AbstractResourceController.java
1603
1596
by flx on
25 October 2007, 20:09:35 +0200
(14 months ago)
All JavaScript and CSS files served by Riot are now compressed with the YUICompressor. Most of the scripts are concatenated into one huge file to minimize the number of HTTP requests. Caching and gzip…
./ResourceFilter.java
1596
./JoiningResourceController.java
1596
./ResourceController.java
1596
./package.html
1596
|