catagits/Catalyst-Runtime.git
2009-01-19 Marcus Ramberg Up Module install dep, update timestamp 5.71000
2009-01-18 Marcus Ramberg Prepare for 5.71000 release
2009-01-18 Marcus Ramberg Backport go doc bit
2009-01-16 Marcus Ramberg Backport META.yml hackery
2009-01-13 Marcus Ramberg Add ru/ua translations
2009-01-12 Marcus Ramberg Fix locating t/lib 5.7099_04
2009-01-12 Marcus Ramberg Add tests for forwarding to action object
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...
2009-01-07 Tomas Doran Fix IIS FastCGI support as-per we do with lighty +...
2009-01-07 Andy Grundman Make it more obvious what's being reported in the leak...
2009-01-07 Andy Grundman Memleak test needs to use resident size
2009-01-06 Andy Grundman Handle leading CRLF in HTTP requests sometimes sent...
2008-12-27 Tomas Doran Change what we stream to make test sync for engines...
2008-12-08 Andy Grundman Backport several fixes from 5.8 needed to get remote...
2008-10-15 Andy Grundman Workaround change in LWP that broke a cookie test ...
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-09-02 Florian Ragwitz Document :ChainedParent.
2008-09-02 Florian Ragwitz Document :Chained('../action').
2008-09-02 Florian Ragwitz Mention PathPrefix in Chained docs.
2008-08-26 Florian Ragwitz Changelogging.
2008-08-25 Florian Ragwitz Add a test controller for :Chained('../../action').
2008-08-24 Florian Ragwitz UnTODO tests for relative chaining over multiple levels.
2008-08-24 Florian Ragwitz Implement relative chaining over more than one level.
2008-08-24 Florian Ragwitz Test :Chained('../../action').
2008-08-24 Florian Ragwitz UnTODO :Chained('../action') tests.
2008-08-24 Florian Ragwitz Implement :ChainedParent.
2008-08-24 Florian Ragwitz Implement :Chained('../action').
2008-08-24 Florian Ragwitz Fix tests for ../action chaining.
2008-08-24 Florian Ragwitz Move :Chained sugar out of DispatchType::Chained.
2008-08-20 Kieren Diment improvements to redirect doc
2008-08-18 Gareth Kirwan DispatchType/Chained:
2008-08-18 Matt S Trout merge rafl's test
2008-08-08 Brian Cassidy pod fix
2008-08-08 Brian Cassidy go() cannot dispatch to anon. actions, fix code and...
2008-08-07 Brian Cassidy Fix some Win32 test failures
2008-08-07 Brian Cassidy tidy up the name of module in pod
2008-08-06 Marcus Ramberg Add pt translation of error msg
2008-08-05 Jess Robinson Switch syntax example for model to use create=static
2008-08-01 Ash Berlin TODO tests added for :ChainedParent and :Chained('...
2008-07-25 Marcus Ramberg Add chained go tests
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 add a test for ACCEPT_CONTEXT from regex fallback in...
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 tiny doc update
2008-07-17 Brian Cassidy doc typo fix (rafl)
2008-07-16 Marcus Ramberg prepare for devel release
2008-07-16 Brian Cassidy removing some Dumpers
2008-07-16 Marcus Ramberg Prepare 5.7100
2008-07-14 Brian Cassidy Updated Catalyst::Test docs to mention the use of HTTP...
2008-07-12 Tomas Doran Clarify inner package behavior of companent instantatio...
2008-06-30 Brian Cassidy missed one
2008-06-30 Brian Cassidy authors cleanup
2008-06-30 Brian Cassidy nuked Catalyst::Build
2008-06-27 Brian Cassidy rescue :PathPrefix from an old branch
2008-06-27 Marcus Ramberg Fix warning for dev versions
2008-06-26 Marcus Ramberg Add go to changes
2008-06-25 Marcus Ramberg Prepare for 5.7099_01
2008-06-25 Marcus Ramberg remove a confusing and duplicate bit of documentation
2008-06-25 Marcus Ramberg Merge 'trunk' into 'compres'
2008-06-24 Brian Cassidy remove 0-length query string components so warnings...
2008-06-23 Brian Cassidy Update HTTP::Body dep so that the uploadtmp config...
2008-06-23 Brian Cassidy Fix for LocalRegex when used in the Root controller
2008-06-20 Brian Cassidy remove a confusing and duplicate bit of documentation
2008-05-30 Brian Cassidy minor change to warning. docs + Changes
2008-05-30 Brian Cassidy add a test for warnings from comp()
2008-05-30 Brian Cassidy update some warnings
2008-05-30 Brian Cassidy rework component resolution methods (i.e. model(),...
2008-05-29 Brian Cassidy Added the ability to remove parameters in req->uri_with...
2008-05-27 Brian Cassidy Fix Catalyst::Utils::home() when application .pm is...
2008-05-27 Brian Cassidy fix up test to match release.
2008-05-27 Brian Cassidy Get some of the optional_* tests working from dirs...
2008-05-26 Brian Cassidy tidy up Changes a wee bit.
2008-05-25 Marcus Ramberg Fixed changes
2008-05-23 Kieren Diment fixing up some merge fun
2008-05-23 Kieren Diment more yaml expurgation
2008-05-23 Brian Cassidy Fix regression for "sub foo : Path {}" in the root...
2008-05-23 Brian Cassidy missing file
2008-05-23 Brian Cassidy Fix regression for relative uri_for arguments after...
2008-05-16 Marcus Ramberg Prepare for release
2008-05-14 Brian Cassidy Provide backwards compatability methods in Catalyst...
2008-05-14 Brian Cassidy just use perl_version() to specify the min. required...
2008-05-11 Marcus Ramberg test for multiple chained attrs
2008-05-09 Brian Cassidy adding RT ticket #
2008-05-09 Marcus Ramberg query param encoding patch
2008-05-07 Brian Cassidy Workaround for Win32 and c3_mro.t (RT #26452, tested...
2008-05-07 Brian Cassidy fix path tests for win32 compat
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-05-07 Brian Cassidy POD: IO::FileHandle => IO::Handle (RT #35690)
2008-04-28 Kieren Diment lighttpd non-root doc fix
2008-04-06 Marcus Ramberg Patch to fix homefinding for scripts in deep subdirs
2008-04-04 Andy Grundman Gah, breaking my own line-length rules
2008-04-04 Andy Grundman Patch from Ton Voon to fix bug in HTTP engine where...
next