make debug output prettier with large widths
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Regex.pm
2009-08-08 Guillermo Roditi make debug output prettier with large widths
2009-06-17 Tomas Doran Back out 10498 and 10097
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-05-12 Tomas Doran Add a few more tests for this issue in various other...
2009-04-28 Tomas Doran Patch for uri_for_action with regex dispatch from RT...
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-02-19 Florian Ragwitz Create branch register_actions.
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}
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
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 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 enabling immutable finishing porting Log and stats
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...
2006-11-06 David Kamholz tweak debug output slightly
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-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-23 Matt S Trout Initial support for :Args attribute
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-10 Sebastian Riedel Only register private actions when needed
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 Sebastian Riedel Switched to Text::SimpleTable
2005-11-01 Matt S Trout - Made relative regexps work
2005-10-29 Matt S Trout - Made Action accessor names more consistent (namespace...
2005-10-22 Sebastian Riedel Fixed public action lists
2005-10-22 Sebastian Riedel Cleaned all new classes
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