Changelog
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType /
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-28 Tomas Doran Patch for uri_for_action with regex dispatch from RT...
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 Path done
2008-06-23 Guillermo Roditi reverting back to when tests pass. applying changes...
2008-06-23 Guillermo Roditi Fixup some pre-(make test) typos.
2008-06-23 Guillermo Roditi DispatchType stripped of CAF, SUPER and substituted...
2008-05-23 Brian Cassidy Fix regression for "sub foo : Path {}" in the root...
2008-05-11 Marcus Ramberg test for multiple chained attrs
2008-05-07 Brian Cassidy Fix for Path('0') handling (RT #29334)
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
2006-06-22 Matt S Trout Captures -> CapureArgs
2006-06-22 Matt S Trout added :Chained('.'), changed :Chained to /
2006-06-22 Matt S Trout rah. rename everything.
2006-06-22 Matt S Trout no :PathPart -> :PathPart('subname')
2006-06-22 Matt S Trout Captures required, Args not
2006-06-22 Matt S Trout tweaked ChildOf debug output
2006-06-22 Matt S Trout fixed lurking buglet (thanks to jshirley)
2006-06-22 Matt S Trout implemented list and uri_for_action for ChildOf
2006-06-22 Matt S Trout first cut at :ChildOf
2006-06-22 Matt S Trout fixup for dupe actions
2006-06-04 Matt S Trout improved DispatchType docs
2006-06-03 Matt S Trout extended uri_for, added uri_for_action to dispatcher
2006-06-03 Matt S Trout multimethod dispatch
2006-05-18 Matt S Trout clean up logging and debug output, minor doc fixes
2006-05-10 Yuval Kogman s/snippets/captures/
2006-03-15 Marcus Ramberg added docs for engine/dispatcher
2006-02-27 Matt S Trout Refactored Regex actions
2006-02-27 Matt S Trout Refactored path dispatch
2006-02-23 Matt S Trout Initial support for :Args attribute
2006-01-29 Matt S Trout - Fixed http://dev.catalyst.perl.org/ticket/62
2006-01-29 Matt S Trout - Fixes for rt.cpan #17322 and #17331
2005-12-02 Sebastian Riedel Fixed Path and index actions in the appclass
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-13 Sebastian Riedel Fixed arguments debug message
2005-11-12 Matt S Trout - Made :Path behave sanely at the root, hopefully
2005-11-10 Sebastian Riedel Only register private actions when needed
2005-11-08 Matt S Trout - Nuked LocalRegex.pm
2005-11-08 Matt S Trout - Added LocalRegex, tweaked Regex debug output
2005-11-05 Matt S Trout - Restored Regex behaviour and added LocalRegex
2005-11-04 Matt S Trout - Fixed :Path('') which was annihilated in the Text...
2005-11-04 Sebastian Riedel Switched to Text::SimpleTable
2005-11-01 Matt S Trout - Made relative regexps work
2005-11-01 Matt S Trout - Refactored get_action into get_action and get_actions
2005-11-01 Matt S Trout - sub foo :Path { ... } now works!
2005-11-01 Matt S Trout - Added new _DISPATCH private action for dispatching
2005-10-29 Matt S Trout - Made Action accessor names more consistent (namespace...
2005-10-24 Matt S Trout - Fixed Index, cleaned up get_action
2005-10-23 Sebastian Riedel Fixed typo
2005-10-23 Andy Grundman Changed default match to use path instead of result
2005-10-22 Andy Grundman Optimized the path split a bit
2005-10-22 Andy Grundman Fixed the args passed to default
2005-10-22 Sebastian Riedel Fixed a typo
2005-10-22 Sebastian Riedel Fixed index action
2005-10-22 Sebastian Riedel Added index action and fixed get_action
2005-10-22 Sebastian Riedel Fixed public action lists
2005-10-22 Sebastian Riedel Cleaned all new classes
next