- Turned action registration inside-out
[catagits/Catalyst-Runtime.git] / lib / Catalyst /
2005-11-01 Matt S Trout - Turned action registration inside-out
2005-11-01 Matt S Trout - Punted get_action to ActionContainer
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 Sebastian Riedel Added $c->config->{show_internal_actions}
2005-11-01 Sebastian Riedel Fixed pod
2005-11-01 Matt S Trout - sub foo :Path { ... } now works!
2005-11-01 Matt S Trout - Split _DISPATCH out into _BEGIN, _AUTO, _ACTION and...
2005-11-01 Matt S Trout - Added new _DISPATCH private action for dispatching
2005-11-01 Andy Grundman Fixed typo in myapp_fastcgi.pl helper
2005-10-31 Sebastian Riedel Updated fcgi engine for multi process external support
2005-10-31 Yuval Kogman Example for Catalyst::Utils::apprefix
2005-10-31 Sebastian Riedel Removed JSAN support from core
2005-10-31 Yuval Kogman Releng, test fixes, bug fixes for Session plugins
2005-10-31 Sebastian Riedel Made JSAN support optional
2005-10-31 Sebastian Riedel Added JSAN support
2005-10-30 Jesse Sheidlower Cookbook: added require-user-login patch from Chisel
2005-10-30 Jesse Sheidlower WritingPlugins added to main Man page
2005-10-29 Matt S Trout - Made Action accessor names more consistent (namespace...
2005-10-29 Andy Grundman Reverted restarter change, until some fixes are made
2005-10-27 Andy Grundman Updated Changes
2005-10-27 Andy Grundman Updated HTTP engine to watch for changes to directory...
2005-10-27 Andy Grundman Optimized the _index function to not run File::Find...
2005-10-27 Andy Grundman Fixed HTTP engine to exit the restarter process if...
2005-10-25 Marcus Ramberg make the httpd fail if it can't bind.
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-23 Sebastian Riedel Fixed Catalyst::Test to not throw a exception when...
2005-10-23 Sebastian Riedel Fixed some typos
2005-10-23 Sebastian Riedel Updated dispatcher
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 Andy Grundman Fixed index test to work around HTTP::Response bug
2005-10-22 Sebastian Riedel Fixed a typo
2005-10-22 Sebastian Riedel Fixed index action
2005-10-22 Sebastian Riedel Fixed a typo
2005-10-22 Sebastian Riedel Added index action and fixed get_action
2005-10-22 Sebastian Riedel Added on demand DispatchType loading
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 - Removed dead code
2005-10-22 Matt S Trout - Start of DispatchType refactor
2005-10-22 Andy Grundman Improved performance a bit by not running prepare_query...
2005-10-22 Matt S Trout - Added some docs to dispatcher modifications
2005-10-22 Matt S Trout - $c now has $c->action and $c->namespace
2005-10-22 Andy Grundman Fixed ActionContainer POD, added to manifest
2005-10-22 Matt S Trout - And finally some optimisations. Oh, and the missing...
2005-10-21 Matt S Trout - Dispatcher refactor, part trois
2005-10-21 Matt S Trout - Dispatcher refactor, part deux
2005-10-21 Matt S Trout - First part of dispatcher refactor
2005-10-21 Sebastian Riedel Updated class templates
2005-10-21 Sebastian Riedel Fixed second bug
2005-10-21 Sebastian Riedel Fixed my bug
2005-10-21 Sebastian Riedel Fixed pod and added Catalyst::Utils::appprefix
2005-10-20 Andy Grundman Fixed binmode call in helper
2005-10-20 Andy Grundman Static::Simple, documented internal methods for coverag...
2005-10-20 Andy Grundman Set binmode on static files for win32 support
2005-10-20 Andy Grundman Set binmode on files created using the helper, so they...
2005-10-20 Andy Grundman Changed Static::Simple to pass an IO::File object to...
2005-10-20 Andy Grundman Close ->res->body if it's a handle
2005-10-20 Sebastian Riedel Added support for IO::Handle in $c->res->body
2005-10-19 Andy Grundman Added Static::Simple to core
2005-10-19 Sebastian Riedel Updated helper
2005-10-19 Sebastian Riedel Added images, updated helper and added some comments
2005-10-19 Marcus Ramberg improved spelling in welcome screen.
2005-10-19 Sebastian Riedel Added first welcome screen mockup
2005-10-17 Andy Grundman Gave options hash a default value to allow older server...
2005-10-17 Sebastian Riedel Improved test server
2005-10-17 Sebastian Riedel Updated to half working restarter with syntax check
2005-10-17 Sebastian Riedel Updated signal stuff
2005-10-17 Sebastian Riedel Added restart feature to test server
2005-10-12 Matt S Trout - Fixed warning
2005-10-12 Matt S Trout - Hey, so do relative forwards with args in the uri
2005-10-12 Matt S Trout - Nailed one dispatcher forward-with-args-in-uri bug
2005-10-12 Andy Grundman Dropped URI::Query, put back old query code, moved...
2005-10-11 Andy Grundman Added upload parameters back into req->params
2005-10-11 Sebastian Riedel Added multiple paths support
2005-10-11 Andy Grundman Fixed path, can now be changed properly, also updated...
2005-10-11 Sebastian Riedel Removed req->handle and res->handle
2005-10-11 Jesse Sheidlower Spelling fixes throughout core modules
2005-10-10 Andy Grundman Added prepare_body_chunk method for upload progress...
2005-10-10 Andy Grundman Missed some changes, merged again from r1019
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk
2005-09-27 Andy Grundman Added recursive -r flag to prove example
2005-09-26 Andy Grundman Backed out memory leak workaround, bumped Text::ASCIITa...
2005-09-23 Andy Grundman Added temporary workaround for debug memory leak in...
2005-09-19 Andy Grundman Fixed Helper so it works with CRLF line-endings
2005-09-17 Jesse Sheidlower tweak to $c->req->full_uri
2005-09-17 Jesse Sheidlower added $c->req->full_uri method (core from C::P::Require...
2005-09-15 Andy Grundman Backported [1134] SSL requests in tests to trunk
2005-09-15 Andy Grundman Backported [1133] dispatcher fix to trunk
2005-09-07 Andy Grundman req -> res, ticket #22
2005-09-06 Marcus Ramberg added a comment to code example
2005-09-06 Marcus Ramberg added a comment, compacted a couple of elses.
2005-08-27 Marcus Ramberg leftovers from the old days.
2005-08-21 Sebastian Riedel Fixed mkpath in Catalyst::Helper
next