catagits/Catalyst-Runtime.git
2006-10-23 Jonathan Rockway enabling auto_install
2006-10-23 Jonathan Rockway adding PAR as a feature()
2006-10-23 Jonathan Rockway changing weird table to =over =item =back list
2006-10-23 Jonathan Rockway adding option to fastcgi to allow printing of log messa...
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 Fix for non-root lighttpd
2006-10-21 Andy Grundman Properly work around lighttpd PATH_INFO vs. SCRIPT_NAME...
2006-10-21 Andy Grundman Revert accidental change
2006-10-21 Andy Grundman Skip local %2F tests on remote servers
2006-10-21 Andy Grundman Run testsuite against lighttpd+fastcgi. To run: LIGHTT...
2006-10-20 Jonathan Rockway updating CR changelong to reflect CM split
2006-10-20 Jonathan Rockway Moving Catalyst::Manual from Catalyst-Runtime to Cataly...
2006-10-19 David Kamholz doh
2006-10-19 David Kamholz clean up Catalyst::Utils and fix a couple bugs in it...
2006-10-18 Jonathan Rockway fixing $req->action doc bug
2006-10-18 Kieren Diment fixed a couple of typos
2006-10-18 Andy Grundman The POE engine is called HTTP::POE. Not sure why,...
2006-10-18 Kieren Diment added -daemonise patch from Ton Voon
2006-10-18 Marcus Ramberg push Dev check to compile time (in BEGIN)
2006-10-18 Marcus Ramberg added deployment to 5.7.1 roadmap
2006-10-18 Andy Grundman Fix a few tests for apache-cgi, still not passing all...
2006-10-18 Andy Grundman Merge uri test fix from Apache engine, to support port...
2006-10-18 Andy Grundman Merge action_chained fixes from Apache engine
2006-10-17 Kieren Diment fixed typos in instructional comments at beginning
2006-10-11 Marcus Ramberg update roadmap
2006-10-11 Marcus Ramberg patch from kane
2006-10-11 Marcus Ramberg current_view patch.
2006-10-03 Kieren Diment fixed doc misinformation Catalyst::Component is th...
2006-09-30 Kennedy Clark Add README pointing people to the new tutorial location...
2006-09-28 Jess Robinson Applied patch from Ton Voon, using Catalyst::Test witho...
2006-09-27 Jonathan Rockway moving the Tutorial.pod to the new location, as well
2006-09-27 Jonathan Rockway removing old tutorial; it's now in Task-Catalyst-Tutorial
2006-09-26 Gavin Henry Fixed 'the this' mistake.
2006-09-24 Kieren Diment minor doc patch from kiki
2006-09-23 Kennedy Clark Add quick directions for testing the tutorial final...
2006-09-22 Kieren Diment changed a bunch of instructions to open files in editor...
2006-09-21 Kennedy Clark Updates for 5.7003
2006-09-21 Kennedy Clark Fix typos in Tutorial/AdvancedCRUD.pod
2006-09-21 Kennedy Clark Tweaks and minor corrections to the tutorial
2006-09-21 Kennedy Clark Add suggestion from mst.
2006-09-21 Marcus Ramberg prepared for 03
2006-09-21 Kennedy Clark Updates and additions to the tutorial.
2006-09-21 Kennedy Clark Update versions for list of plugins.
2006-09-18 Kennedy Clark Minor update to sync with 5.7002
2006-09-17 Marcus Ramberg updated to req 0.64 of M-I
2006-09-17 Marcus Ramberg prepared for release.
2006-09-14 Matt S Trout fixup for Chained and CaptureArgs
2006-09-14 Yuval Kogman document $c->detach with no args
2006-09-13 Yuval Kogman kane++'s fix for passing @INC down to the restarter...
2006-09-12 Kennedy Clark Remove extra space in Catalyst::Model::CDBI
2006-09-10 Kieren Diment applied patch from Martin Van de Streek on skipping...
2006-08-29 Kieren Diment removed link from catalyst::plugin::requiressl as it...
2006-08-29 Kieren Diment fixed silly config typo
2006-08-28 Matt S Trout fixup for hashref in action attrs from config
2006-08-27 Kennedy Clark Fix typo in vim regex
2006-08-27 Matt S Trout test for capture fix, missing svk add
2006-08-27 Matt S Trout fixup for relative Chained from namespace '' (root)
2006-08-27 Matt S Trout unescape captures
2006-08-23 Kieren Diment updated instructions to only give checkout instructions...
2006-08-22 Kieren Diment Catalyst.user => Catalyst.user_exists
2006-08-21 Kennedy Clark Fix primary keys in MySQL code.
2006-08-18 Kennedy Clark Fix svn URL for completed code in BasicCRUD.pod section.
2006-08-18 Kennedy Clark Suggestion from Ingo Wichmann.
2006-08-17 Kennedy Clark Credit to Ingo Wichmann for mentioning that Catalyst...
2006-08-17 Kennedy Clark Update DBIX_CLASS_STORAGE_DBI_DEBUG to DBIC_TRACE.
2006-08-17 Jesse Sheidlower fixed cookie-param list POD in C::Res
2006-08-15 Kennedy Clark Add note based on discussion with Sebastian Quack.
2006-08-15 Matt S Trout uri_for fixup (with thanks to phaylon)
2006-08-15 Kennedy Clark Fix typo
2006-08-03 Kennedy Clark Add section to discuss use of default template names.
2006-08-02 Kennedy Clark Updates based on suggestion from David Kurtz.
2006-07-27 Kennedy Clark Update logic in Root.pm allowing unauth access to the...
2006-07-26 Kennedy Clark Add note about disabling the TT debug options after...
2006-07-26 Kennedy Clark Fix upper/lower case in section title.
2006-07-25 Yuval Kogman dwc++'s fix
2006-07-24 Kennedy Clark Updates based on suggestions from MST.
2006-07-23 Kennedy Clark Update thanks.
2006-07-23 Kennedy Clark Update how links are handled on overview page to hopefu...
2006-07-23 Kennedy Clark Fix some typos and clarifications.
2006-07-20 Kieren Diment added recipe for content disposition from dwc
2006-07-19 Marcus Ramberg prepared for 5.7001
2006-07-19 Marcus Ramberg add roadmap
2006-07-15 Brian Cassidy added changes for last two changesets
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-11 Kennedy Clark Fix link as per email from Kevin Old (thanks, Kevin)
2006-07-09 David Kamholz cookbook cleanup, small fix in MANIFEST.SKIP
2006-07-09 Kennedy Clark Remove extraneous 'TT bogus assignment' and update...
2006-07-08 Kennedy Clark Update setting urllist (thanks, Marcus)
2006-07-08 Kennedy Clark Update based on testing of 5.7000
2006-07-08 Kennedy Clark Format Catalyst::Manual::Intro in list to match others.
2006-07-07 David Kamholz fix warning message annoyance with FastCGI engine
2006-07-07 Kennedy Clark Intro.pod patch from blblack
2006-07-07 Kennedy Clark Fix TT 2.15 issue in BasicCRUD.
2006-07-07 Marcus Ramberg Fix test skipping of http tests
2006-07-07 Marcus Ramberg prepared changes for release.
2006-07-07 Marcus Ramberg fix threads test.
2006-07-07 Kennedy Clark Add tip about use statement and element container class.
2006-07-06 Kennedy Clark Update revision numbers.
next