Avoid a call to the slow str2time when setting HTTP Date header
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
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
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-02 Brian Cassidy conditional script gen check
2006-06-02 Brian Cassidy remove script gen
2006-06-01 Jesse Sheidlower small typo in synopsis
2006-05-28 Matt S Trout minor docfix
2006-05-25 Matt S Trout removed UNIVERSAL::require from core
2006-05-22 Matt S Trout nuked each() out of core with prejudice
2006-05-19 Marcus Ramberg updated log format
2006-05-18 Matt S Trout remove duff croak added by mistake
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 Yuval Kogman s/snippets/captures/
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-04 Andy Grundman 5.6902 release
2006-05-03 Marcus Ramberg prepare for yet another bugfix release.
2006-05-03 Marcus Ramberg prepared for 5.6900
2006-04-24 Andy Grundman 5.678 version and changes, not tagging because dist...
2006-04-24 Brian Cassidy ignore undefined values in uri_for and uri_with
2006-04-23 Marcus Ramberg prepared for release
2006-04-22 Andy Grundman Bump Catalyst version to 5.67
2006-04-22 Yuval Kogman Document implicit eval { } in ->execute
2006-04-22 Yuval Kogman DWIM continuation statistics
2006-04-21 Yuval Kogman new incarnation of the continuation plugin
2006-04-21 Brian Cassidy make uri_for unicode safe
2006-04-20 Sebastian Riedel Updated irc channel
2006-04-20 Sebastian Riedel Chenged official irc channel
2006-04-18 Marcus Ramberg Handle $c->error called as a class method.
2006-04-01 Matt S Trout Added models/views/controllers methods
2006-03-26 Matt S Trout Updated uri_for signature
2006-03-26 Andy Grundman Added ability for engines to run the entire prepare...
2006-03-25 Matt S Trout Refactored component fetch code a bit
2006-03-25 Matt S Trout Got rid of Path::Class imports
2006-03-23 Yuval Kogman Add the clear_errors method
2006-03-16 David Kamholz apply docs patch from Carl Franks (thanks!) with a...
2006-03-15 Marcus Ramberg lots of new docs,
2006-03-15 David Kamholz minor doc improvements
2006-03-12 Matt S Trout Looping and recursion tests plus a fix
2006-03-02 Sebastian Riedel Cleaned generated tests
2006-03-01 David Kamholz fix silly bug in finalize_headers
2006-02-27 Curtis "Ovid" Poe Fixed a bug I introduced whereby registered_plugins...
2006-02-26 Matt S Trout Fixes to model/view/controller methods from Brandon...
2006-02-26 Sebastian Riedel Updated helper for Root class
2006-02-24 Matt S Trout Doc patch for uri_for from 'mike'
2006-02-21 Marcus Ramberg prepared for release of 5.65
2006-02-17 Curtis "Ovid" Poe Added plugin introspection.
2006-02-15 Marcus Ramberg support hashref for params in uri_for
2006-01-30 Sebastian Riedel Cleaned up generated tests
2006-01-30 Sebastian Riedel Added ConfigLoader support, LTjake needs to inline...
2006-01-30 Sebastian Riedel YAML support is back, yay!
2006-01-29 Yuval Kogman Warn when setting ->config after ->setup was called
2006-01-26 Sebastian Riedel Removed YAML support
2006-01-25 Matt S Trout Fixups to ACCEPT_CONTEXT and COMPONENT
2006-01-25 Sebastian Riedel Switched from JSON to YAML::Syck
2006-01-25 Sebastian Riedel Updated helper gen
2006-01-25 Sebastian Riedel Switched from YAML to JSON for now
2006-01-22 Matt S Trout Upped version in Catalyst.pm
2006-01-21 Sebastian Riedel Updated prereq versions
2006-01-17 Jess Robinson Added Tutorial to welcome_message
2006-01-17 Matt S Trout - Bugfix to make sure ->execute uses a component from...
2006-01-17 Andy Grundman Prep for 5.62 release
2006-01-17 Andy Grundman Back to 6.00 at sri's request
2006-01-15 Jess Robinson fix typo in docs
2006-01-15 Jess Robinson "forward" docs updated
2006-01-14 Curtis "Ovid" Poe Tiny document update to make it a bit clearer how one...
next