separate arg compare from display better
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Chained.pm
2016-03-01 John Napiorkowski separate arg compare from display better
2015-04-27 John Napiorkowski refactor component injection 5.90089_003
2015-04-27 John Napiorkowski a bit of cleanup as we ponder stable
2015-04-10 John Napiorkowski tweaked how constraints work to narrow and tighten...
2015-03-26 John Napiorkowski removed warning;
2015-03-25 John Napiorkowski merged from master to sync release
2015-03-25 John Napiorkowski preparing docs for release
2015-03-25 John Napiorkowski do not change the best_action when args(0) if current...
2015-03-25 John Napiorkowski reformat a bit
2015-03-23 John Napiorkowski handle infinite args
2015-03-22 John Napiorkowski show constraint name if available, and fix bug where...
2015-03-21 John Napiorkowski fix ->uri_for*
2015-03-19 John Napiorkowski docs
2015-03-19 John Napiorkowski basic chaining in place
2014-12-02 John Napiorkowski finished the scheme matching and uri_for updates
2014-11-24 John Napiorkowski fix unicode in chain and path parts + debug console
2013-10-23 John Napiorkowski debugging output
2013-05-14 Dagfinn Ilmari Man... Disallow negative counts for CaptureArgs and Args
2013-05-13 Dagfinn Ilmari Man... Reword error message for consistency
2013-05-13 Dagfinn Ilmari Man... Stricter checking of attributes in Catalyst::DispatchTy...
2013-04-04 John Napiorkowski merged
2013-03-25 Fitz Elliott appease t/author/spelling.t
2013-03-18 Dagfinn Ilmari Man... Fix CaptureAttr count defaulting, it was defaulting...
2013-03-18 Dagfinn Ilmari Man... Fix missing close paren in error message
2013-03-18 John Napiorkowski updated changes
2013-02-19 Dimitar Petrov display http methods debug information before the actio...
2013-02-18 Dimitar Petrov add debug information for the new http method support
2013-02-17 John Napiorkowski tweaked the "list_extra_info" debugging method and...
2012-05-26 Tomas Doran Fix warning in some chained dispatch cases
2012-03-20 Tomas Doran Default to zero everywhere, to stop the warnings in...
2012-03-20 Tomas Doran Fix possible warning
2011-11-22 Tomas Doran Document this
2011-11-22 Matthias Dietrich Implemented match_captures
2011-11-21 Jason Galea clarified? the docs in regards to what happens when...
2011-10-24 Tomas Doran Bug fix for require dieing as make_immutable doesn...
2011-07-26 Tomas Doran Warning fix
2011-02-22 Tomas Doran Apply more correct fix than 8df53b (I hope)
2011-02-22 Tomas Doran Merge revert 8df53bed
2010-12-03 Florian Ragwitz Make the no-tabs test happy again
2010-12-03 Florian Ragwitz Merge branch 'master' into psgi
2010-11-27 Ferruccio Zamuner Fixed chained action order resolution to pass t/aggrega...
2010-03-19 Justin Hunter fix long standing typo
2009-08-19 Tomas Doran Back out r11057 which breaks one of the chained tests...
2009-08-19 Tomas Doran Remove r11058 - the commit message is lies, it does...
2009-08-08 Guillermo Roditi make debug output prettier with large widths
2009-08-07 Gareth Kirwan DispatchType::Chained fix failing test of Args(0) vs...
2009-08-07 Gareth Kirwan DispatchType::Chained fix for default args attribute...
2009-06-17 Tomas Doran Back out 10498 and 10097
2009-06-11 Dan Dascalescu Cosmetic: removed trailing whitespace
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-06-04 Hans Dieter Pearcey Test validity of Args attribute for Chained actions
2009-05-26 Rafael Kitover URI-decode chained args
2009-05-12 Tomas Doran Add a few more tests for this issue in various other...
2009-05-10 Florian Ragwitz Display / as the path spec for chained actions with...
2009-04-22 Florian Ragwitz Fix the unattached chain debug table for endpoints...
2009-04-20 Tomas Doran Fix column width of unattached chains table
2009-04-14 Tomas Doran Changelog and sed s/website authors/application authors/
2009-04-14 Ian Wells DispatchTypes' POD refers to Catalyst::Manual::Intro...
2009-03-22 Tomas Doran Make chaining to yourself explode at app load time...
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-06 Florian Ragwitz Remove useless column in chained action debug table.
2009-01-22 Jay Hannah Text::SimpleTable's now go as wide as $ENV{COLUMNS...
2009-01-22 Jay Hannah Text::SimpleTable's now go as wide as $ENV{COLUMNS}
2009-01-12 Marcus Ramberg Backport go/visit from 5.8 (janh), prepare for dev...
2008-09-24 Marcus Ramberg latest go/visit changes, pod fixes, all tests ok
2008-09-15 Florian Ragwitz Display unattached chained actions under -Debug.
2008-09-05 Florian Ragwitz Make go('/chained/action') execute the full chain,...
2008-09-02 Kieren Diment rafl's doc improvements in 5.8
2008-09-02 Florian Ragwitz Document :ChainedParent.
2008-09-02 Florian Ragwitz Document :Chained('../action').
2008-09-02 Florian Ragwitz Mention PathPrefix in Chained docs.
2008-09-01 Gareth Kirwan Fix Chained Dispatch broken by chain registration.
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-08-24 Florian Ragwitz Move :Chained sugar out of DispatchType::Chained.
2008-08-18 Gareth Kirwan DispatchType/Chained:
2008-06-30 Brian Cassidy authors cleanup
2008-06-23 Guillermo Roditi bye bye Class::C3. for good.
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi Remove use of overload
2008-06-23 Guillermo Roditi start using Class::C3, may need to add a reinitalize...
2008-06-23 Guillermo Roditi Updated Catalyst::Request and Catalyst::Response to...
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi enabling immutable finishing porting Log and stats
2008-06-23 Guillermo Roditi add chained to the list of successful conversions :)
2008-06-23 Guillermo Roditi reverting back to when tests pass. applying changes...
2008-06-23 Guillermo Roditi DispatchType stripped of CAF, SUPER and substituted...
2008-05-11 Marcus Ramberg test for multiple chained attrs
2007-10-08 Gareth Kirwan Chained: Fix Args check treating undefind Args the...
2007-09-25 Gareth Kirwan Chained Actions:
2007-09-05 Gareth Kirwan DT::Chained: Fix runtime error if no parts are found.
2007-09-02 Gareth Kirwan Fix Chained dispatch for several first-come first-serve...
2006-11-19 Jesse Sheidlower typo in Chained docs
2006-11-06 David Kamholz tweak debug output slightly
2006-09-14 Matt S Trout fixup for Chained and CaptureArgs
2006-08-27 Matt S Trout fixup for relative Chained from namespace '' (root)
2006-07-06 Matt S Trout fixes to uri_for_action on Chained
2006-06-28 Jesse Sheidlower doc tweaks to Chained.pm
2006-06-22 Matt S Trout Moved Chained intro to dispatch type and made recursion...
2006-06-22 Matt S Trout Chained: test and err handling for absolute path parts...
2006-06-22 Matt S Trout fixed sort order bug
next