0a24acd88ab886cb7609bac0c9f918ee7b2401a3
[catagits/Catalyst-Plugin-Static-Simple.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Static::Simple
2
3 0.06    2005-09-05 15:40:00
4         - Moved initial file check into prepare_action so processing can
5           bypass other plugins.
6         - Added error-checking to static dir regexes.
7         - Cleaned up various code as per Best Practices.
8
9 0.05    2005-08-26 12:00:00
10         - Added use_apache option to enable the Apache DECLINED
11           support.  Default is disabled as it appears Catalyst is
12           faster at serving the files!
13         - Added a check that Apache's DocumentRoot matches Catalyst's
14           root before serving DECLINED.
15         - Preload MIME::Types index during setup() so it's not built on
16           the first request.
17         - Added a note on performance of Apache vs. Catalyst.
18
19 0.04    2005-08-22 12:00:00
20         - Fixed bug where static files were searched for on every request
21           even without a file extension.
22         - Fixed bug where files without extensions in defined static dirs
23           were not served with text/plain.
24         - Consolidated the debug log messages.
25
26 0.03    2005-08-21 23:50:00
27         - Added config option for include_path to allow for multiple 
28           directories with static files.  This option should be
29           considered experimental!
30         - Documentation cleanups.
31
32 0.02    2005-08-16 18:00:00
33         - Return DECLINED when running under mod_perl to allow Apache to
34           serve the static file.  This is not done when any custom MIME
35           types have been specified, however.
36
37 0.01    2005-08-11 22:00:00
38         - Initial release.