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