list the authordeps in a cpanfile for easier installation
[catagits/Catalyst-Runtime.git] / lib /
2013-08-13 Karen Etheridge instead of using MI, compose a role which brings in...
2013-08-10 Karen Etheridge add description for removed module (RT#87719)
2013-06-16 Wallace Reis Unicode - do not warn for legacy apps
2013-06-16 Wallace Reis Revert "Unicode plugin - rework exception handler"
2013-06-16 Wallace Reis Unicode - fix decoding process for uploads
2013-06-15 John Napiorkowski update changlog and version in prep for release
2013-06-15 John Napiorkowski prep for release 5.90041
2013-06-15 John Napiorkowski make tests pass
2013-06-14 Ashley Pond V Long standing regression/never prod? grokbase.com/t...
2013-06-14 Mark Ellis Fix typo and deprication warning in wrong section in...
2013-06-14 Mark Ellis Fixed bug where if encoding was set in the config file...
2013-06-12 John Napiorkowski upped version in prep for release;
2013-06-12 John Napiorkowski fix broken tests
2013-06-12 John Napiorkowski merged after conflict resolution
2013-06-12 John Napiorkowski some words on unicode merging
2013-06-12 John Napiorkowski better docs for the detach on die feature
2013-06-12 Dimitar Petrov Better configuration key name
2013-06-12 Dimitar Petrov Add option to break a chain if error occurs
2013-06-12 Chisel Fix typo in Catalyst::Engine confess()
2013-06-12 John Napiorkowski minor code reformat
2013-06-04 Dagfinn Ilmari Man... Fix typo in Path dispatch example
2013-05-26 Wallace Reis Unicode plugin - rework exception handler
2013-05-24 Dagfinn Ilmari Man... Fix POD link text/target ordering
2013-05-24 Dagfinn Ilmari Man... Merge branch 'stricter-chained-arg-attrs' into Sicilian...
2013-05-24 Wallace Reis Unicode plugin - rework encoding default config
2013-05-24 Wallace Reis Unicode plugin - move docs to main
2013-05-22 John Napiorkowski slightly more logging when we want to manually control...
2013-05-21 John Napiorkowski let you not finalize a request when you wish to jailbre...
2013-05-17 John Napiorkowski merged in
2013-05-17 John Napiorkowski Merge branch 'master' of git.shadowcat.co.uk:Catalyst...
2013-05-17 John Napiorkowski finished first go at better control over closing writer
2013-05-16 Jesse Updated docs for $req->secure to reflect what modern...
2013-05-14 Dagfinn Ilmari Man... Disallow negative counts for CaptureArgs and Args
2013-05-13 Dagfinn Ilmari Man... Reword error message for consistency
2013-05-13 Dagfinn Ilmari Man... Stricter checking of attributes in Catalyst::DispatchTy...
2013-05-13 John Napiorkowski another go at better async support
2013-05-10 Wallace Reis Unicode plugin: fix typo (#81261)
2013-05-10 Wallace Reis C::Engine::HTTP - docs stub
2013-05-10 Wallace Reis Update my email address
2013-05-10 Wallace Reis Unicode plugin: have it automatically applied
2013-05-04 Wallace Reis Unicode plugin: import the module and bump version
2013-05-02 John Napiorkowski basic support for delayed writes/async with docs
2013-04-12 John Napiorkowski more changelog updates and upped version in prep for... 5.90030
2013-04-11 Tomas Doran Add doc in Upgrading, for any new upgraders
2013-04-11 Tomas Doran Fix spelling in method name.
2013-04-04 John Napiorkowski merged
2013-03-29 Mark Grimes Fixes version comparison to work with developer release...
2013-03-29 Mark Grimes Fixes bug in the DispatchType::Regex depreciation warning
2013-03-29 Mark Grimes Adds mgrimes to the Authors list
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-29 John Napiorkowski fixed typo in recent checkin
2013-03-28 Mark Grimes Fixes version comparison to work with developer release...
2013-03-28 Mark Grimes Fixes bug in the DispatchType::Regex depreciation warning
2013-03-28 Mark Grimes Adds mgrimes to the Authors list
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-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 Dagfinn Ilmari Man... Fix CaptureAttr count defaulting, it was defaulting...
2013-03-18 Dagfinn Ilmari Man... Fix missing close paren in error message
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...
next