Revision history for Catalyst-Controller-Combine 0.15 2012-05-04 * modified the handling of dir. It is resolved now in order to allow ".." containing config settings without firing the security violation-error. 0.14 2012-02-20 * fixed date arithmetic to only use DateTime instead of time() neccesary due to a testing failure with a rounding problem 0.13 2011-07-28 * added an 'include' config directive allowing to recursively include other files. Useful for evaluating @import css files. * expanded the files generated by Helper 0.12 2010-05-21 * fixed a security hole reported and patched by Andreas Specht (ac0v) that allowed to use url-encoded path-parts to crawl along our file system and read files outside the intended directory. Now, trying to access files outside the wanted directories simply lets the Controller die. * added a test to verify this. * simplified expire header handling. 0.11 2010-04-01 * fixed a bug that wrongly compared paths during test this made one test fail under MS-Windows. -- Thanks, CPAN-Testers! 2010-04-13 * pulled forked changes by Phil Soehnlein introducing expires headers, Thanks. 0.10 2010-03-27 * eliminated trunk/ directory * moved to Module::Install * added a note about 'namespace::autoclean' and its side effects with automatically determined minification * fixed a test that failed on Windows because path separator was hardcoded and wrong for this platform * added more tests 0.09 2010-03-13 * added a replace option allowing to change files on the fly this can be useful eg for fixing jQuery-UI image links inside css 0.08 2009-10-24 Tests break * Moose 0.85 / Class::MOP 0.88 were known to work * Moose 0.89 / Class::MOP 0.92 breaks tests and inhibits things from working * Moose 0.92 / Class::MOP 0.94 will work again. well mostly :-( * reason was accessing 'dir' inside BUILD() which required other attributes not yet present at this moment 0.07 2009-07-13 * updated tests to match META requirements (thanks to CPAN testers) 0.06 2009-07-11 * more docs added 0.05 2009-04-29 * added a test with a TestApp testing uri_for() method testing dependency handling testing retrieval testing minification 0.04 2009-04-28 * simplified C::Component::Combine BUILD method * expanded accessor definitions with default values * expanded C::Helper::Component::Combine added commented Minifier examples added meaningful config section 0.03 2009-04-27 * corrected the handling for global configuration directives. 0.02 2009-04-26 * added C::Helper::Component::Combine to allow create-script to work. 0.01 2009-04-25