remove filtering, get request/response logging from $c->dump_these instead
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
2010-03-02 Brian Phillips remove filtering, get request/response logging from...
2010-03-01 Tomas Doran Merge 'trunk' into 'param_filtering'
2010-02-14 Florian Ragwitz Make the debug log say the cat version with all its...
2010-02-11 Tomas Doran First attempt to make this make more sense.
2010-02-09 Rafael Kitover update Changes, put comment back in
2010-02-08 Tomas Doran Unfuck
2010-02-08 Tomas Doran Merge 'trunk' into 'uri_for_utf8'
2010-02-04 Florian Ragwitz Version 5.80020. 5.80020
2010-02-04 Florian Ragwitz Merge branch 'expand_modules'
2010-01-29 Florian Ragwitz Version 5.80019. 5.80019
2010-01-27 Tomas Doran Fix / => %2F in uri_for so that it only works for actio...
2010-01-27 Tomas Doran Clarrify debug documentation
2010-01-25 Oliver Charles Improve the documentation about -Home and how Catalyst...
2010-01-24 Oliver Charles Allow models and components to specify the names of...
2010-01-19 Αριστοτέλης Παγκαλτζής fix $c->error doc in Catalyst.pm POD
2010-01-12 Florian Ragwitz Version 5.80018. 5.80018
2010-01-10 Tomas Doran Apply patch to clarify uri_for action from Octavian...
2010-01-10 Florian Ragwitz Version 5.80017. 5.80017
2010-01-06 Rafael Kitover utf8::decode captures and args, and uri-escape captures
2010-01-05 Florian Ragwitz Stop supressing Adopt::NEXT warnings.
2010-01-04 Tomas Doran Doc fix
2009-12-11 Tomas Doran Changelog, bump version
2009-12-02 Tomas Doran And that's what I get for not really applying the patch...
2009-12-02 Tomas Doran Pod nits, rt#52370
2009-12-02 Tomas Doran Changes, bump version 5.80015
2009-12-01 Tomas Doran Merge 'trunk' into 'param_filtering'
2009-12-01 Tomas Doran Bump deps and changelog for another dev release with... 5.80014_02
2009-11-29 Florian Ragwitz This is not a release.
2009-11-27 Tomas Doran Bump version in runtime branch
2009-11-23 Tomas Doran Merge 'trunk' into 'better_scripts'
2009-11-23 Tomas Doran Don't do bytes::length, just use length, tests to demon...
2009-11-22 Tomas Doran Changelog, adjust warning text, bump versions for a...
2009-11-21 Zbigniew Łukasiak warning for plugins inheriting from Catayst::Component
2009-11-21 Florian Ragwitz Version 5.80014. 5.80014
2009-11-20 Tomas Doran Merge 'trunk' into 'better_scripts'
2009-11-12 Tomas Doran Merge 'trunk' into 'uri_encode_captures_andor_args_take2'
2009-11-12 Tomas Doran Tests, fix args as well as captureargs and be less...
2009-11-10 Tomas Doran And lets not change behaviour with the log flush change..
2009-11-10 Tomas Doran Warn on case_sensitive being set, remove documentation
2009-11-06 Alastair McGowan... Amend doc to not mention using undef in ->uri_for
2009-11-06 Alastair McGowan... Add doc for no-args call to ->uri_for
2009-10-19 Tomas Doran Well, this fixes my current issue, and doesn't seem...
2009-10-15 Tomas Doran Add docs I promised for r11484
2009-10-13 Rafael Kitover more correct fix for uninitialized warning from ACL
2009-10-12 Rafael Kitover better fix for uninitialized warning
2009-10-12 Rafael Kitover fix uninitialized warning in ACL
2009-10-07 Robert 'phaylon... added stub config section (incl TODO) to Cat.pm for...
2009-10-06 Tomas Doran Improved the suggested fix warning when component resol...
2009-10-05 Tomas Doran Tidy up changelog/attribution
2009-10-05 Alexander Hartmaier Improved the suggested fix warning when component resol...
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-05 Tomas Doran Merge 'trunk' into 'better_scripts'
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 minor doc tweaking on param filtering
2009-07-22 Brian Phillips refactored request/response logging with configurable...
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-07-04 Devin Austin really untarded
2009-07-04 Devin Austin untarded!
2009-07-04 Devin Austin added warn to setup. sigh. doesn't appear it's getting...
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-28 Devin Austin added name to contributors list
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...
next