catagits/Catalyst-Runtime.git
2008-10-04 Kieren Diment ec2 info
2008-10-01 Jess Robinson Improve docs for uri_for
2008-09-28 Andy Grundman Silence warning if no req->match
2008-09-27 Andy Grundman Remove HTTPEngine from 5.8
2008-09-27 Andy Grundman Work in progress engine for HTTP::Engine
2008-09-25 Florian Ragwitz Remove warnings when running aggregated tests.
2008-09-24 Marcus Ramberg latest go/visit changes, pod fixes, all tests ok
2008-09-20 Florian Ragwitz Pod fix for Engine::FastCGI.
2008-09-15 Florian Ragwitz Changelogging.
2008-09-15 Florian Ragwitz Display unattached chained actions under -Debug.
2008-09-13 Matt S Trout move no Moose to end of file
2008-09-12 Florian Ragwitz Use get_all_methods instead of the deprecated compute_a...
2008-09-12 Florian Ragwitz Whitespace change to make vims syntax highlighting...
2008-09-11 Florian Ragwitz Make the HTTP engine use before instead of around to...
2008-09-10 Tomas Doran Additional doc for uri_for to illustrate passing an...
2008-09-10 Florian Ragwitz Add myself to CONTRIBUTORS.
2008-09-10 Florian Ragwitz Changelogging.
2008-09-09 Florian Ragwitz Merge branch 'test_aggregate'
2008-09-08 Marcus Ramberg Support print for Catalyst::Request
2008-09-08 Marcus Ramberg rename test test
2008-09-08 Marcus Ramberg merge in new test actions.
2008-09-08 Florian Ragwitz Make ActionChain stringify to its part attribute.
2008-09-08 Florian Ragwitz ActionChains part attribute doesn't need a default.
2008-09-08 Marcus Ramberg Fixed tests for new test methods
2008-09-07 Marcus Ramberg Merge 'trunk' into 'Catalyst-Test-Updates'
2008-09-05 Florian Ragwitz Fix ROADMAP url.
2008-09-05 Florian Ragwitz Make go('/chained/action') execute the full chain,...
2008-09-05 Florian Ragwitz Merge branch 'master' into test_aggregate
2008-09-04 Florian Ragwitz Make Test::Aggregate reinitialize $FindBin::Bin for...
2008-09-04 Florian Ragwitz Check for Test::Aggregate >= 0.34_01.
2008-09-04 Florian Ragwitz Optionally aggreagate tests.
2008-09-04 Florian Ragwitz Move aggregatable tests using TestApp to t/aggregate.
2008-09-03 Marcus Ramberg Add new test features
2008-09-03 Marcus Ramberg Add new test features
2008-09-03 Florian Ragwitz Use Test::NoTabs instead of Test::Perl::Critic.
2008-09-03 Florian Ragwitz Test MyApp->component not invoking ACCEPT_CONTEXT.
2008-09-03 Florian Ragwitz Fix ACCEPT_COMPONENT tests.
2008-09-02 Guillermo Roditi only call ACCEPT_CONTEXT if we actually have a context
2008-09-02 Kieren Diment rafl's doc improvements in 5.8
2008-09-02 Kieren Diment rafl doc improvements
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-09-01 Matt S Trout fixup Catalyst::Action
2008-09-01 Gareth Kirwan Fix Chained Dispatch broken by chain registration.
2008-09-01 Matt S Trout fix stupid merge mistake
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
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-30 Tomas Doran Bump version requirement for MX::Emulate::CAF to the...
2008-07-28 Tomas Doran Commit a failing test for components getting config...
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-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-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 stringify back for action, and test
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 Guillermo Roditi make class data unlock and relock classes if immutable
next