initial Travis-CI configuration
[catagits/Catalyst-Runtime.git] / lib /
2013-03-25 Fitz Elliott appease t/author/spelling.t
2013-03-25 Fitz Elliott fix broken tests for new psgi logging code
2013-03-25 Fitz Elliott update docs and tests for cpanfile support
2013-03-25 John Napiorkowski do something rational in the case where you call $app...
2013-03-18 John Napiorkowski updated changes
2013-03-18 John Napiorkowski fixed psig loggers
2013-03-12 Andreas Marienborg Add pod for the external method 'psgienv'
2013-03-12 Andreas Marienborg Make the methods "private".
2013-03-07 Andreas Marienborg Don't store the entire psgienv, just the pieces we...
2013-03-07 Andreas Marienborg Dont add \n for psgi logs(?)
2013-03-07 Andreas Marienborg First stab at a solution
2013-03-06 Moritz Onken add cpanfile to dist_indicator_file_list
2013-03-06 John Napiorkowski add version number change
2013-03-06 John Napiorkowski added another common override to http methods
2013-02-19 Dimitar Petrov display http methods debug information before the actio...
2013-02-18 John Napiorkowski removed code I should not have checkedin
2013-02-18 Dimitar Petrov add debug information for the new http method support
2013-02-17 John Napiorkowski tweaked the "list_extra_info" debugging method and...
2013-02-15 John Napiorkowski new action method "list_extra_info" for better debuggin...
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...
2013-01-31 Dave Rolsky Fix spelling of usage
2013-01-29 Tomas Doran If it's a public method, document it
2013-01-26 Colin Newell HTML encode the link in the 302 redirect page to preven...
2013-01-05 Karen Etheridge work with MooseX::Getopt 0.48 by using the new public...
2013-01-04 Tomas Doran Revert "work with MooseX::Getopt 0.48 by using the...
2013-01-04 Matt S Trout make Catalyst::Engine and Catalyst::Base immutable
2012-12-27 Karen Etheridge work with MooseX::Getopt 0.48 by using the new public...
2012-12-04 Tomas Doran Version 5.90019 5.90019
2012-11-12 Tomas Doran Remove MX::Types
2012-10-24 John Napiorkowski updated changes file and version string in preparation... 5.90018
2012-10-19 Tomas Doran Version 5.90017 5.90017
2012-10-09 Tomas Doran Rename methods to be shorter
2012-10-08 Tomas Doran Enable hooking parameters into req/res construction...
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-08-17 Dagfinn Ilmari Man... In Catalyst::Test, don't mangle headers of non-HTML...
2012-08-16 John Napiorkowski claim a version for release 5.90016
2012-08-16 John Napiorkowski patch to make prepare_parameters not be both a builder...
2012-08-14 Matt S Trout Fix model/view/controller methods to handle stringifiab...
2012-08-14 Matt S Trout Fix model/view/controller methods to handle stringifiab...
2012-07-23 Dagfinn Ilmari Man... Add =encoding UTF-8 to POD
2012-07-23 Dagfinn Ilmari Man... Fix syntax error
2012-07-18 Tomas Doran Fix RT#78377 - IIS7 sucks in different ways to IIS6
2012-06-30 Tomas Doran Version 5.90015 5.90015
2012-06-30 Tomas Doran Fix ->finalize_headers getting called twice. RT#78090
2012-06-26 John Napiorkowski version bumping 5.90014
2012-06-25 Andrew Rodland Fix CPAN RT#76179
2012-06-21 John Napiorkowski updated changes and version for new release 5.90013
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-26 Tomas Doran Fix warning in some chained dispatch cases
2012-05-25 skaufman tests and patch for Controller to accept action_args...
2012-05-24 Gerda Shank fix body_parameters is undef when no params
2012-05-16 Tomas Doran Version 5.90012 5.90012
2012-05-15 Alexander Hartmaier Work around Moose bug RT#7536 which breaks Catalyst...
2012-05-05 Tomas Doran Remove dep on B::H::EOS, for RT#76437
2012-05-05 Tomas Doran Fix documentation for the 'secure' method in Catalyst...
2012-05-05 Tomas Doran Fix vague 'checkout' wording in Catalyst::Utils. RT...
2012-04-16 Tomas Doran We are keeping ->_plugins->{} for a reason.
2012-03-20 Tomas Doran Default to zero everywhere, to stop the warnings in...
2012-03-20 Tomas Doran Fix possible warning
2012-03-13 Brian Phillips fix spelling error
2012-03-13 Brian Phillips prevent body_params from being reset on each access
2012-03-09 Tomas Doran Doc fixes / additions in Catalyst::Component
2012-03-08 John Napiorkowski set change file date and updated versions in preparatio... 5.90011
2012-03-06 Tomas Doran Unpossible, but people keep seeing it
2012-03-04 Jesse Sheidlower Fixed typo in Engine::HTTP warning message
2012-03-02 Nigel Metheringham Fixed up uses of catdir being used to return a file...
2012-03-02 Tomas Doran Fix for closing fds with --background
2012-03-01 Tomas Doran Simplify loading madness back to what I was originally...
2012-02-29 Tomas Doran Fix for tests
2012-02-28 Tomas Doran And bug fix
2012-02-28 Tomas Doran Fix all the tests to get it right, use Cwd rather than...
2012-02-21 Tomas Doran Additional fixes for path stuff
2012-02-18 Andrew Rodland Spell out "current directory"
2012-02-18 Andrew Rodland Fix spelling
2012-02-18 Matt S Trout release commit for 5.90010 5.90010
2012-02-16 Tomas Doran Doc new function
2012-02-16 Tomas Doran Tests and fixes for conditional inclusion
2012-02-16 Tomas Doran Split out into new function
2012-02-16 Tomas Doran Some sane testing for home utility.
2012-02-16 Tomas Doran Version 5.90009 5.90009
2012-02-14 Tomas Doran Fix the debug page, how did that slip through?
2012-02-14 Eden Cardim documenting back-compat issue with environment variables
2012-02-12 Peter Rabbitson Catalyst is tested and works just fine with 5.8.3....
2012-02-08 Tomas Doran Fix dead links to cpansearch.perl.org to point to metac...
2012-02-06 Tomas Doran Only include the lib directory when we detect a Makefil...
2012-02-06 Tomas Doran Version 5.90008 - TRIAL 5.90008
2012-01-25 Tomas Doran Clarify what this shit is here for
2012-01-25 Tomas Doran Deprecate unused private method
2012-01-22 Tomas Doran Revert "And another trivial doc fix"
2012-01-22 Tomas Doran Revert "The latter part of that doc doesn't apply in...
2012-01-22 Tomas Doran Merge remote branch 'origin/no_state_in_engine'
2012-01-22 Tomas Doran Fix display of authors
2011-12-29 Kieren Diment doc patch correcting visit() and go() usage from Emanue...
2011-12-11 Tomas Doran The latter part of that doc doesn't apply in master...
next