Fix Path actions debug screen to display number of arguments
[catagits/Catalyst-Runtime.git] / lib / Catalyst /
2011-03-21 Dimitar Petrov Fix Path actions debug screen to display number of...
2011-03-12 Jonathan "Duke"... Make default test names reflect reality more and fix...
2011-03-12 Jonathan "Duke"... Give action_ok, action_redirect and action_notfound...
2011-03-07 Jonathan "Duke"... Improve the documentation for various functions in...
2011-02-23 Tomas Doran Version 5.80032 5.80032
2011-02-23 Tomas Doran Pass the extra restart options
2011-02-22 Dhaval Dhanani removed duplicate parameters in return value of _restar...
2011-02-22 Dhaval Dhanani added more parameters in return value of _restarter_args
2011-02-22 Tomas Doran Patch to make restarter class configurable / settable...
2011-02-22 Tomas Doran Apply more correct fix than 8df53b (I hope)
2011-02-22 Tomas Doran Merge revert 8df53bed
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-01-31 Tomas Doran Version 5.80031 5.80031
2011-01-27 Tomas Doran Fix undef warning in Engine::FastCGI
2011-01-04 Florian Ragwitz Version 5.80030 5.80030
2011-01-04 Florian Ragwitz Fix a warning with undef bodies
2011-01-03 Florian Ragwitz Work with PP Package::Stash again now the incorrect...
2011-01-03 Florian Ragwitz Stop relying on Package::Stash PP bugs
2010-12-16 Tomas Doran Make response body able to be undef to allow RenderView...
2010-12-05 Tomas Doran Rename --title to --proc_title as that makes more sense...
2010-12-03 Florian Ragwitz Make the no-tabs test happy again
2010-11-27 Ferruccio Zamuner Fixed chained action order resolution to pass t/aggrega...
2010-11-03 Eskild Hustvedt Added a --title parameter to fastcgi script, sets proce...
2010-10-12 David Schmidt typo in docs fixed
2010-10-03 Tomas Doran Version 5.80029 5.80029
2010-09-28 Tomas Doran Actually bump versions, ACTUAL 5.80028, sorry 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 Version 5.80026 5.80026
2010-08-26 Tomas Doran Merge 'trunk' into 'Catalyst-Test-base-href'
2010-08-26 Tomas Doran Unify options, get rid of -h which only worked on the...
2010-08-23 Brian Cassidy Fix two warnings:
2010-08-04 Robert Buels don't load Catalyst::Exception in Utils.pm BEGIN, becau...
2010-08-03 Ronald J Kimball Make Catalyst::Test::local_request() set response base...
2010-07-29 Tomas Doran Version 5.80025 5.80025
2010-07-28 Tomas Doran Merge 'trunk' into 'fix_iis_cgi'
2010-07-28 Tomas Doran Whitespace
2010-07-28 Tomas Doran Document the horrible, changelog. I'm going to merge...
2010-07-28 Tomas Doran Entirely the wrong branch, idiot. Remove r13417
2010-07-28 Tomas Doran Merge 'trunk' into 'rt58057'
2010-07-28 Tomas Doran Merge 'trunk' into 'tweak_controller_action_creation'
2010-07-23 Tomas Doran I know hobbs has a patch to add a load of these, but...
2010-07-09 Andrew Rodland Try harder to make finalize_error encoding-safe.
2010-06-22 Jesse Sheidlower Fixed typo
2010-06-16 John Napiorkowski broke out and documented action_class method
2010-06-15 Tomas Doran Commit standalone test, test which makes the TestApp...
2010-06-15 Matthias Dietrich Applied doc patches that might help to figure out how...
2010-06-10 Tomas Doran Fix $self vs $class, davewood++
2010-05-22 Tomas Doran Mech tests branch
2010-05-20 Tomas Doran Back out hunks I accidentally committed
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-15 Tomas Doran Add recommendation
2010-05-15 Tomas Doran Add a pile of docs for the new use_request_uri_for_path...
2010-05-15 Tomas Doran Simplify madness some more, back to how it looked in...
2010-05-08 Tomas Doran I hate this name less. Others may feel differently
2010-05-08 Tomas Doran Merge 'trunk' into 'fix_request_uri'
2010-05-07 Florian Ragwitz Version 5.80023. 5.80023
2010-05-02 Tomas Doran Merge 'trunk' into 'fix_request_uri'
2010-05-02 Tomas Doran Back out crazy heuristics
2010-05-02 Tomas Doran Revert to old behaviour, allow config for new behaviour...
2010-04-21 Alex J. G. Burzyński Fix not stripping backslashes in DispatchType::Regex...
2010-04-19 Tomas Doran Get it mostly working, except uri_for is still buggered
2010-04-19 Tomas Doran Document the action config here, as people don't seem...
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-13 Tomas Doran Fix spelling errors - RT#54335
2010-04-12 Tomas Doran Fix dsadinoff's mod_rewrite bug I hope
2010-03-29 Florian Ragwitz Remove $VERSION hacks.
2010-03-29 Tomas Doran Fail, commit version bump 5.80022
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-22 Rafael Kitover fix for CGI on IIS
2010-03-19 Justin Hunter fix long standing typo
2010-03-05 Matt S Trout fix Index uri_for_action bug
2010-03-05 Andrew Rodland Tiny doc fix for Engine::FastCGI
2010-03-03 Tomas Doran Bump versions, expand somewhat on the changelog 5.80021
2010-02-23 Florian Ragwitz fix doc typo.
2010-02-11 Tomas Doran Fix typo
2010-02-04 Florian Ragwitz Version 5.80020. 5.80020
2010-02-04 Florian Ragwitz Merge branch 'expand_modules'
2010-01-29 Florian Ragwitz Version 5.80019. 5.80019
2010-01-28 Tomas Doran Fix paths with URI encoding as the first path part
2010-01-25 Florian Ragwitz Remove apparently useless Component::BUILDARGS conditional.
2010-01-25 Florian Ragwitz Revert "in what case is a numeric comparison called...
2010-01-24 Oliver Charles Allow models and components to specify the names of...
2010-01-19 Florian Ragwitz Merge branch 'action_args'
2010-01-19 Florian Ragwitz And another minor tweak.
2010-01-19 Florian Ragwitz Some more doc tweaking.
2010-01-19 John Napiorkowski tweaked docs based on IRC suggestions
2010-01-19 John Napiorkowski added documentation for the configuration option "actio...
2010-01-15 Tomas Doran Clarify that it's an app, not a ctx here
2010-01-15 Peter Karman in what case is a numeric comparison called for? I...
next