catagits/Catalyst-Runtime.git
2005-07-21 Andrew Ford helpers now create .new files where files to be created...
2005-07-16 Jesse Sheidlower doc patches for Intro.pod (impt. ones, too)
2005-07-15 Jesse Sheidlower s/pm/pod/ for WritingPlugins
2005-07-15 Jesse Sheidlower Cleaned up sample in WritingPlugins
2005-07-15 Jesse Sheidlower added WritingPlugins man page
2005-07-15 Jesse Sheidlower Custom Error Page added to Cookbook
2005-07-14 Marcus Ramberg added entry for serving static files with apache.
2005-07-11 Sebastian Riedel Changed credits section
2005-07-10 Danijel Milicevic Updated: Added entry to FAQ
2005-07-08 Danijel Milicevic Updated: Added FAQ entries
2005-07-07 Jesse Sheidlower Cookbook: outside classes; tweaks
2005-07-07 Jesse Sheidlower Intro: using outside Models in Cat
2005-07-07 Jesse Sheidlower Cookbook doc adds (thanks chisel!)
2005-07-06 Jesse Sheidlower fixed borked Cookbook merge
2005-07-06 Jesse Sheidlower Doc tweaks from drewbie
2005-07-06 Sebastian Riedel Renamed the THANK YOU section to CREDITS
2005-07-06 Jesse Sheidlower incorporated static discussion from andyg into Cookbook.pod
2005-07-05 Sebastian Riedel Added attributes for detach
2005-07-05 Jesse Sheidlower added description of detach in Intro.pod
2005-07-05 Sebastian Riedel Fixed $Data::Dumper::Terse
2005-07-04 Marcus Ramberg prepared for 5.30 release.
2005-07-01 Christian Hansen Fixed $c->request->cookie, and improved detection of...
2005-06-28 Christian Hansen Updated Changes
2005-06-28 Christian Hansen Added comment in Catalyst::Import()
2005-06-28 Marcus Ramberg fix import inheritance bug.
2005-06-28 Christian Hansen Better error message if $c->forward fails to find actio...
2005-06-27 Jesse Sheidlower additions to Plugins manual page
2005-06-27 Jesse Sheidlower updated and fixed C::View::TT docs
2005-06-26 Jesse Sheidlower more on built-in actions in Intro.pod
2005-06-24 Jesse Sheidlower rewrite of flow control in Intro.pod
2005-06-24 Christian Hansen Take a copy of arguments
2005-06-24 Marcus Ramberg added test for root overriding automatic detection.
2005-06-24 Christian Hansen added C::Utils::class2tempdir()
2005-06-24 Christian Hansen refactored $c->forward
2005-06-24 Marcus Ramberg updated intro pod to explain forward better, and the...
2005-06-24 Marcus Ramberg Allow forward with arguments.
2005-06-24 Marcus Ramberg revised angry smiley.
2005-06-23 Jesse Sheidlower un-typoed last commit
2005-06-23 Marcus Ramberg updated cookbook
2005-06-23 Marcus Ramberg fix: Allow overriding home/root
2005-06-23 Marcus Ramberg minor pod fix to make tests pass.
2005-06-23 Sebastian Riedel Added Catalyst::Helper::Controller::Scaffold
2005-06-23 Christian Hansen Updated Changes
2005-06-23 Christian Hansen Improved rendering error messages in $c->finalize_error
2005-06-22 Christian Hansen Updated Helper.pm MANIFEST and Changes
2005-06-21 Christian Hansen Moved logic from Catalyst::import() to Catalyst::Setup...
2005-06-21 Christian Hansen Move setup to C::Setup
2005-06-21 Christian Hansen Updated docs in Catalyst::Setup
2005-06-21 Christian Hansen Moved all setup methods to Catalyst::Setup
2005-06-20 Christian Hansen Remove BEGIN from C::Log
2005-06-20 Christian Hansen Fixed table debug output
2005-06-20 Christian Hansen Fixed table debug messages to be more portable
2005-06-20 Christian Hansen Added $req->cookie
2005-06-18 Christian Hansen restore prevoius revision for Base.pm
2005-06-17 Sebastian Riedel Fixed global config for components, borked by chansen :(
2005-06-17 Christian Hansen Don't override debug flag if set
2005-06-17 Christian Hansen Don't push Catalyst/MyApp at @main::ISA
2005-06-17 Christian Hansen Don't warn if caller is main
2005-06-17 Christian Hansen refactored Catalyst::import()
2005-06-16 Jesse Sheidlower minor typo in Request.pm
2005-06-16 Jesse Sheidlower docs: section on params in Intro.pod
2005-06-14 Christian Hansen Added docs to Catalyst::Exception
2005-06-14 Christian Hansen Added Catalyst::Exception
2005-06-13 Sebastian Riedel Fixed Catalyst pod
2005-06-12 Matt S Trout - Added multi-action-from-begin example to cookbook
2005-06-11 Marcus Ramberg Make Module::Build make README automatically.
2005-06-11 Danijel Milicevic Fixed: Applied Cookbook patch
2005-06-11 Christian Hansen Raise dependency version of HTTP::Headers to 1.59
2005-06-10 Sebastian Riedel Updated Changes
2005-06-10 Sebastian Riedel Added $c->detach for non returning forwards
2005-06-10 Sebastian Riedel Fixed typo
2005-06-10 Sebastian Riedel Fixed typo
2005-06-10 Sebastian Riedel Fixed helper template
2005-06-10 Sebastian Riedel Fixed helper templates...again...
2005-06-08 Sebastian Riedel Added support for case sensitivity
2005-06-08 Sebastian Riedel Improved helper templates and test naming scheme
2005-06-07 Christian Hansen Fixed regexp in Helper (David Storrs)
2005-06-07 Christian Hansen Applied doc patch (Andy Grundman)
2005-06-07 Christian Hansen Raise dependency on Path::Class to 0.09
2005-06-07 Christian Hansen Prettify home path by resolving '..' (Andy Grundman)
2005-06-07 Christian Hansen reverted latest path from Andy Grundman
2005-06-06 Sebastian Riedel Updated to 5.24
2005-06-06 Sebastian Riedel Fixed scripts on win32
2005-06-03 Danijel Milicevic Fixed: Formatting of Intro.pod
2005-06-03 Danijel Milicevic Fixed: Path() in Intro.pod
2005-06-03 Marcus Ramberg prepared for 5.23
2005-06-03 Christian Hansen Removed absolute path handling
2005-06-02 Christian Hansen Fixed, stringyfy MyApp->config->{home}
2005-06-02 Christian Hansen Fixed config->{home} to be absolute
2005-06-02 Christian Hansen Fixed C::E::H::Daemon, C::E::Server and Catalyst::Plugi...
2005-05-31 Christian Hansen Fixed HTTP/1.1 issues
2005-05-31 Christian Hansen Added block detection to C::E::Daemon
2005-05-30 Christian Hansen Added Win32 fixes for C::E::H::Daemon
2005-05-30 Christian Hansen Fixed Keep-Alive
2005-05-30 Christian Hansen Use SOMAXCONN in C::E::H::Daemon
2005-05-30 Christian Hansen Added Win32 fixes fro non blocking io in C::E::H::Daemon
2005-05-30 Christian Hansen Fiexed tiemouts in C::E::H:Daemon
2005-05-30 Christian Hansen Minor cleanup in H::Daemon
2005-05-30 Christian Hansen Added timeout to C::E::H::Daemon
2005-05-29 Christian Hansen Improved H::Daemon
next