Fixed a bug where c->read didn't work properly, and added some tests for parse_on_dem...
[catagits/Catalyst-Runtime.git] / Changes
2007-08-03 Andy Grundman Fixed a bug where c->read didn't work properly, and...
2007-08-03 Andy Grundman Added req->query_keywords method
2007-08-02 Brian Cassidy remove warning for undef captures
2007-07-20 Marcus Ramberg add warning in uri_for for undefined args
2007-07-19 Brian Cassidy applied elapsed time handling patch from Emanuele Zeppieri
2007-07-18 Marcus Ramberg Make _register_plugin use ensure_class_loaded
2007-07-18 Marcus Ramberg Better error handling
2007-05-21 Ash Berlin Fix bug where a nested component would be setup twice
2007-05-16 Andy Grundman Fixed issue where development server running in fork...
2007-05-06 Andy Grundman Update Changes for content-length fix
2007-04-16 Marcus Ramberg Doc fix
2007-04-04 Kieren Diment fixed bodged svk push
2007-04-04 Kieren Diment (no commit message)
2007-04-04 Kieren Diment r9568@zaphod (orig r6091): ash | 2007-02-22 04:43...
2007-04-02 Andy Grundman Revert the c->req->keywords change, this is a feature...
2007-04-01 Andy Grundman Revert r6239, apreq stuff will go into the current...
2007-03-30 Brian Cassidy revert PathPrefix from trunk
2007-03-29 Brian Cassidy added PathPrefix from branch
2007-03-29 Andy Grundman Add a note on the performance of APR::Request
2007-03-29 Andy Grundman Decode URIs with APR::Request if available
2007-03-29 Andy Grundman Refactored prepare_path and prepare_query_parameters...
2007-03-27 Andy Grundman Require HTTP::Body 0.9, added a few tests to check...
2007-03-27 Brian Cassidy fix release date of 5.7006 in Changes
2007-03-26 Andy Grundman Support SIGHUP in the HTTP engine
2007-03-26 Andy Grundman Fix date for the 7007 release
2007-03-26 Andy Grundman Update Changes to include mention of HTTP::Body fix
2007-03-25 Matt S Trout performance improvements in uri_for by inlining encoding
2007-03-21 Brian Cassidy update Changes + VERSION
2007-03-18 Marcus Ramberg Warning in uri_for
2007-03-13 Marcus Ramberg release 5.7007
2007-03-13 Andy Grundman Put back r6145 that was blown away by a bad commit
2007-03-12 Kieren Diment r9710@zaphod (orig r6123): andyg | 2007-02-28 17:45...
2007-03-12 Kieren Diment r9552@zaphod (orig r6082): jrockway | 2007-02-17 04...
2007-03-09 Andy Grundman Re-enable keep-alive support in HTTP engine, with a...
2007-02-28 Andy Grundman Improved performance and stability of built-in HTTP...
2007-02-26 Andy Grundman Patch from zamolxes: MyApp->model/view now looks at...
2007-02-23 Andy Grundman Add a default body to redirect responses
2007-02-23 Andy Grundman Revert ningu's body change, can't see a good reason...
2007-02-23 Andy Grundman Improve performance by skipping body processing if...
2006-12-14 Andy Grundman Fix Restarter::Watcher to support delay of 0
2006-12-11 David Kamholz fix to Catalyst::Request body()
2006-11-17 Jonathan Rockway fix changelog. tabs -> 8 spaces; 5.7007 changelist...
2006-11-13 Marcus Ramberg preapre for 006
2006-11-08 Brian Cassidy fix undef values in params sent to uri_with() and uri_for()
2006-11-07 Andy Grundman Updated HTTP::Body dep to 0.6, fixes holoway's POST bug
2006-11-07 Marcus Ramberg prepare for release.
2006-11-07 Jonathan Rockway moved installation instructions from C::M to C::R
2006-11-07 Andy Grundman Forgot to commit Changes
2006-11-06 David Kamholz again
2006-11-06 David Kamholz update Changes
2006-10-25 Andy Grundman Small tweaks to the socket code for IE crasher
2006-10-23 Jonathan Rockway update changelog to reflect: 5.7004 instead of ?; fastc...
2006-10-23 Andy Grundman Patch from Jesper Krogh to keep Engine::HTTP from crash...
2006-10-23 David Kamholz update Changes
2006-10-21 Andy Grundman Properly work around lighttpd PATH_INFO vs. SCRIPT_NAME...
2006-10-20 Jonathan Rockway updating CR changelong to reflect CM split
2006-10-11 Marcus Ramberg patch from kane
2006-10-11 Marcus Ramberg current_view patch.
2006-09-28 Jess Robinson Applied patch from Ton Voon, using Catalyst::Test witho...
2006-09-21 Marcus Ramberg prepared for 03
2006-09-17 Marcus Ramberg prepared for release.
2006-09-14 Matt S Trout fixup for Chained and CaptureArgs
2006-08-28 Matt S Trout fixup for hashref in action attrs from config
2006-08-27 Matt S Trout fixup for relative Chained from namespace '' (root)
2006-07-19 Marcus Ramberg prepared for 5.7001
2006-07-15 Brian Cassidy added changes for last two changesets
2006-07-07 David Kamholz fix warning message annoyance with FastCGI engine
2006-07-07 Marcus Ramberg prepared changes for release.
2006-07-06 Matt S Trout updated Makefile.PL to need 0.63
2006-07-06 Matt S Trout fixes to uri_for_action on Chained
2006-07-06 Marcus Ramberg Prepared to release 5.7000
2006-06-28 Marcus Ramberg prepared for dev relase 03
2006-06-28 Matt S Trout update changes
2006-06-22 Matt S Trout updated Changes
2006-06-18 Matt S Trout removed retarded registration requirement in dispatcher
2006-06-11 Matt S Trout initial Module::Pluggable work
2006-06-03 Matt S Trout extended uri_for, added uri_for_action to dispatcher
2006-06-03 Matt S Trout added Catalyst::Component->action_for
2006-06-03 Matt S Trout multimethod dispatch
2006-06-02 Matt S Trout added actions-paths-from-config
2006-05-31 Brian Cassidy added merge_config_hashes convenience method
2006-05-26 Matt S Trout Swapped out CGI::Cookie for CGI::Simple::Cookie, dumped...
2006-05-25 Matt S Trout nuked Test::NoWarnings
2006-05-25 Matt S Trout removed UNIVERSAL::require from core
2006-05-24 Brian Cassidy Plugins are no longer bundled
2006-05-23 Brian Cassidy updated Changes
2006-05-22 Matt S Trout nuked each() out of core with prejudice
2006-05-19 Matt S Trout Use Class::Inspector->loaded() instead of ->can('can')
2006-05-19 Matt S Trout added ActionClass attribute
2006-05-19 Marcus Ramberg updated log format
2006-05-19 Matt S Trout remove Test::WWW::Mechanize::Catalyst from Makefile...
2006-05-18 Matt S Trout Updated docs for Catalyst::Component
2006-05-18 Matt S Trout Separated execute and dispatch on Catalyst::Action
2006-05-18 Marcus Ramberg further doc updates.
2006-05-18 Matt S Trout clean up logging and debug output, minor doc fixes
2006-05-10 Matt S Trout Added warning for setup after setup
2006-05-10 Matt S Trout fixup POD to only mention DBIC::Schema model, not DBIC
2006-05-09 Brian Cassidy ConfigLoader updated to version 0.07
2006-05-07 Matt S Trout Fixed config and subclassing in Catalyst::Component
2006-05-04 Andy Grundman 5.6902 release
next