simplify some code
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
2015-03-26 John Napiorkowski simplify some code
2015-03-26 John Napiorkowski make sure we can properly do utf8 constraints
2015-03-26 John Napiorkowski first pass at constraints on uri_for
2015-03-26 John Napiorkowski fixed POD error
2015-03-25 John Napiorkowski merged from master to sync release
2015-03-25 John Napiorkowski fix for bug around evil query params and docs
2015-03-25 John Napiorkowski preparing docs for release
2015-03-02 John Napiorkowski Merge branch 'master' into australorp
2015-02-23 John Napiorkowski ready for upload
2015-02-23 John Napiorkowski when a POST supplies content encoding, dont assume...
2015-02-17 John Napiorkowski update changes and update version in prep for release 5.90083
2015-01-20 André Walker Add my IRC handle
2015-01-20 André Walker Fix OPTIONS HTTP Method
2015-01-10 John Napiorkowski fixed another regression
2015-01-10 John Napiorkowski remove horrid hack, add test cases 5.90081
2015-01-10 John Napiorkowski first post on australorp
2015-01-09 John Napiorkowski ready for release 5.90080
2015-01-07 John Napiorkowski docs and ready for release testing
2015-01-07 John Napiorkowski up version for pending release
2015-01-07 John Napiorkowski tests and donot let you change encoding too late into...
2015-01-07 Alexander Hartmaier fix spelling to satisfy t/author/spelling.t
2015-01-05 John Napiorkowski more docs
2015-01-02 John Napiorkowski fix broken test case, update copyright date 5.90079
2015-01-02 John Napiorkowski documentation and up version
2014-12-31 John Napiorkowski more release docs updates, and fixed some config options;
2014-12-31 John Napiorkowski merged and resolved conflicts from stable
2014-12-31 John Napiorkowski inc version for release 45.90078 5.90078
2014-12-31 John Napiorkowski Merge branch 'master' of https://github.com/davewood...
2014-12-31 John Napiorkowski docs and new test cases
2014-12-31 David Schmidt refactor HTTP exception check
2014-12-31 David Schmidt rm whitespace, fix typo, add contributor
2014-12-30 David Schmidt backcompat http-exception handling by middleware
2014-12-26 John Napiorkowski starting to prep release version info
2014-12-26 John Napiorkowski changes so that we skip encoding under programmatic...
2014-12-18 John Napiorkowski more tests for utf8 and docs
2014-12-10 John Napiorkowski a few extra url generation tests
2014-12-03 John Napiorkowski do not run tests that fail when debug mode is active
2014-12-02 John Napiorkowski fixed typo 5.90079_002
2014-12-02 John Napiorkowski finished the scheme matching and uri_for updates
2014-12-02 John Napiorkowski proxy object for the PSGI writer
2014-12-02 John Napiorkowski more utf8 tests and fixes
2014-11-25 John Napiorkowski moved the new redirect test to a place where it doesnt...
2014-11-25 John Napiorkowski merged from master
2014-11-25 John Napiorkowski make the new encoding stuff work with ash multivalue...
2014-11-25 John Napiorkowski fixed how upload info is added to parameters
2014-11-24 John Napiorkowski more unicode fixes
2014-11-24 John Napiorkowski fix unicode in chain and path parts + debug console
2014-11-19 John Napiorkowski make the env in Engine weak so that its request scoped 5.90077
2014-11-13 John Napiorkowski make the httpexception filter more choosey
2014-10-30 John Napiorkowski use Encode, and some minor code optimization
2014-10-29 John Napiorkowski first go at make uri_for utf8 correct
2014-10-06 John Napiorkowski first go at documentation patch for known param exploit
2014-10-01 John Napiorkowski update version and changes for release
2014-09-26 John Napiorkowski remove is_utf8
2014-09-26 John Napiorkowski evolve the stash middleware a bit. add a test case...
2014-09-26 John Napiorkowski to_app alias
2014-09-23 John Napiorkowski up version for pending release
2014-09-23 John Napiorkowski do not decode values that are undefined
2014-09-15 John Napiorkowski better warnings when code is stupid and calls ->params... 5.90072
2014-08-10 Henry Van Styn prep for release - 5.90071 5.90071
2014-08-07 John Napiorkowski prep for release 5.90070
2014-08-07 John Napiorkowski up version for release
2014-08-06 John Napiorkowski updated changelog
2014-07-21 John Napiorkowski merged the encoding plugin to Catalyst.p,
2014-07-14 John Napiorkowski cleaned up stash interface
2014-06-28 John Napiorkowski removed a bit more PSGI::Engine backcompat
2014-06-10 John Napiorkowski up version prep for release
2014-06-10 John Napiorkowski stash is now middleware
2014-06-06 John Napiorkowski make sure when http exceptions donot abort exising...
2014-06-04 Henry Van Styn version 5.90065 5.90065
2014-05-27 John Napiorkowski merge new log stuff
2014-05-13 Henry Van Styn Misc tweaks per mst
2014-05-13 Henry Van Styn API change: autoflush (log) now on by default + unit...
2014-05-12 Henry Van Styn Back to 0/1 for true/flase setting for autoflush
2014-05-12 Henry Van Styn Turn autoflush off via undef instead of 0 for consistency
2014-05-12 Henry Van Styn Added 'autoflush' to Catalyst::Log + enabled during...
2014-05-05 Dagfinn Ilmari Man... Fix spelling, grammar and structural errors in POD
2014-05-05 John Napiorkowski up version and uodate changelog for release 5.90064
2014-05-01 John Napiorkowski docs and correct middleware order
2014-05-01 John Napiorkowski change info and version
2014-05-01 John Napiorkowski fixed case where end action was called even if an http...
2014-04-14 John Napiorkowski fix for problem when a http style exception overloads... 5.90062
2014-03-10 John Napiorkowski prep for release 5.90061
2014-03-10 Henry Van Styn Moved setup_middleware() to after plugin setup block
2014-03-10 Henry Van Styn Moved order of plugin setup back to pre 5.90052 location
2014-02-08 John Napiorkowski upping versions and prep release 5.90060
2014-02-06 John Napiorkowski updated versions for release
2014-01-30 John Napiorkowski changed docs
2014-01-30 John Napiorkowski make class method chaining off setup possible
2014-01-28 John Napiorkowski up version for upcoming release
2014-01-27 John Napiorkowski updated copyright
2014-01-27 John Napiorkowski basic docs for the new exception stuff
2014-01-27 Upasana Use Plack::Middleware::RemoveRedundantBody
2014-01-27 John Napiorkowski some docs on the new error stuff
2014-01-23 John Napiorkowski more middleware, more listed deprecations
2014-01-21 John Napiorkowski new middleware
2013-12-30 John Napiorkowski updated changes and versions, commented on deprecations...
2013-12-26 John Napiorkowski if an exception is http, let middleware handle it
2013-12-23 John Napiorkowski mark version for next release
2013-12-23 John Napiorkowski more docs about alternative way to setup middleware
next