prepared for dev relase 03
[catagits/Catalyst-Runtime.git] / lib /
2006-06-28 Marcus Ramberg prepared for dev relase 03
2006-06-28 Brian Cassidy fix the list of plugins in the debug output
2006-06-28 Kennedy Clark Misc fixes
2006-06-28 Kennedy Clark Get rid of more "the ... manpage" POD things
2006-06-28 Matt S Trout fixup to Catalyst::Utils::home
2006-06-28 Jesse Sheidlower doc tweaks to Chained.pm
2006-06-28 Jesse Sheidlower Added proper NAME sections to two pods
2006-06-28 Jesse Sheidlower light Cookbook work
2006-06-27 Jesse Sheidlower nuked old Tutorial
2006-06-27 Jesse Sheidlower doc updates, esp. DefaultEnd related
2006-06-26 David Kamholz Plugins.pod cleanup
2006-06-26 Kennedy Clark Convert 'sub default :Private' actions to 'sub base...
2006-06-25 Kennedy Clark Misc minor fixups.
2006-06-25 Matt S Trout coverage all passes
2006-06-25 Matt S Trout fixup coverage on all but C::Dispatcher
2006-06-24 Kennedy Clark Add info about TT debug flags.
2006-06-24 Yuval Kogman Clean up Catalyst::Utils::home for better readability
2006-06-24 Yuval Kogman Avoid dying when $c->ref->body is a ref but not an...
2006-06-23 Kennedy Clark Fix some L<...> to not show the annoying "the ... manpa...
2006-06-23 Brian Cassidy ripped out the guts of merge_config_hashes and put...
2006-06-23 Marcus Ramberg Corrected failing pod tests
2006-06-22 Matt S Trout added core team to AUTHOR of Catalyst/Runtime.pm
2006-06-22 Matt S Trout put VERSION back into Catalyst for MB retardation
2006-06-22 Matt S Trout moved version to ::Runtime, modified Makefile.PL
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 Documented auto/forward/detach behaviour for chains...
2006-06-22 Matt S Trout Corrected 'snippets' -> 'captures' in Chained Intro
2006-06-22 Matt S Trout added :Chained('.'), changed :Chained to /
2006-06-22 Matt S Trout New Chained documentation for Intro
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 argh. stupidity attack.
2006-06-22 Matt S Trout probably sorted capture passing to non-leaf actions
2006-06-22 Matt S Trout tweaked ChildOf debug output
2006-06-22 Matt S Trout made ChildOf docs slightly less "neat" but significantl...
2006-06-22 Matt S Trout fixed lurking buglet (thanks to jshirley)
2006-06-22 Matt S Trout Editing and neatening in ChildOf docs
2006-06-22 Matt S Trout Extended Intro with some ChildOf details
2006-06-22 Matt S Trout Tutorial for ChildOf
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 removed merge_config_hashes from ::View
2006-06-22 Matt S Trout fixup for dupe actions
2006-06-21 Marcus Ramberg Added msts message
2006-06-21 Marcus Ramberg Added Runtime skeleton.
2006-06-18 Matt S Trout removed retarded registration requirement in dispatcher
2006-06-18 Jesse Sheidlower Cookbook cleanup (much more to do)
2006-06-14 Jesse Sheidlower Cookbook: recipe to log in for testing
2006-06-12 Jesse Sheidlower Cookbook patch applied
2006-06-11 Matt S Trout added the ability to specify extra options for componen...
2006-06-11 Matt S Trout added c3 mro test
2006-06-11 Matt S Trout updated require idiom to use new ensure_class_loaded...
2006-06-11 Matt S Trout use the latest Module::Pluggable
2006-06-11 Matt S Trout initial Module::Pluggable work
2006-06-08 Jesse Sheidlower CatInABox doc updates (thanks claco!)
2006-06-08 Matt S Trout small tweak to Installation.pod
2006-06-08 Matt S Trout more detail, restructuring of Manual.pod
2006-06-08 Matt S Trout light docs work (Intro awaits signficant rearranging)
2006-06-08 Matt S Trout Models, ACCEPT_CONTEXT
2006-06-08 Matt S Trout slight clarification of MVC and web apps, added a coupl...
2006-06-08 Matt S Trout Tut docs work
2006-06-08 Matt S Trout Tut docs work
2006-06-08 Matt S Trout torched C::M::FAQ
2006-06-08 Matt S Trout Installation.pod fixups
2006-06-08 Matt S Trout fixed typo in Auth::Cred::Passwd example
2006-06-08 Matt S Trout Fix a Pod typo and add explicit install of Digest:...
2006-06-08 Matt S Trout Typo in Request.pm
2006-06-08 Matt S Trout Editing in docs branch
2006-06-08 Matt S Trout modified to introduce Controller::Root
2006-06-08 Matt S Trout some work on Tut docs
2006-06-08 Matt S Trout lib/Catalyst/Log.pm
2006-06-08 Matt S Trout Cleaned up Tut files; no substantive changes
2006-06-08 Matt S Trout initial import of new Tutorial stuff from hkclark
2006-06-07 Yuval Kogman be a bit more anal about the checking for successful...
2006-06-07 Yuval Kogman Catalyst::Utils::ensure_class_loaded
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 added Catalyst::Component->action_for
2006-06-03 Matt S Trout multimethod dispatch
2006-06-03 Matt S Trout improved docs for action_namespace and path_prefix...
2006-06-02 Matt S Trout added actions-paths-from-config
2006-06-02 Gavin Henry Added all Advent entries. Still have to remove old...
2006-06-02 Matt S Trout doc'ed :Args
2006-06-02 Brian Cassidy conditional script gen check
2006-06-02 Brian Cassidy remove script gen
2006-06-01 Jesse Sheidlower small typo in synopsis
2006-05-31 Brian Cassidy added merge_config_hashes convenience method
2006-05-31 Matt S Trout Base takes namespace from self if object
2006-05-31 Matt S Trout minor Base.pm refac
2006-05-30 Yuval Kogman a bit of code clarification in the dispatcher
2006-05-28 Yuval Kogman More comprehensive cookie tests + the ability to specif...
2006-05-28 Matt S Trout minor docfix
2006-05-26 Matt S Trout Swapped out CGI::Cookie for CGI::Simple::Cookie, dumped...
2006-05-25 Matt S Trout removed UNIVERSAL::require from core
2006-05-24 Matt S Trout moved M::I::Cat
2006-05-24 Brian Cassidy Plugins are no longer bundled
next