URI-decode chained args
[catagits/Catalyst-Runtime.git] / t /
2009-05-26 Rafael Kitover URI-decode chained args
2009-05-26 Rafael Kitover add tests which prove the current behavior of not decod...
2009-05-22 KMX win32 compatibility patch for live_engine_request_env.t
2009-05-22 Tomas Doran Backing out r10230, as that won't work against a remote...
2009-05-21 KMX little fix for test live_engine_request_env.t
2009-05-21 Tomas Doran Tests for %ENV fail in Catalyst::Test
2009-05-21 Tomas Doran Merge the branch which gives ->req->remote_user without...
2009-05-19 Dan Dascalescu Fixed "its" vs "it's"
2009-05-15 Tomas Doran Woo, Emmanuel Quevillon's mailing list mail gave me...
2009-05-14 Tomas Doran Add tests to show that 5.80 broke ->req->parameters...
2009-05-14 Tomas Doran Add support for applying Moose roles in the plugin...
2009-05-13 Tomas Doran Fix the meta method test
2009-05-13 Tomas Doran B::Hooks::EndOfScope eats exceptions inside the on_scop...
2009-05-13 Tomas Doran Tests showing we are not immutable at the end of the...
2009-05-13 Roland Lammel Rename the actions attribute in Catalyt::Controller...
2009-05-13 Tomas Doran Move the inline packages out into their own files so...
2009-05-12 Tomas Doran Add a few more tests for this issue in various other...
2009-05-12 Tomas Doran Test demonstrating that / in a CaptureArg doesn't get...
2009-05-11 Tomas Doran Not a Moose class, ergo we don't have a preinitialized...
2009-05-11 Tomas Doran Add test controller with its own meta method, still...
2009-05-07 Jos Boumans perl5.8.8 + cat 5.80's Cat::Test->ctx_request didn...
2009-05-07 Tomas Doran Test in Catalyst for 349cda in Moose
2009-04-29 Florian Ragwitz Changelogging.
2009-04-28 Dave Rolsky If a class makes itself immutable and turns off constru...
2009-04-28 Tomas Doran Patch for uri_for_action with regex dispatch from RT...
2009-04-28 Tomas Doran Fix RT#43375
2009-04-28 Tomas Doran Make logging additive properly. No longer WTF.
2009-04-28 Tomas Doran Tests for setup_stats, its all good..
2009-04-28 Tomas Doran Fix false fail, caused by r9907 tidyup to not bother...
2009-04-28 Tomas Doran Bump MX::MA again, couple of little tidyups
2009-04-27 Peter Karman add test for attribute overrides
2009-04-26 Tomas Doran Somewhat, but not much more sane. There are still bugs...
2009-04-25 Tomas Doran Add another test, and TODO the fail.
2009-04-23 Tomas Doran Should fix $ENV issues
2009-04-23 Alexander Hartmaier added test for Moose controller inheritance using metho...
2009-04-23 Rafael Kitover runtime: fix logging with -Debug
2009-04-21 Tomas Doran Changelog, use stdout in tests to be less noisy
2009-04-21 Tomas Doran That can't work as you get circular deps..
2009-04-21 Tomas Doran Fix kds bug, find another bug causing all log levels...
2009-04-21 Tomas Doran Tests for kds fail. Comments indicate other fail?
2009-04-21 Tomas Doran Fixed non-moose classes initialization order issues...
2009-04-20 Tomas Doran Nuke unused chunk of the TestApp. Also add test case...
2009-04-14 Tomas Doran Test uri_with clears query params
2009-04-14 Cory G Watson Add uri_with tests (nothing was broken, but I had some...
2009-04-12 Tomas Doran Make the test not use FormBuilder. Test in register_act...
2009-04-12 Tomas Doran Remove use of Catalyst::Base from the tests
2009-04-12 Florian Ragwitz Merge branch 'register_actions'
2009-04-03 Hans Dieter Pearcey remove trailing whitespace
2009-03-28 Hans Dieter Pearcey include test for failure mode
2009-03-28 Hans Dieter Pearcey add uri_for_action and switch tests to use it
2009-03-25 Hans Dieter Pearcey add Catalyst::Response->code
2009-03-22 Tomas Doran Metaclass compatibility fail. This needs to be reduced...
2009-03-22 Tomas Doran Merge 'add_captures_to_visit' into 'trunk'
2009-03-22 Tomas Doran Make chaining to yourself explode at app load time...
2009-03-21 Tomas Doran Unfuck last commit, fix go tests, remove unneeded crud...
2009-03-21 Tomas Doran Much cleaner. The visit class test wasn't actually...
2009-03-21 Tomas Doran Fix the go test
2009-03-21 Tomas Doran Make CaptureArgs get passed, this makes the test less...
2009-03-21 Tomas Doran Merge r9534 renaming kanes crequest to ctx_request...
2009-03-21 Tomas Doran Add the test from r9505, move the new method out of...
2009-03-21 Tomas Doran Merge up ashs r9505 from 5.70
2009-03-20 Jos Boumans rename crequest to ctx_request on request of #cat-dev
2009-03-20 Tomas Doran Port kanes r9520 up to 5.80 trunk
2009-03-18 Jos Boumans Add Catalyst::Test::crequest to return both HTTP::Respo...
2009-03-16 Ash Berlin Add test for looping DispatchType::Chained->list
2009-03-04 Tomas Doran Backport failing test into 5.70 trunk
2009-03-04 Tomas Doran Make Moose components collaberate with non-Moose Catalyst
2009-03-04 Tomas Doran FAILCAKE, I only meant to TODO
2009-03-04 Tomas Doran From #catalyst-dev before
2009-03-01 Florian Ragwitz Add failing test for passing arguments to visited chain...
2009-02-20 Florian Ragwitz Skip NEXT warning tests on stable releases.
2009-02-20 Tomas Doran Upgrade that debug statement to a warning + test we...
2009-02-20 Tomas Doran Shut up warnings we don't care about and are explicitly...
2009-02-20 Tomas Doran Fix my retardedness with ::MVC:: warning having no...
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-19 Florian Ragwitz Don't run the moose controller test if Moose isn't...
2009-02-19 Florian Ragwitz Don't set up the moose controller unless Moose is avail...
2009-02-19 Florian Ragwitz Remove uneccesary code i accidentially copied from...
2009-02-19 Florian Ragwitz Remove uneccesary code i accidentially copied from...
2009-02-19 Florian Ragwitz backport test for moose controller instances being...
2009-02-19 Florian Ragwitz Add test for moose controller instances being construct...
2009-02-15 Tomas Doran Don't barf by trying to make roles mutable.
2009-02-15 Tomas Doran Make restarters immutable handling less naive + tests
2009-02-15 Tomas Doran Should commit the new controller also
2009-02-15 Tomas Doran Immutable components no longer break the restarter...
2009-02-10 Tomas Doran This did never work, has never worked, etc. Writing...
2009-02-10 Tomas Doran By the point that you get here, $reference is already...
2009-02-04 Florian Ragwitz Use MRO::Compat instead of Class::C3 as we already...
2009-02-04 Florian Ragwitz Allow testing of forks with Engine::HTTP using $ENV...
2009-01-29 Tomas Doran Back out 9138:9137 in favour of a more generic implemen...
2009-01-29 Tomas Doran Apply patch for redacting parameters in the log.
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 Tomas Doran IIS 6.0 FastCGI env patch from janus
2009-01-12 Marcus Ramberg Fix test failure
2009-01-12 Marcus Ramberg Backport go/visit from 5.8 (janh), prepare for dev...
2009-01-12 Tomas Doran Sort out CatalystX::CRUD issues
2009-01-12 Tomas Doran Fix Plugin::Authorization::ACL + tests for the weird...
2009-01-08 Florian Ragwitz Make the optional tests bail out as early as possible...
2009-01-07 Tomas Doran Fix test, we're now outputting multiple lines, and...
next