"forward" docs updated
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
2006-01-15 Jess Robinson "forward" docs updated
2006-01-14 Curtis "Ovid" Poe Tiny document update to make it a bit clearer how one...
2006-01-13 Andy Grundman Set version back to 5.62 :)
2006-01-13 Sebastian Riedel Updated version to 6.00 :)
2006-01-09 Andy Grundman Better solution for forward detection when dealing...
2006-01-07 Matt S Trout - Catalyst no longer isa Catalyst::Base (adds Catalyst...
2006-01-07 Sebastian Riedel Added pod
2006-01-07 Sebastian Riedel Updated MyApp->config->{file}
2006-01-07 Sebastian Riedel Added MyApp->config->{file}
2006-01-07 Sebastian Riedel Added YAML config support
2006-01-06 Sebastian Riedel Added COMPONENT() and ACCEPT_CONTEXT() support
2005-12-30 Andy Grundman Fixed callsub determination when execute has been exten...
2005-12-30 Andy Grundman Action list in debug mode is now displayed as a tree...
2005-12-25 Jesse Sheidlower minor typos in welcome page in Catalyst.pm
2005-12-16 Andy Grundman Fixed engine detection to allow custom mod_perl engines
2005-12-14 Andy Grundman Display version numbers of loaded plugins (Curtis Poe)
2005-12-10 Sebastian Riedel Added class and method for catched exceptions messages
2005-12-08 Sebastian Riedel Updated makefile template
2005-12-07 Andy Grundman Automatically determine Content-Length when serving...
2005-12-07 Marcus Ramberg bugfix for $c->model and friends.
2005-12-07 Sebastian Riedel Updated for Module::Install 0.40 (autrijus still needs...
2005-12-02 Sebastian Riedel Updated makefile
2005-12-02 Sebastian Riedel Updated for 5.60
2005-11-26 Sebastian Riedel Fixed forward to classes
2005-11-24 Sebastian Riedel Updated see also
2005-11-24 Sebastian Riedel Added ExtUtils::AutoInstall support
2005-11-21 Sebastian Riedel Replaced -short with auto-detection
2005-11-19 Sebastian Riedel Updated uri_for to accept undef actions
2005-11-19 Sebastian Riedel Updated changes
2005-11-19 Sebastian Riedel Moved some PAR stuff
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-18 Sebastian Riedel Renamed -nonew to -force
2005-11-18 Andy Grundman Added drewbie to contrib list
2005-11-18 Andy Grundman Expanded c->error docs (drewbie)
2005-11-17 Andy Grundman Applied FastCGI daemon patch from mugwump
2005-11-17 Sebastian Riedel Fixed typos
2005-11-17 Andy Grundman Updated scriptgen
2005-11-17 Sebastian Riedel Updated PAR support
2005-11-17 Sebastian Riedel Removed FastCGI engine from preload list
2005-11-17 Sebastian Riedel Updated PAR support again
2005-11-17 Sebastian Riedel Updated Catalyst.pm to preload more modules, needed...
2005-11-17 Sebastian Riedel Updated par helper
2005-11-17 Sebastian Riedel Added PAR support
2005-11-15 Sebastian Riedel Updated Catalyst::Test to use HTTP::Request::AsCGI
2005-11-15 Sebastian Riedel Fixed dispatcher, so $c->req->action(undef) works again
2005-11-15 Sebastian Riedel Fixed multiple header bug
2005-11-15 David Kamholz - reverted previous change
2005-11-15 Yuval Kogman Make headers and cookies non-writable after finalize...
2005-11-14 Sebastian Riedel Released 5.54
2005-11-14 Matt S Trout - added package to eval for M::P::F call so _catalyst_c...
2005-11-14 Andy Grundman Released 5.53
2005-11-14 Yuval Kogman Revert readonly headers
2005-11-14 Yuval Kogman Make headers and cookies non-writable after finalize...
2005-11-14 Marcus Ramberg updated to 0.10
2005-11-14 Sebastian Riedel Changed uri_for behavior, updated for 5.51
2005-11-13 David Kamholz - remove borked tag again
2005-11-13 Jesse Sheidlower Doc changes in Catalyst.pm
2005-11-13 Sebastian Riedel Fixed debug messages
2005-11-12 David Kamholz - fix a few more small things in docs
2005-11-12 Matt S Trout - Doc patch from davekam/ningu
2005-11-12 Marcus Ramberg added support for Model/View/Controller namespace relative
2005-11-12 Andy Grundman Removed bogus Index doc
2005-11-12 Andy Grundman Fixed docs for comp()
2005-11-12 Andy Grundman Added big doc patch from ningu with a few tweaks from...
2005-11-12 Sebastian Riedel Updated pod
2005-11-10 Sebastian Riedel Fixed config bug
2005-11-10 Sebastian Riedel Updated old script warning
2005-11-10 Sebastian Riedel Fixed typo
2005-11-10 Sebastian Riedel Fixed relative forwarding
2005-11-10 Andy Grundman Preparing for rc4
2005-11-10 Sebastian Riedel Added more pod
2005-11-10 Matt S Trout - Added $c->stack
2005-11-10 Sebastian Riedel Added some pod
2005-11-10 Sebastian Riedel Fixed the weirdo threads bug
2005-11-10 Matt S Trout - Added *_class methods to Catalyst
2005-11-10 Sebastian Riedel Fixed typo
2005-11-09 Sebastian Riedel Fixed some bugs and improved logs
2005-11-09 Matt S Trout - Made $c->namespace lvalue in the name of encapsulatio...
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 built in server to restart on win32
2005-11-07 Sebastian Riedel Fixed error reporting for acl exceptions
2005-11-06 Sebastian Riedel Fixed setup_components to accept Catalyst::Component...
2005-11-06 Sebastian Riedel Added $c->controller, $c->model and $c->view shortcuts
2005-11-06 Marcus Ramberg removed extra debug :/
2005-11-06 Marcus Ramberg fix debug flag to handle disabling via ENV
2005-11-04 Sebastian Riedel Switched to Text::SimpleTable
2005-11-03 Andy Grundman 5.49_03 release changes
2005-11-03 Marcus Ramberg revert to previous until I can fix it.
2005-11-03 Marcus Ramberg allow debug to be disabled via Env.
2005-11-02 Andy Grundman Applied more xhtml tweaks from LTJake
2005-11-02 Andy Grundman Applied LTJake's patch to make welcome page validate...
2005-11-02 Sebastian Riedel Updated script generation
2005-11-01 Sebastian Riedel Fixed some warnings
2005-11-01 Sebastian Riedel Fixed MyApp->config->{show_internal_actions}
2005-11-01 Yuval Kogman Add dump_these method to Catalyst, which returns the...
2005-11-01 Andy Grundman Added detection of older engine versions
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-10-31 Sebastian Riedel Fixed pod
next