use actionrole instead of core for the new http method support
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Controller.pm
2013-02-15 John Napiorkowski use actionrole instead of core for the new http method...
2013-02-12 André Walker Improve the docs for MyAction attributes
2013-02-12 John Napiorkowski some sort of docs for controller action subroutine...
2013-02-11 John Napiorkowski new match and match captutres for http methods, plus...
2012-09-24 Tomas Doran Make this a warning so it's a little more obvious
2012-08-28 Gareth Kirwan Change Catalsyt _parse_attrs so that when sub attr...
2012-06-08 Florian Ragwitz Stop using deprecated CMOP APIs
2012-06-08 Florian Ragwitz Move Controller::ActionRole's functionality into the...
2012-06-07 Florian Ragwitz use style;
2012-05-25 skaufman tests and patch for Controller to accept action_args...
2011-10-21 Alexander Hartmaier fixed spelling errors
2011-10-21 Tomas Doran Merge spelling test
2011-10-05 Tomas Doran Fix issue with array refs and actions from config....
2011-07-29 Alexander Hartmaier fixed spelling errors
2011-04-14 Florian Ragwitz Remove special-casing of '*' for get_action_methods
2011-04-14 Florian Ragwitz Pull a bunch of gross hacks to get actions => { '*...
2011-04-14 Florian Ragwitz Make this error message more readable
2011-04-14 Florian Ragwitz Make this error message more readable
2011-04-14 Florian Ragwitz Agreed
2010-07-28 Tomas Doran Whitespace
2010-07-28 Tomas Doran Document the horrible, changelog. I'm going to merge...
2010-07-28 Tomas Doran Merge 'trunk' into 'rt58057'
2010-06-16 John Napiorkowski broke out and documented action_class method
2010-06-15 Tomas Doran Commit standalone test, test which makes the TestApp...
2010-05-20 Tomas Doran Back out hunks I accidentally committed
2010-05-20 Tomas Doran Changelog and dep bump for more_metaclass_compat branch...
2010-04-19 Tomas Doran Document the action config here, as people don't seem...
2010-01-19 Florian Ragwitz And another minor tweak.
2010-01-19 Florian Ragwitz Some more doc tweaking.
2010-01-19 John Napiorkowski tweaked docs based on IRC suggestions
2010-01-19 John Napiorkowski added documentation for the configuration option "actio...
2009-11-13 Florian Ragwitz Allow passing extra args to action constructors using...
2009-09-10 Tomas Doran Merge 'deprecate_appclass_actions' into 'trunk'
2009-09-07 Tomas Doran Merge 'trunk' into 'deprecate_appclass_actions'
2009-09-07 Tomas Doran Fix duplicate results from get_action_methods. Q. Why...
2009-09-07 Tomas Doran AGH. Too tired to be doing this, fucked it up again
2009-09-07 Tomas Doran I'm an idiot, that totally doesn't work. remove.
2009-09-07 Tomas Doran Test for r11331 + fix to only report each action name...
2009-09-07 Tomas Doran Fix hash key name back to what it used to be for compat...
2009-09-01 Tomas Doran Stop calling class data methods on instances + commente...
2009-08-17 Tomas Doran Switch to catalyst_component_name
2009-08-12 Tomas Doran Blow up rather than failing to call ->can if everything...
2009-08-12 Tomas Doran Tiny change to make the error make more sense
2009-08-06 Tomas Doran Fix error message
2009-08-06 Yousef H. Alhashemi Moved action methods from t/lib/TestApp.pm to t/lib...
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-17 Tomas Doran Teach Cat to pass a _component_name into COMPONENT...
2009-06-30 Eden Cardim added test case + patch for inherited action configuration
2009-06-28 Florian Ragwitz Pass $c along to path_prefix in _parse_PathPrefix_attr.
2009-06-25 Rafael Kitover Merge 'trunk' into 'namespace_handling_refactor'
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-06-07 Moritz Onken Added support for ~ prefix to plugins and action classes
2009-06-07 Moritz Onken removed commented code
2009-06-07 Moritz Onken controller actions without attributes which are defined...
2009-06-06 Moritz Onken refactor of namespace handling
2009-05-13 Tomas Doran 10125 breaks t/aggregate/live_component_controller_acti...
2009-05-13 Tomas Doran Highlight back compat after discussion/confusion earlie...
2009-05-13 Roland Lammel Rename the actions attribute in Catalyt::Controller...
2009-04-26 Tomas Doran Somewhat, but not much more sane. There are still bugs...
2009-04-12 Tomas Doran Update docs with new methods in ::Controller, update...
2009-04-07 Hans Dieter Pearcey remove trailing whitespace
2009-04-07 Hans Dieter Pearcey mis-rebase
2009-04-07 Hans Dieter Pearcey split out methods to show rafl what I mean
2009-04-02 Tomas Doran Tidy error, remove debug, tidy warn.
2009-04-02 Tomas Doran And fix it properly.
2009-02-19 Florian Ragwitz Use get_all_methods_with_attributes to get all possible...
2009-02-19 Florian Ragwitz Don't stringify the meta method. Use its name instead.
2009-02-19 Florian Ragwitz First steps towards throwing out attributes.
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-12 Florian Ragwitz Stop confusing future readers by removing code that...
2009-02-12 Florian Ragwitz Use Moose::Util::find_meta instead of ->Class::MOP...
2009-02-12 Florian Ragwitz namespace::clean Catalyst::Controller.
2009-02-08 Florian Ragwitz Don't import blessed from Scalar::Util. Moose/Moose...
2008-12-30 Tomas Doran Basic POD for ::ApplicationAttribute, remove the empty...
2008-12-28 Florian Ragwitz s/Catalyst::Component::Role::CaptureApp/Catalyst::Compo...
2008-12-26 Florian Ragwitz Refactor capturing of $app from ::Controller into ...
2008-12-09 Tomas Doran Clean up around method modifier
2008-12-07 Tomas Doran Fix and test for issues when components import or defin...
2008-10-17 Florian Ragwitz Stop using Class::Inspector. Class::MOP::load_class...
2008-09-12 Florian Ragwitz Use get_all_methods instead of the deprecated compute_a...
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-08-24 Florian Ragwitz Implement relative chaining over more than one level.
2008-08-24 Florian Ragwitz Implement :ChainedParent.
2008-08-24 Florian Ragwitz Implement :Chained('../action').
2008-08-24 Florian Ragwitz Move :Chained sugar out of DispatchType::Chained.
2008-06-30 Brian Cassidy authors cleanup
2008-06-27 Brian Cassidy rescue :PathPrefix from an old branch
2008-06-23 Guillermo Roditi config wins, groditi loses. FUCK YOU FOR SUPPORTING...
2008-06-23 Guillermo Roditi bye bye Class::C3. for good.
2008-06-23 Guillermo Roditi revert MyApp instantiation
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi making $app be an instance, less symbol table hijacking...
2008-06-23 Guillermo Roditi start using Class::C3, may need to add a reinitalize...
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi code improvements in Catalyst::Controller
2008-06-23 Guillermo Roditi fix MRO
2008-06-23 Guillermo Roditi a couple more details
2008-06-23 Guillermo Roditi passing a lot more tests. still alot of work to be...
next