Updated Intro.pod
[catagits/Catalyst-Runtime.git] / lib / Catalyst /
2005-11-09 Sebastian Riedel Updated Intro.pod
2005-11-09 Yuval Kogman Dispatcher::get_action no longer takes $c as a useless arg
2005-11-08 Sebastian Riedel Updated Intro.pod
2005-11-08 Sebastian Riedel Fixed some typos
2005-11-08 Sebastian Riedel Updated built in server to restart on win32
2005-11-08 Matt S Trout - Nuked LocalRegex.pm
2005-11-08 Sebastian Riedel Fixed multiple appclass bug
2005-11-08 Matt S Trout - Fixed a dispatcher bug, thanks nothingmuch
2005-11-08 Matt S Trout - Added LocalRegex, tweaked Regex debug output
2005-11-08 Andy Grundman Fixed streaming write from a filehandle to stop writing...
2005-11-07 Sebastian Riedel Added user again
2005-11-07 Sebastian Riedel Removed $c->req->user accessor
2005-11-07 Sebastian Riedel Updated Tutorial.pod
2005-11-06 Matt S Trout - Further tweaks and added tests
2005-11-06 Matt S Trout - Fixed it so tests run again
2005-11-06 Sebastian Riedel Made forward sane again
2005-11-06 Sebastian Riedel Fixed forward
2005-11-06 Sebastian Riedel Added DBIx::Class::WebForm
2005-11-05 Matt S Trout - Restored Regex behaviour and added LocalRegex
2005-11-05 Matt S Trout - Made Catalyst::Action and ActionContainer default...
2005-11-04 Sebastian Riedel Updated helper
2005-11-04 Andy Grundman Fixed formatting to less than 78 cols
2005-11-04 Andy Grundman Applied LTJake's patch for adding SimpleTable to Dispatcher
2005-11-04 Andy Grundman Removed the 304 Not Modified code from Static::Simple...
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-03 Yuval Kogman s/C<CGI>/L<CGI>/
2005-11-03 Sebastian Riedel Fixed typo
2005-11-03 Matt S Trout - Moved local $c->{namespace} set to Catalyst::Action...
2005-11-03 Sebastian Riedel Updated helper template
2005-11-03 Andy Grundman Applied wdh's fixed exec call to work on FreeBSD
2005-11-03 Sebastian Riedel Updated helper template
2005-11-03 Sebastian Riedel Reverted stupidity workaround
2005-11-03 Yuval Kogman Make behavior of Catalyst::Request::param truely CGI...
2005-11-03 Andy Grundman Fixed typo, paramaters -> parameters
2005-11-03 Yuval Kogman Minor doc additions to Catalyst::Request
2005-11-03 Sebastian Riedel Added workaround for stupid components expecting Cataly...
2005-11-03 Andy Grundman Fixed req->{path} for backwards-compat
2005-11-03 Yuval Kogman Document the format of the parameters to be passed...
2005-11-03 Sebastian Riedel Fixed inheritance bug
2005-11-02 Andy Grundman Applied more xhtml tweaks from LTJake
2005-11-02 Sebastian Riedel Added -scripts option to catalyst.pl for script updating
2005-11-02 Sebastian Riedel Updated helper templates
2005-11-02 Andy Grundman Committed LTJake's XHTML patch for debug screen
2005-11-02 Andy Grundman Updated Plugins.pod a bit
2005-11-02 Andy Grundman Removed a couple warn calls
2005-11-02 Andy Grundman Refactored restarter into a subclass of Engine::HTTP...
2005-11-02 Sebastian Riedel Fixed typo
2005-11-02 Sebastian Riedel Changed helpers to default to long types, Controller...
2005-11-02 Matt S Trout - Made forward use $c->component($command) instead...
2005-11-02 Sebastian Riedel Added Catalyst::Controller, Catalyst::Model and Catalys...
2005-11-02 Matt S Trout - Move config stuff etc. out into Catalyst::Component...
2005-11-02 Sebastian Riedel Added JavaScript to debug screen, to show and hide...
2005-11-01 Yuval Kogman Mention Catalyst::Plugin::Session in Catalyst::Manual...
2005-11-01 Yuval Kogman Add dump_these method to Catalyst, which returns the...
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
next