Merge branch 'component_lookup_issue'
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
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
2013-12-22 John Napiorkowski merged fix for regression from master
2013-12-22 John Napiorkowski fix reported reversion
2013-12-21 John Napiorkowski tag the next dev version to make it easier to locally...
2013-12-21 John Napiorkowski remove custom catalyst code and use Plack Middleware...
2013-12-21 John Napiorkowski let people know if they are doing wrong
2013-12-19 John Napiorkowski remove regexp for good 5.90059_001
2013-12-18 John Napiorkowski up version in prep for release
2013-12-18 John Napiorkowski rerun setup during setup after plugins are installed
2013-12-16 Alexander Hartmaier fixed first block of startup debug messages missing...
2013-11-07 John Napiorkowski up version and record changes for new release 5.90051
2013-11-05 John Napiorkowski merged up and set versions for release 5.90050
2013-11-05 John Napiorkowski make predicate on io_fh private
2013-11-05 John Napiorkowski updated changes
2013-10-31 John Napiorkowski upped verison info
2013-10-23 John Napiorkowski test cases and fixes for the nested param data handler
2013-10-23 John Napiorkowski spelling fixes and more docs
2013-10-23 John Napiorkowski removed plack.request keys
2013-10-18 John Napiorkowski upped versions prepped release
2013-10-18 John Napiorkowski let you use Hash::MultiValue everywhere if you like it
2013-10-17 John Napiorkowski use more popular json parsers
2013-09-20 John Napiorkowski upped version
2013-09-20 John Napiorkowski merged conflicts
2013-09-20 John Napiorkowski actually document the new request body_data method
2013-09-13 Karen Etheridge get metaclass using preferred mechanism, via Moose
2013-09-08 Karen Etheridge Class::MOP::load_class, is_class_loaded was deprecated...
2013-08-27 Gerda Shank some doc on alternatives to 'forward'
2013-08-23 John Napiorkowski make JSON::MaybeXS only load if it is asked for
2013-08-21 John Napiorkowski prepping changefile and version info
2013-08-20 John Napiorkowski fixed startup debug screen output warnings and display
2013-08-20 John Napiorkowski first pass at data handlers
2013-07-31 John Napiorkowski do not die if middleware has no VERSION
2013-07-28 John Napiorkowski remove documentation about adding middleware via setup_...
2013-07-26 John Napiorkowski make sure we try looking in th project namespace for...
2013-07-26 John Napiorkowski make middleware less like to cause issues if people...
2013-07-24 John Napiorkowski first draft psgi middleware support complete
2013-07-23 John Napiorkowski fix pod and spelling errors
2013-07-23 John Napiorkowski added documention for PSGI middleware
2013-07-23 John Napiorkowski first draft of inline middleware
2013-07-18 John Napiorkowski outline for PSGI middleware
2013-07-10 John Napiorkowski adding some internal documentation regarding backcompat...
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-14 Ashley Pond V Long standing regression/never prod? grokbase.com/t...
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 better docs for the detach on die feature
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-10 Wallace Reis Update my email address
2013-05-10 Wallace Reis Unicode plugin: have it automatically applied
2013-04-12 John Napiorkowski more changelog updates and upped version in prep for... 5.90030
2013-03-29 Mark Grimes Adds mgrimes to the Authors list
2013-03-29 John Napiorkowski fixed typo in recent checkin
2013-03-28 Mark Grimes Adds mgrimes to the Authors list
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-06 John Napiorkowski add version number change
2013-01-26 Colin Newell HTML encode the link in the 302 redirect page to preven...
2012-12-04 Tomas Doran Version 5.90019 5.90019
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-08-16 John Napiorkowski claim a version for release 5.90016
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-05-16 Tomas Doran Version 5.90012 5.90012
next