catagits/Catalyst-Plugin-Static-Simple.git
2014-10-29 John Napiorkowski updated changes v0.33
2014-10-29 John Napiorkowski Merge branch 'master' of git.shadowcat.co.uk:Catalyst...
2014-10-29 Alastair McGowan... Functionally void: Replace CRLF with LF
2014-10-29 Alastair McGowan... Blitz CRLF line endings
2014-09-29 Alastair McGowan... tidy up cargo-culted stuff
2014-09-29 Alastair McGowan... Forgot to add the TestLog class I created
2014-09-26 Henry Van Styn Merge branch 'master' into travis
2014-09-26 Henry Van Styn Added Travis config (based on cfg from Catalyst)
2014-09-26 Alastair McGowan... Release date in changes
2014-09-26 Alastair McGowan... ch-ch-ch-changes
2014-09-26 Alastair McGowan... Fix and test failure to merge include paths
2014-06-04 Henry Van Styn version 0.32 v0.32
2014-05-13 Henry Van Styn Turns off logger 'autoflush' - required by new Catalyst API
2013-09-09 Alexander Hartmaier version 0.31 v0.31
2013-09-09 Alexander Hartmaier bump the MIME::Types requirement to 2.03
2013-09-09 Alexander Hartmaier fix MIME::Types 2.xx compatibility be removing call...
2013-09-09 Alexander Hartmaier added information to Changes that the repository has...
2013-09-09 Graham Knop update repo metadata
2012-06-11 Alexander Hartmaier mention RT#77709 in Changes
2012-06-11 Alexander Hartmaier Updated docs to reflect config key change from 'static...
2012-05-04 Alexander Hartmaier Version 0.30 v0.30
2012-05-04 Alexander Hartmaier fixed Changes
2012-05-04 Alexander Hartmaier Change configuration key to 'Plugin::Static::Simple...
2011-04-20 Toby Corkindale Add Cache-Control:public header
2010-02-01 Matt S Trout bump version and add release line to Changes v0.29
2010-02-01 Matt S Trout from override to around, because that actually works
2010-01-04 Tomas Doran Bump version v0.28
2010-01-04 Tomas Doran Bug fix for debug mode from RT#53338
2010-01-03 Tomas Doran Bump versions v0.27
2010-01-03 Tomas Doran Cleanup author tests
2010-01-03 Tomas Doran Don't override setup, rather hook setup_finalize otherw...
2010-01-03 Tomas Doran Switch to being a Moose role
2009-12-06 Tomas Doran I clearly failed to actually ship that fix to the failu... v0.26
2009-11-26 Tomas Doran Be less fugly
2009-11-23 Tomas Doran Ignore built dists
2009-11-23 Tomas Doran Bump versions
2009-11-23 Tomas Doran Bump dep for tests
2009-10-22 Tomas Doran Test actually dies hard due to that division, fix to... v0.25
2009-10-22 Tomas Doran Version 0.25
2009-10-22 Justin Wheeler changelog entry
2009-10-22 Justin Wheeler Ugly test script to verify $@ out-of-scope issue is...
2009-10-22 Justin Wheeler Moving code around so $@ is only checked if eval is...
2009-10-18 Matt S Trout fixup copyright for Static::Simple
2009-10-06 Tomas Doran I don't need .gitignore in my dist, ta v0.23
2009-10-06 Tomas Doran Bump versions
2009-10-06 Tomas Doran Fix warnings in new Catalyst
2009-08-21 Florian Ragwitz Version 0.22. v0.22
2009-08-21 Florian Ragwitz Remove autogenerated README from version control.
2009-08-21 Florian Ragwitz Add .gitignore.
2009-08-16 Florian Ragwitz Changelogging.
2009-08-16 Florian Ragwitz Require the soon-to-be-release version 5.80008 of ...
2009-08-16 Florian Ragwitz Add test for delivering empty files.
2009-07-26 Tomas Doran Ignore props
2009-05-28 Tomas Doran Revert config key change which broke all the tests...
2009-05-24 Tomas Doran Back out accidental commit
2009-05-23 Tomas Doran Add repository resource to all the MI Makefile.PLs
2009-05-13 Jos Boumans * make it clear your application must generate a 404...
2009-05-07 Tomas Doran Bump required Module::Install version in everything...
2009-05-05 Tomas Doran Fix docs in Static::Simple.
2009-04-02 Matt S Trout fix config key
2009-03-29 Florian Ragwitz Version 0.21. v0.21
2009-03-29 Florian Ragwitz Exclude git files from MANIFEST.
2009-03-29 Florian Ragwitz Changelog jester's doc changes.
2009-03-29 Florian Ragwitz Bump prereq to MIME::Types to 1.25.
2009-03-29 Florian Ragwitz Switching to MRO::Compat also fixes RT#44553.
2009-02-08 Tomas Doran May be the last setup method
2009-02-08 Tomas Doran Change from NEXT to MRO::Compat - RT#40628
2008-11-28 Jesse Sheidlower tweaked doc to cover deploying to root location in VH
2008-11-28 Jesse Sheidlower Added details of Aliasing filesystem paths to Using...
2007-09-24 Andy Grundman Static::Simple 0.20, fixed static dirs regex and added...
2007-09-06 Jess Robinson Doc patch from initself, clarify static files dir
2007-08-11 Andy Grundman Add tab test to all my modules
2007-07-02 Andy Grundman Static::Simple 0.19, fixed a test that fails on some...
2007-07-01 Andy Grundman Static::Simple 0.18 v0.18
2007-06-30 Andy Grundman Static::Simple: Support a less confusing way to enable...
2007-05-11 Andy Grundman Static::Simple 0.17 v0.17
2007-05-11 Andy Grundman Static::Simple: Added serve_static_file patch from...
2007-04-30 Andy Grundman Static::Simple 0.16
2007-04-30 Brian Cassidy switch to Module::Install
2007-04-30 Andy Grundman Static::Simple 0.16 - fix 204/304 bug under mod_perl...
2006-12-09 Andy Grundman Static::Simple 0.15, fixed issue where dirs config...
2006-07-10 David Kamholz clean up Static::Simple, remove classdata
2006-03-24 Andy Grundman Static::Simple 0.14, fix for files with spaces
2006-01-29 Jesse Sheidlower Doc rewriting for Static::Simple
2005-12-15 Andy Grundman Static::Simple 0.13, fixed win32 bug in ignore_dirs v0.13
2005-11-23 Andy Grundman Static::Simple, added path security fix
2005-11-23 Andy Grundman Static::Simple 0.12, play nice with other plugins
2005-11-14 Andy Grundman Released Static::Simple 0.11 v0.11
2005-11-04 Andy Grundman Removed the 304 Not Modified code from Static::Simple...
2005-10-20 Andy Grundman Static::Simple, documented internal methods for coverag...
2005-10-20 Andy Grundman Set binmode on static files for win32 support
2005-10-20 Andy Grundman Changed Static::Simple to pass an IO::File object to...
2005-10-19 Andy Grundman Released Static::Simple 0.10
2005-10-19 Andy Grundman Static::Simple, fixed warning in test, perlcritic tweaks
2005-10-19 Andy Grundman Static::Simple, better detection of SubRequest version
2005-10-19 Andy Grundman Static::Simple 0.10, replaced slurp for 5.5+, removed...
2005-10-07 Andy Grundman Static::Simple, add date to Changes v0.09
2005-10-07 Andy Grundman Static::Simple, released 0.09
2005-10-05 Andy Grundman Static::Simple 0.09, ignore common template file extens...
2005-10-05 Andy Grundman Static::Simple, added failing test for subrequest NEXT...
next