added support for squishing logs.
[catagits/Catalyst-Plugin-Static-Simple.git] / Changes
CommitLineData
d6d29b9b 1Revision history for Perl extension Catalyst::Plugin::Static::Simple
2
2de14076 3 - Added support for squishing logs, depends on Cat 5.50.
4
e37ad815 50.08 2005-09-07 18:50:00
6 - Added tests for everything except Apache support.
2268e329 7
80.07 2005-09-05 21:05:00
9 - POD fixes. (Thomas L. Shinnick)
10
b1d96e3e 110.06 2005-09-05 15:40:00
12 - Moved initial file check into prepare_action so processing can
13 bypass other plugins.
14 - Added error-checking to static dir regexes.
15 - Cleaned up various code as per Best Practices.
16
d6d29b9b 170.05 2005-08-26 12:00:00
18 - Added use_apache option to enable the Apache DECLINED
19 support. Default is disabled as it appears Catalyst is
20 faster at serving the files!
21 - Added a check that Apache's DocumentRoot matches Catalyst's
22 root before serving DECLINED.
23 - Preload MIME::Types index during setup() so it's not built on
24 the first request.
25 - Added a note on performance of Apache vs. Catalyst.
26
270.04 2005-08-22 12:00:00
28 - Fixed bug where static files were searched for on every request
29 even without a file extension.
30 - Fixed bug where files without extensions in defined static dirs
31 were not served with text/plain.
32 - Consolidated the debug log messages.
33
340.03 2005-08-21 23:50:00
35 - Added config option for include_path to allow for multiple
36 directories with static files. This option should be
37 considered experimental!
38 - Documentation cleanups.
39
400.02 2005-08-16 18:00:00
41 - Return DECLINED when running under mod_perl to allow Apache to
42 serve the static file. This is not done when any custom MIME
43 types have been specified, however.
44
450.01 2005-08-11 22:00:00
46 - Initial release.