catagits/Catalyst-Runtime.git
2006-11-19 Marcus Ramberg refactored to leave synopsis to the top, and move the...
2006-11-19 Jesse Sheidlower typo in Chained docs
2006-11-19 Marcus Ramberg deprecate Catalyst::Base (left for compability reasons)
2006-11-17 Jonathan Rockway fix changelog. tabs -> 8 spaces; 5.7007 changelist...
2006-11-17 Jonathan Rockway applying a documentation fix regarding file uploads...
2006-11-17 Jonathan Rockway applying upload fix patch from Carl Franks (see message...
2006-11-16 Brian Cassidy removed features and fcgi/par evals since they are...
2006-11-15 Ash Berlin Make sure '?' are encoded in path parts for uri_for
2006-11-14 Ash Berlin warning: do not mix Ash + svk (reverted previous commit...
2006-11-14 Ash Berlin Actualy fixed this test now
2006-11-14 Christian Hansen force scalar context on header test.
2006-11-13 Marcus Ramberg preapre for 006
2006-11-13 Marcus Ramberg reduce cost by cloning URI objects
2006-11-12 Christian Hansen Fixed a CGI header bug
2006-11-10 Jonathan Rockway make lighttpd tests try to guess lighttpd location
2006-11-10 Christian-Rolf... Minor docfixes for FreeBSD and PPM install directions
2006-11-09 Andy Grundman Require TEST_LIGHTTPD var to run the lighttpd tests
2006-11-09 Jonathan Rockway fixed lighttpd tests
2006-11-09 Jonathan Rockway eliminate file::slurp dependency
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 ningu and jrockway are also the greatest
2006-11-07 Jonathan Rockway moved installation instructions from C::M to C::R
2006-11-07 Jonathan Rockway svk-commitBGCdt.tmp
2006-11-07 Jonathan Rockway svk-commitBGCdt.tmp
2006-11-07 Andy Grundman Forgot to commit Changes
2006-11-07 Andy Grundman Moved IE workarounds to be only in the HTTP engine
2006-11-07 Andy Grundman Fixed lighttpd tests to not load File::Slurp until...
2006-11-06 David Kamholz again
2006-11-06 David Kamholz update Changes
2006-11-06 David Kamholz tweak debug output slightly
2006-11-04 David Kamholz rework $c->stats to cooperate with new subrequest plugin
2006-11-03 Matt S Trout fix broken test
2006-10-27 Jonathan Rockway (no commit message)
2006-10-27 Jonathan Rockway make pod tests always run for devs.
2006-10-25 Andy Grundman Need to check for opened STDOUT on each of these prints
2006-10-25 Andy Grundman Small tweaks to the socket code for IE crasher
2006-10-25 Andy Grundman Avoid 'print on closed filehandle' warnings from IE
2006-10-23 Jonathan Rockway update changelog to reflect: 5.7004 instead of ?; fastc...
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...
next