Fix custom engine compat
[catagits/Catalyst-Runtime.git] / Changes
2011-08-06 Tomas Doran Fix custom engine compat
2011-07-28 Tomas Doran Version 5.89003 5.89003
2011-07-28 Tomas Doran Update changelog
2011-07-28 Tomas Doran Spelling
2011-07-24 Tomas Doran Deal correctly with app classes which are immutable...
2011-07-24 Tomas Doran Start writing changelog for psgi dev release
2011-07-24 Tomas Doran Merge master into psgi branch
2011-07-24 Tomas Doran Version 5.80033 5.80033
2011-07-24 Florian Ragwitz Better changelog for the ->config(actions => { '*' fix
2011-07-24 Tomas Doran Update changelog
2011-07-22 Matt S Trout update tests to ignore CATALYST_HOME env var
2011-07-15 Tomas Doran Changelog
2011-07-11 Tomas Doran Revert "removed component resolution regex fallback"
2011-07-07 André Walker removed component resolution regex fallback
2011-07-06 Florian Ragwitz Merge branch 'master' into psgi
2011-07-01 Tomas Doran More disable_component_resolution_regex_fallback
2011-03-02 Florian Ragwitz Version 5.89002 5.89002
2011-03-01 Florian Ragwitz Version 5.89001 5.89001
2011-03-01 Florian Ragwitz Changelog updates
2011-03-01 Florian Ragwitz Merge branch 'master' into psgi
2011-02-23 Tomas Doran Version 5.80032 5.80032
2011-02-22 Tomas Doran Changelog
2011-02-15 Tomas Doran Fix 5.80 bug which causes slurp to fail if called multi...
2011-02-14 Tomas Doran Fix body predicate bug/back compat issue
2011-02-01 Tomas Doran Update changelog and upgrading
2011-01-31 Tomas Doran Fix Engine::Stomp with psgi
2011-01-31 Tomas Doran Version 5.80031 5.80031
2011-01-27 Tomas Doran Fix undef warning in Engine::FastCGI
2011-01-24 Tomas Doran Bump dep
2011-01-24 Florian Ragwitz Version 5.89000 5.89000
2011-01-04 Florian Ragwitz Version 5.80030 5.80030
2011-01-04 Florian Ragwitz Changelog the Package::Stash bugfix
2011-01-04 Florian Ragwitz Changelog the resp->body improvements
2010-12-05 Ferruccio Zamuner Improved test about chained actions and add note in...
2010-12-05 Tomas Doran Rename --title to --proc_title as that makes more sense...
2010-12-05 Tomas Doran Update changelog
2010-12-03 Florian Ragwitz Merge branch 'master' into psgi
2010-11-23 Tomas Doran Clarify end action after forward / detach
2010-10-03 Tomas Doran Version 5.80029 5.80029
2010-09-29 Tomas Doran Patch from the mailing list to clarify view warning
2010-09-29 Tomas Doran Need to use _add_meta_method from new Moose onwards...
2010-09-28 Tomas Doran Version 5.80028
2010-09-23 Tomas Doran Bug fix for ctx_request, via matso++
2010-09-09 Tomas Doran We use Class::MOP in Catalyst::Utils, so load it
2010-09-01 Tomas Doran Version 5.80027 5.80027
2010-09-01 Tomas Doran Fix bug in the tests
2010-09-01 Tomas Doran Version 5.80026 5.80026
2010-08-26 Tomas Doran Changelog
2010-08-25 Tomas Doran Update changelog
2010-08-25 Tomas Doran Fix RT#59738, show_internal_actions produces warnings...
2010-08-25 Tomas Doran Fix bug with parse_on_demand (take 2)
2010-08-25 Tomas Doran Back out 13528, cocked that up.
2010-08-25 Tomas Doran Fix bug with parse_on_demand
2010-08-23 Brian Cassidy Fix two warnings:
2010-07-29 Tomas Doran Version 5.80025 5.80025
2010-07-28 Tomas Doran Changelog
2010-07-28 Tomas Doran Document the horrible, changelog. I'm going to merge...
2010-07-28 Tomas Doran Changelog
2010-06-24 Brian Cassidy add typo fix to Changes
2010-06-15 Matthias Dietrich Applied doc patches that might help to figure out how...
2010-05-22 Tomas Doran Mech tests branch
2010-05-22 Tomas Doran Changelog, bump Moose dep
2010-05-20 Tomas Doran Changelog and dep bump for more_metaclass_compat branch...
2010-05-15 Tomas Doran Changelog, bump versions, add new contributor :)
2010-05-07 Florian Ragwitz Version 5.80023. 5.80023
2010-05-07 Florian Ragwitz Changelogging.
2010-05-06 Wallace Reis minor fix for Changes file | add me as a contributor
2010-05-02 Tomas Doran Back out crazy heuristics
2010-05-02 Florian Ragwitz Allow parameterized roles to be applied as plugins.
2010-04-21 Alex J. G. Burzyński Fix not stripping backslashes in DispatchType::Regex...
2010-04-18 Tomas Doran Fix unquoted regex as per RT#24951
2010-04-13 Tomas Doran Trivial test feature, fixes RT#53653
2010-04-13 Tomas Doran Fix RT#49267
2010-04-13 Tomas Doran Document return of C::T::get is bytes not characters...
2010-04-13 Tomas Doran Fix RT#41442 so that temporary files are always, always...
2010-04-12 Tomas Doran Fix dsadinoff's mod_rewrite bug I hope
2010-04-02 Tomas Doran Require new CGI::Simple::Cookie, changelog
2010-03-29 Tomas Doran Fail, commit version bump 5.80022
2010-03-28 Tomas Doran More splitting up of the response logging methods
2010-03-28 Tomas Doran Back out behaviour change in debug logging we don't...
2010-03-28 Tomas Doran Cache the IP address => hostname lookups which could...
2010-03-28 Tomas Doran Back out 13063. This changes the CGI environment we...
2010-03-26 Florian Ragwitz Make sure to construct Upload objects properly, even...
2010-03-22 Ian Wells Disabled name lookup for server hostname in favour...
2010-03-08 Balint Szilakszi Optimizing component lookup for the simple, common...
2010-03-06 Tomas Doran Changelog
2010-03-05 Matt S Trout fix Index uri_for_action bug
2010-03-03 Tomas Doran Bump versions, expand somewhat on the changelog 5.80021
2010-02-09 Rafael Kitover update Changes, put comment back in
2010-02-04 Florian Ragwitz Version 5.80020. 5.80020
2010-01-29 Florian Ragwitz Version 5.80019. 5.80019
2010-01-29 Florian Ragwitz Changelog tweaking.
2010-01-28 Tomas Doran Changelog up to date
2010-01-28 Tomas Doran Fix paths with URI encoding as the first path part
2010-01-27 Tomas Doran Fix / => %2F in uri_for so that it only works for actio...
2010-01-27 Tomas Doran Clarrify debug documentation
2010-01-19 Florian Ragwitz Changelog action_args.
2010-01-14 Dan Dascalescu Typo fix
2010-01-12 Florian Ragwitz Version 5.80018. 5.80018
2010-01-11 Tomas Doran Fix URI bug masked by HTTP::Request::AsCGI
next