catagits/Catalyst-Runtime.git
2009-04-21 Florian Ragwitz Merge changelog entries. 5.80002
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 Optionally update conflicting modules by adding them...
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 Matt S Trout revert duff part of last commit
2009-04-21 Matt S Trout pass replace_constructor when making app immutable...
2009-04-21 Tomas Doran Yell at people to upgrade configloader. This list needs...
2009-04-21 Marcus Ramberg Prepare for 5.800002
2009-04-21 Tomas Doran Restartable app class on perl 5.10. More evil hackery..
2009-04-21 Tomas Doran Fixed non-moose classes initialization order issues...
2009-04-20 Tomas Doran Unfuck Catalyst::Plugin::Log::Dispatch
2009-04-20 Tomas Doran Bugfix for 5.8 regression found in C::C::DBIC::API
2009-04-20 Tomas Doran Nuke unused chunk of the TestApp. Also add test case...
2009-04-20 Tomas Doran Neeed according to the changelog of C::A::REST
2009-04-20 Tomas Doran Fix column width of unattached chains table
2009-04-20 Tomas Doran Fix warning message, patch from dev list.
2009-04-19 Tomas Doran Bump MX::MethodAttributes::Inheritable dep, changelog
2009-04-18 Andrew Rodland Fix a typo that slipped through the previous fix, and...
2009-04-18 Andrew Rodland Minor fixes for the "new in 5.8" PODs.
2009-04-18 Florian Ragwitz Version 5.80001. 5.80001
2009-04-18 Florian Ragwitz Changelogging.
2009-04-18 Florian Ragwitz Don't inline the Catalyst::Log constructor to avoid...
2009-04-18 Tomas Doran Fix POD
2009-04-18 Tomas Doran Fix a couple of real spelling errors, change a couple...
2009-04-18 Tomas Doran Note Catalyst::Base deprecation warnings, tweak setup_f...
2009-04-18 Tomas Doran Clarify the component back compat section, and add...
2009-04-18 Tomas Doran Add bug fixes section. Reformatting, some other additions
2009-04-18 Tomas Doran Re-arrange, reformatting, add a coupla bits, remove...
2009-04-18 Tomas Doran Deprecation section more complete, and link ::Upgrading
2009-04-18 Tomas Doran Cleanups / formatting
2009-04-18 Tomas Doran Remove bits about go/visit as they are in 5.71, clean...
2009-04-18 Marcus Ramberg Update delta
2009-04-18 Marcus Ramberg Shut up recursion warnings
2009-04-18 Marcus Ramberg Remove commented out incorrect deprecations
2009-04-18 Florian Ragwitz Add .gitignore.
2009-04-18 Felix Antonius... Added a Delta.pod for important changes between 5.7...
2009-04-15 Tomas Doran And print the value.
2009-04-15 Tomas Doran Clarify exception to finger the actual class which...
2009-04-15 Brian Cassidy verbage fix.
2009-04-14 Tomas Doran Changelog and sed s/website authors/application authors/
2009-04-14 Ian Wells DispatchTypes' POD refers to Catalyst::Manual::Intro...
2009-04-14 Tomas Doran Can has sane version plzkthnx?
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-14 Florian Ragwitz Remove Manual::Installation.
2009-04-14 Florian Ragwitz Remove Manual.pm. It's part of the -Manual dist.
2009-04-12 Tomas Doran Nuke obsolete CentOS4 installation docs
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 Marcus Ramberg Fix base class deprecation
2009-04-12 Marcus Ramberg Prepare for maybe-release
2009-04-12 Tomas Doran What the hell is this, what is it doing here?
2009-04-12 Tomas Doran Warnings from C::Base
2009-04-12 Tomas Doran Update docs with new methods in ::Controller, update...
2009-04-12 Tomas Doran Write blurb about C3 fail
2009-04-12 Tomas Doran Update todo
2009-04-12 Tomas Doran Doc tidy up wrt plugin method
2009-04-12 Tomas Doran Remove TODO, still breaks CX::Imports, but don't care..
2009-04-12 Tomas Doran Changelogging
2009-04-12 Florian Ragwitz Merge branch 'register_actions'
2009-04-08 Florian Ragwitz Depend on latest MX::E::CAF to work with new Moose...
2009-04-07 Hans Dieter... remove trailing whitespace
2009-04-07 Hans Dieter... mis-rebase
2009-04-07 Hans Dieter... split out methods to show rafl what I mean
2009-04-03 Hans Dieter... add uri_for_action to Changes
2009-04-03 Hans Dieter... Merge branch 'uri_for_action'
2009-04-03 Hans Dieter... remove trailing whitespace
2009-04-02 Tomas Doran Tidy error, remove debug, tidy warn.
2009-04-02 Tomas Doran And fix it properly.
2009-04-02 Tomas Doran We actually need Moose::Object::meta to avoid metaclass...
2009-04-01 Tomas Doran Bump MX::MethodAttributes::Inheritable dep
2009-04-01 Tomas Doran Include only the things we actually want in the dist.
2009-03-31 Tomas Doran Need new Moose, otherwise stuff which requires new...
2009-03-29 Florian Ragwitz Changelogging.
2009-03-29 Florian Ragwitz Adopt Catalyst::ClassData to latest Class::MOP::Class...
2009-03-28 Hans Dieter... include test for failure mode
2009-03-28 Hans Dieter... add uri_for_action and switch tests to use it
2009-03-27 Florian Ragwitz Make mk_classdata fail if the class' metaclass is not...
2009-03-27 Florian Ragwitz Pod formatting fix.
2009-03-25 Tomas Doran Merge up r9572 and r9577 from 5.70
2009-03-25 Hans Dieter... add $res->code to Changes
2009-03-25 Hans Dieter... add Catalyst::Response->code
2009-03-24 Tomas Doran Change plugin warning cut-off release, expand on config...
2009-03-23 Florian Ragwitz t0m++ fixed go/visit.
2009-03-23 Tim Bunce Add debug log in uri_for when uri_for_action returns...
2009-03-22 Tomas Doran Clarify fastcgi engine docs
2009-03-22 Tomas Doran Update todo having gone through all the smokes
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 List of things from smokes which appear to fail here
2009-03-22 Tomas Doran Make chaining to yourself explode at app load time...
2009-03-21 Tomas Doran Cleanup, changelog
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 Hack _invoke_as_component in a horrible way, so that...
2009-03-21 Tomas Doran Doc changes for passing CaptureArgs
2009-03-21 Tomas Doran Fix the go test
2009-03-21 Tomas Doran Make CaptureArgs get passed, this makes the test less...
next