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