Create branch register_actions.
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-01-22 Jay Hannah Text::SimpleTable's now go as wide as $ENV{COLUMNS...
2009-01-18 Marcus Ramberg Prepare for 5.71000 release
2009-01-18 Marcus Ramberg Backport go doc bit
2009-01-12 Marcus Ramberg Backport go/visit from 5.8 (janh), prepare for dev...
2009-01-07 Jay Hannah Far more verbose error messages. Does great at making...
2008-10-15 Matt S Trout back out go() so we can ship a 5.7100 with other featur...
2008-10-01 Jess Robinson Improve docs for uri_for
2008-08-05 Jess Robinson Switch syntax example for model to use create=static
2008-07-23 Dan Dascalescu Undoing my commit since the issue had been fixed in...
2008-07-22 Dan Dascalescu Added warnign that path_to() should be called after...
2008-07-20 Marcus Ramberg Prepare for _03 dev release
2008-07-18 Brian Cassidy Ensure ACCEPT_CONTEXT is called for results from compon...
2008-07-18 Brian Cassidy Added the supplied argument to the regexp fallback...
2008-07-18 Brian Cassidy more fixes to regexp fallback, ugh.
2008-07-18 Brian Cassidy Fix regression for regexp fallback in model(), view...
2008-07-17 Brian Cassidy doc typo fix (rafl)
2008-07-16 Marcus Ramberg prepare for devel release
2008-07-16 Marcus Ramberg Prepare 5.7100
2008-07-12 Tomas Doran Clarify inner package behavior of companent instantatio...
2008-06-30 Brian Cassidy authors cleanup
2008-06-25 Marcus Ramberg Prepare for 5.7099_01
2008-06-25 Marcus Ramberg remove a confusing and duplicate bit of documentation
2008-05-30 Brian Cassidy minor change to warning. docs + Changes
2008-05-30 Brian Cassidy update some warnings
2008-05-30 Brian Cassidy rework component resolution methods (i.e. model(),...
2008-05-23 Brian Cassidy Fix regression for relative uri_for arguments after...
2008-05-09 Marcus Ramberg query param encoding patch
2008-05-07 Brian Cassidy Fix for Path('0') handling (RT #29334)
2008-05-07 Brian Cassidy Fix grammar on welcome page (RT #33236)
2008-03-12 Andy Grundman Add a test and update docs on how to pass-through the...
2008-02-11 Cory G Watson Note the detructiveness of uri_for when used with hashrefs.
2008-01-16 Brian Cassidy fix uri_for()'s handling of multibyte chars (Daisuke...
2008-01-14 Jonathan Rockway Revert "encode unicode to utf8 by default (in finalize...
2008-01-13 Jonathan Rockway encode unicode to utf8 by default (in finalize)
2008-01-13 Jonathan Rockway add a comment explaining why we use bytes
2007-10-26 Andy Grundman Bump version to 5.7012
2007-10-26 Andy Grundman Clean up some ugly code with hard tabs
2007-10-22 Jonathan Rockway fix from Jon Schutz
2007-10-19 Jonathan Rockway remove tabs that stats patch added
2007-10-19 Jonathan Rockway resolve conflict in the correct direction this time :)
2007-10-19 Jonathan Rockway merge the stats patch against .10 into trunk
2007-10-10 Andy Grundman Removed unnecessary sprintf in debug mode that caused...
2007-09-14 Brian Cassidy restarting engine fixes from willert
2007-09-07 Kieren Diment reversing rolskys patch so that it can be provided...
2007-08-27 Kieren Diment module::pluggable::object patches from rolsky
2007-08-22 Andy Grundman Fixed bug in HTTP engine where writes could fail with...
2007-08-22 Marcus Ramberg prep for release
2007-08-21 Marcus Ramberg prepare for cpan release
2007-08-21 Matt S Trout fix plugin loading
2007-08-03 Andy Grundman Fixed a bug where c->read didn't work properly, and...
2007-08-02 Brian Cassidy tabs => spaces
2007-07-21 Jonathan Rockway add env_value patch from (Adam Herzog)++
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-05-21 Ash Berlin Fix bug where a nested component would be setup twice
2007-05-06 Andy Grundman Don't set a content-length from a filehandle object...
2007-03-29 Andy Grundman Refactored prepare_path and prepare_query_parameters...
2007-03-25 Matt S Trout performance improvements in uri_for by inlining encoding
2007-03-21 Brian Cassidy update Changes + VERSION
2007-03-21 Brian Cassidy Handle "0" as a path
2007-03-18 Marcus Ramberg Warning in uri_for
2007-02-26 Andy Grundman Serve proper HTML for the redirect message
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 Improve performance by skipping body processing if...
2007-02-13 Kieren Diment doc improvements
2007-01-02 Jess Robinson adding _HOME docs and some other minor stuff..
2006-12-05 Jess Robinson Link to Catalyst-Manual , thanks nigel!
2006-11-19 Marcus Ramberg update welcome screen. break it up a little, and remove...
2006-11-15 Ash Berlin Make sure '?' are encoded in path parts for uri_for
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 Marcus Ramberg prepare for release.
2006-11-06 David Kamholz tweak debug output slightly
2006-11-04 David Kamholz rework $c->stats to cooperate with new subrequest plugin
2006-10-11 Marcus Ramberg current_view patch.
2006-09-21 Marcus Ramberg prepared for 03
2006-09-17 Marcus Ramberg prepared for release.
2006-09-14 Yuval Kogman document $c->detach with no args
2006-08-15 Matt S Trout uri_for fixup (with thanks to phaylon)
2006-07-25 Yuval Kogman dwc++'s fix
2006-07-19 Marcus Ramberg prepared for 5.7001
2006-07-15 Brian Cassidy Fix to allow uri_for and uri_with to stringify non...
2006-07-15 Brian Cassidy Fix component_setup + tests
2006-07-06 Matt S Trout fixup pod
2006-07-06 Marcus Ramberg Prepared to release 5.7000
2006-07-05 David Kamholz two tiny cleanups in trunk
2006-07-04 David Kamholz don't export some functions we don't need to export...
2006-07-04 Jesse Sheidlower Installation doc adds; tweaks to docs of C.pm
2006-07-03 David Kamholz further cleanup to stats code
2006-07-02 David Kamholz clean up debug server stats code, now resembles working
2006-06-28 Marcus Ramberg prepared for dev relase 03
2006-06-28 Brian Cassidy fix the list of plugins in the debug output
2006-06-22 Matt S Trout put VERSION back into Catalyst for MB retardation
2006-06-22 Matt S Trout moved version to ::Runtime, modified Makefile.PL
2006-06-11 Matt S Trout added the ability to specify extra options for componen...
2006-06-11 Matt S Trout updated require idiom to use new ensure_class_loaded...
2006-06-11 Matt S Trout use the latest Module::Pluggable
next