- Fixes for rt.cpan #17322 and #17331
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType /
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
2005-10-22 Sebastian Riedel Fixed default action in appclass
2005-10-22 Matt S Trout - Added a bunch of comments to new dispatcher code
2005-10-22 Matt S Trout - Shifted Path dispatch into a DispatchType and nuked...
2005-10-22 Matt S Trout - Start of DispatchType refactor