clean up travis config for distar
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Controller.pm
2017-09-26 Graham Knop use uniq from List::Util
2017-09-26 Graham Knop stop using Moo as a test package
2016-12-15 John Napiorkowski docs and allow ../
2016-03-01 John Napiorkowski separate arg compare from display better
2015-11-09 John Napiorkowski fixed reportred regression on auto actions
2015-11-07 Thomas Sibley Parse attributes with empty parens as undef
2015-11-07 Thomas Sibley Revert incorrect fixes for parsing of attributes with...
2015-10-29 John Napiorkowski preserve $c->state 5.90102
2015-10-29 John Napiorkowski Merge branch '104-path_empty_brackets' of https://githu...
2015-10-09 Graeme Lawton Fixed :Path() empty brackets attribute not registering...
2015-09-09 Paul Cochrane Fix spelling errors and update spelling exceptions
2015-04-10 John Napiorkowski tweaked how constraints work to narrow and tighten...
2015-04-03 John Napiorkowski make it less easy to want moose stringy types
2015-03-31 John Napiorkowski first pass
2015-03-25 John Napiorkowski merged from master to sync release
2015-03-25 John Napiorkowski tweak the docs a bit
2015-03-25 John Napiorkowski added PATCH http method shortcup
2015-03-19 John Napiorkowski docs
2015-01-20 André Walker Fix OPTIONS HTTP Method
2014-12-02 John Napiorkowski finished the scheme matching and uri_for updates
2013-11-05 John Napiorkowski Merge branch 'hamburg'
2013-10-23 John Napiorkowski fixed spelling error
2013-10-23 John Napiorkowski docs
2013-10-22 John Napiorkowski first pass at Consumes attribute
2013-10-21 John Napiorkowski patches from dsteinbrunner
2013-09-23 Karen Etheridge typo in pod
2013-09-13 Karen Etheridge typo fix
2013-09-08 Karen Etheridge Class::MOP::load_class, is_class_loaded was deprecated...
2013-08-13 Karen Etheridge instead of using MI, compose a role which brings in...
2013-06-04 Dagfinn Ilmari Man... Fix typo in Path dispatch example
2013-03-29 Mark Grimes Limits the special case code for DT::Regex to 1 sub...
2013-03-29 Mark Grimes Note DispatchType::Regex depreciation in docs and add...
2013-03-29 Mark Grimes Remove Regex/LocalRegex code and tests from core
2013-03-28 Mark Grimes Limits the special case code for DT::Regex to 1 sub...
2013-03-27 Mark Grimes Note DispatchType::Regex depreciation in docs and add...
2013-03-27 Mark Grimes Remove Regex/LocalRegex code and tests from core
2013-02-19 Dimitar Petrov display http methods debug information before the actio...
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
next