Make r11422 not break stuff - idiot :(
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
2009-09-21 Mateu X. Hunter Update $c->forward and $c->state documentation to addre...
2009-09-17 Florian Ragwitz Version 5.80013. 5.80013
2009-09-14 Dave Rolsky The warning about a class having mutable ancestors...
2009-09-10 Andrew Rodland Rework the C<< $c->go >> documentation a little, hopefu...
2009-09-10 Tomas Doran Fix warnings in upcoming moose
2009-09-09 Guillermo Roditi add myself to contributors
2009-09-09 Marcus Ramberg Prepare for release 5.80012
2009-09-01 Tomas Doran Bump versions back to 5.8.4
2009-09-01 Tomas Doran Stop calling class data methods on instances + commente...
2009-08-26 Arthur Axel 'fREW... Look! I'm famous! (See Catalyst-Devel)
2009-08-25 Tomas Doran Fix duplicate components
2009-08-23 Florian Ragwitz Version 5.80011. 5.80011
2009-08-21 Florian Ragwitz Version 5.80010. 5.80010
2009-08-21 Florian Ragwitz Version 5.80009. 5.80009
2009-08-21 Tomas Doran Fix and tests for big issue in 5.80008
2009-08-21 Florian Ragwitz Version 5.80008. 5.80008
2009-08-17 Tomas Doran Switch to catalyst_component_name
2009-08-17 J. Shirley Adding and documented X-Forwarded-Port
2009-08-12 Tomas Doran Make the code much clearer about what is going on,...
2009-08-12 Ricardo SIGNES break setup_components into three parts
2009-08-01 Rafael Kitover allow uri_for($controller_instance)
2009-08-01 Tomas Doran Aww, crap, fail. merge 10927:HEAD from pass_component_names
2009-08-01 Tomas Doran Merge branch pass_component_names:
2009-07-31 Tomas Doran Clean up branch. I'm happy with this (bar the eww,...
2009-07-29 Andrew Rodland Add konobi to contributors
2009-07-29 Andrew Rodland Update Changes and add me to Contributors
2009-07-29 Andrew Rodland Rewrite the POD for $c->uri_for().
2009-07-26 Dan Dascalescu Fixed a bunch of POD hyperlinks in Catalyst.pm and...
2009-07-25 Tomas Doran Remove dead and unused method
2009-07-22 Jesse Sheidlower Changed link from C::Base to C::Controller; fixed my...
2009-07-17 Tomas Doran Teach Cat to pass a _component_name into COMPONENT...
2009-07-16 Dan Dascalescu Could not have made a more insignificant patch
2009-07-08 Tomas Doran U R DOIN IT WRONG.
2009-07-05 Tomas Doran Fix warning, and only warn if really needed
2009-06-30 Florian Ragwitz Version 5.80007. 5.80007
2009-06-30 Tomas Doran Test case for a way to make C3 crap itself by partially...
2009-06-30 Florian Ragwitz Pretend that Catalyst.pm does Component::ApplicationAtt...
2009-06-29 Tomas Doran Don't mangle query parameters passed to uri_for, the...
2009-06-29 Florian Ragwitz Version 0.80006. 5.80006
2009-06-26 Florian Ragwitz Fix annoying warnings in Utils::resolve_namespace.
2009-06-26 Florian Ragwitz Use methods to throw exceptions, instead of passing...
2009-06-26 Florian Ragwitz Detect redispatch exceptions by a class check, not...
2009-06-26 Florian Ragwitz Throw redispatch exception objects instead of plain...
2009-06-25 Rafael Kitover Merge 'trunk' into 'namespace_handling_refactor'
2009-06-17 Tomas Doran Back out 10498 and 10097
2009-06-11 Rafael Kitover fix $c->view() bug hopefully
2009-06-11 Dan Dascalescu Cosmetic: removed trailing whitespace
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-06-10 Luke Saunders prevent encoding plus signs in uri_for args
2009-06-07 Moritz Onken Added support for ~ prefix to plugins and action classes
2009-06-06 Moritz Onken refactor of namespace handling
2009-06-06 Marcus Ramberg Prepare for 05 5.80005
2009-05-29 Justin Hunter why have two loops
2009-05-29 Tomas Doran And trivial fix by not using up
2009-05-27 Florian Ragwitz Fix minor uri_for documentation bug.
2009-05-23 Tomas Doran Make documentation crystal clear
2009-05-21 Tomas Doran Merge the branch which gives ->req->remote_user without...
2009-05-18 Florian Ragwitz Version 5.80004. 5.80004
2009-05-15 Tomas Doran And properly fix Unknown error
2009-05-14 Tomas Doran Add support for applying Moose roles in the plugin...
2009-05-13 Tomas Doran Fix the meta method test
2009-05-13 Tomas Doran B::Hooks::EndOfScope eats exceptions inside the on_scop...
2009-05-13 Roland Lammel Rename the actions attribute in Catalyt::Controller...
2009-05-12 Tomas Doran Change back to B::Hooks::EndOfScope as it previously...
2009-05-12 Tomas Doran Add a few more tests for this issue in various other...
2009-05-07 Tomas Doran Back out last change. vincent worked out it's a bug...
2009-05-06 Tomas Doran Mad fix.
2009-04-29 Florian Ragwitz Version 5.80003. 5.80003
2009-04-28 Dave Rolsky If a class makes itself immutable and turns off constru...
2009-04-28 Tomas Doran That is actually a stupid idea - you may be using Catal...
2009-04-28 Tomas Doran Bump Moose dep, remove MOP dep as Moose already depends...
2009-04-28 Tomas Doran Bump MX::MA again, couple of little tidyups
2009-04-25 Dan Dascalescu 1-char typo
2009-04-25 Dan Dascalescu Debug mode is also triggered by running myapp_server...
2009-04-25 Hans Dieter Pearcey doc tweaks: use C<> instead of "", use 'overridden...
2009-04-24 Florian Ragwitz Improve regexp fallback warning.
2009-04-21 Tomas Doran Fix kds bug, find another bug causing all log levels...
2009-04-21 Matt S Trout revert duff part of last commit
2009-04-21 Matt S Trout pass replace_constructor when making app immutable...
2009-04-21 Marcus Ramberg Prepare for 5.800002
2009-04-21 Tomas Doran Restartable app class on perl 5.10. More evil hackery..
2009-04-21 Tomas Doran Fixed non-moose classes initialization order issues...
2009-04-18 Florian Ragwitz Version 5.80001. 5.80001
2009-04-18 Marcus Ramberg Shut up recursion warnings
2009-04-18 Marcus Ramberg Remove commented out incorrect deprecations
2009-04-15 Tomas Doran And print the value.
2009-04-15 Tomas Doran Clarify exception to finger the actual class which...
2009-04-12 Marcus Ramberg Prepare for maybe-release
2009-04-12 Tomas Doran Doc tidy up wrt plugin method
2009-04-02 Tomas Doran Tidy error, remove debug, tidy warn.
2009-04-02 Tomas Doran And fix it properly.
2009-03-28 Hans Dieter Pearcey include test for failure mode
2009-03-28 Hans Dieter Pearcey add uri_for_action and switch tests to use it
2009-03-27 Florian Ragwitz Pod formatting fix.
2009-03-24 Tomas Doran Change plugin warning cut-off release, expand on config...
2009-03-23 Tim Bunce Add debug log in uri_for when uri_for_action returns...
2009-03-21 Tomas Doran Doc changes for passing CaptureArgs
2009-03-20 Tomas Doran Make the list actually come out as a list when you...
2009-03-10 Jay Hannah debug() POD rewrite
2009-02-25 Kennedy Clark Apply doc patch from Genius_Spot
next