Merge branch 'rrwo/log_stats_report'
[catagits/Catalyst-Runtime.git] / lib /
2018-11-27 Robert Rothenberg Add note about new method in Upgrading.pod
2018-11-27 Robert Rothenberg Split code to log stats report (RT#127392)
2018-11-27 Graham Knop stop throwing warnings when REMOTE_ADDR is undef
2018-11-27 Alexander Hartmaier required doesn't make sense with default
2018-11-27 Alexander Hartmaier log warnings when hostname resolving fails
2018-11-27 Alexander Hartmaier fix $c->req->hostname empty for IPv6 clients (RT#75731)
2018-11-03 Graham Knop Bumping version to 5.90122
2018-10-22 Graham Knop Bumping version to 5.90_121
2018-10-21 Graham Knop use PerlIO::utf8_strict for decoding uploads
2018-10-21 Graham Knop fix decoded uploads
2018-10-21 Graham Knop use debug warnings rather than carp when uri_for args...
2018-10-19 Karen Etheridge Bumping version to 5.90120
2018-09-23 Karen Etheridge Bumping version to 5.90119
2018-05-01 Graham Knop use normal version for Catalyst::Plugin::Unicode::Encoding
2018-04-30 Graham Knop Bumping version to 5.90118
2018-04-30 Graham Knop fix uri_for handling of fragment with unblessed path
2018-04-13 Graham Knop whitespace cleanup
2018-04-13 Graham Knop drop namespace::autoclean
2018-04-12 Graham Knop just use JSON::MaybeXS, not JSON.pm
2018-04-12 Graham Knop remove unused dep on Tree::Simple::Visitor::FindByPath...
2018-03-29 Graham Knop improve comment about version comment
2018-03-28 Graham Knop fix some pod formatting code errors
2018-03-28 Graham Knop fix typo in Catalyst::Utils pod
2018-01-23 Graham Knop adding comment with real version to unicode plugin
2018-01-21 John Napiorkowski reported errors 5.90117
2018-01-18 John Napiorkowski document changes
2018-01-16 Jay Hannah Merge branch 'pr/157' into release-candidates/rc-5...
2018-01-16 Jay Hannah Merge branch 'pr/156' into release-candidates/rc-5...
2018-01-16 Jay Hannah Merge branch 'pr/154' into release-candidates/rc-5...
2018-01-16 Jay Hannah Merge branch 'pr/152' into release-candidates/rc-5...
2018-01-16 Jay Hannah Merge branch 'pr/135' into release-candidates/rc-5...
2018-01-05 Jay Hannah Catalyst::Test request() docs patch
2018-01-03 LNATION remove my tab
2018-01-03 LNATION make the missing data handler exception slightly more...
2017-10-25 Ferruccio Zamuner Merge remote-tracking branch 'upstream/master'
2017-09-26 Graham Knop use uniq from List::Util
2017-09-26 Graham Knop stop using Moo as a test package
2017-09-26 Graham Knop clean up contributors
2017-09-11 Dagfinn Ilmari Man... Fix double-encoding of spaces in query parameter keys...
2017-09-11 Dagfinn Ilmari Man... Fix spelling test failures
2017-05-01 John Napiorkowski versions
2017-05-01 John Napiorkowski removed badges for now until I can make them work 5.90115
2017-05-01 John Napiorkowski update readme
2017-05-01 John Napiorkowski Merge branch 'master' of https://github.com/simonamor...
2017-05-01 John Napiorkowski Merge branch 'master' of https://github.com/tremor69...
2017-05-01 John Napiorkowski Merge branch 'abort-chain-doc-and-test' of https:/...
2017-05-01 John Napiorkowski Merge branch 'colin/encoding_doc' of https://github...
2017-03-28 Karen Etheridge do not require MXRWO if Moose is new enough to have...
2017-03-28 Karen Etheridge use simpler code syntax in pod
2017-03-23 Aaron Crane Avoid List::MoreUtils
2017-03-19 Andrew Rodland Fix ensure_class_loaded in Catalyst::ScriptRole
2017-03-03 Colin Newell Added a further hint for how to turn off automatic...
2017-01-30 Peter Mottram Add support for HTTP PATCH for body_data
2017-01-27 Simon Amor Change behaviour for terminal width detection
2016-12-23 Tobias Klug fixes debug output of body and query parameters with...
2016-12-19 John Napiorkowski proposed new release
2016-12-19 John Napiorkowski proposed fix to endless bug
2016-12-15 John Napiorkowski weaken evil hack 5.90113
2016-12-15 John Napiorkowski documented changes
2016-12-15 John Napiorkowski Merge branch 'topic/evilstash'
2016-12-15 John Napiorkowski docs and allow ../
2016-12-15 John Napiorkowski test case and proposed fix
2016-10-12 Ferruccio Zamuner fix the POD for finalize_headers
2016-09-21 John Napiorkowski for people that do silly things
2016-09-03 Matt S Trout sort controllers in setup_actions
2016-08-30 Marco Pessotto Updated doc and provided tests for abort_chain_on_error_fix
2016-07-25 John Napiorkowski speeling fixes from Debian 5.90112
2016-07-25 James Chao Prevent error on param encoding if encoding is not...
2016-07-25 John Napiorkowski test case for reported regression
2016-07-20 John Napiorkowski version info for release
2016-07-20 John Napiorkowski Merge pull request #144 from melmothx/unicode-exceptions 5.90111
2016-07-20 John Napiorkowski prep release 5.90110
2016-07-20 Marco Pessotto Be clearer about the return value of handle_unicode_exc...
2016-07-20 Marco Pessotto Document and test what handle_unicode_exception is...
2016-07-19 John Napiorkowski make sure we are explicit in the return
2016-07-18 John Napiorkowski query not checks unicode like post and args
2016-07-18 Marco Pessotto documentation patch (edited by jnap)
2016-07-15 John Napiorkowski trap http exceptions in prepare response phase
2016-07-06 John Napiorkowski release 5.90106
2016-07-06 John Napiorkowski fix for debug regression caused by commit 5dd46e24eedec...
2016-06-08 John Napiorkowski added info to Delta file
2016-06-08 John Napiorkowski compose req/res/stats class much much ;ater
2016-06-08 John Napiorkowski fix noisy logs with header set aftger finalize 5.90105
2016-06-08 John Napiorkowski set new version for release
2016-06-08 John Napiorkowski fixed reported c->state regression
2016-06-08 John Napiorkowski Merge branch 'execute_exception' of https://github...
2016-06-08 John Napiorkowski improved req/res/stats trait composing
2016-06-07 Chase Venters Add test case for $c->state and exceptions inside ...
2016-05-20 asparkman Corrects minor error in prepare_query_parameters
2016-05-20 asparkman Makes query_keywords and query_parameters orthogonal
2016-04-04 John Napiorkowski documention for cpan release
2016-04-04 John Napiorkowski Merge branch 'topic/debug_warnings'
2016-04-01 Matthew Horsfall Fix file uploads with utf8 form field names. RT#113486
2016-03-01 John Napiorkowski separate arg compare from display better
2016-02-22 John Napiorkowski use normalized args to silence warnings in DEBUG mode
2015-11-12 Matt S Trout 0.090103 release commit 0.090103 5.90103
2015-11-12 Matt S Trout fixup speling erors
2015-11-09 John Napiorkowski fixed reportred regression on auto actions
2015-11-07 Matt S Trout switch list_extra_info back to using real Args value
2015-11-07 Thomas Sibley Parse attributes with empty parens as undef
next