catagits/Catalyst-Runtime.git
2009-03-16 Ash Berlin Add test for looping DispatchType::Chained->list
2009-03-10 Jay Hannah debug() POD rewrite
2009-03-06 Tomas Doran Take 2, update TODO
2009-03-06 Tomas Doran backout, wrong branch fail
2009-03-06 Tomas Doran Update TODO
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-25 Kennedy Clark Apply doc patch from Genius_Spot
2009-02-21 Tomas Doran EWRONGBRANCH Back out -r9378:9377.
2009-02-21 Tomas Doran Add patch from dwc to warn about c->req->user deprecation
2009-02-20 Florian Ragwitz Skip NEXT warning tests on stable releases.
2009-02-20 Florian Ragwitz Unbreak disabling of NEXT warnings on non-dev releases.
2009-02-20 Tomas Doran Update TODO
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 Lame hack to make the warnings about component resoluti...
2009-02-20 Tomas Doran Changelogging
2009-02-20 Tomas Doran Actually, remove this as I have covered it all. We...
2009-02-20 Tomas Doran Pull the code which makes reading the Makefile.PL out...
2009-02-20 Tomas Doran I always got full marks on spelling tests when I was...
2009-02-20 Tomas Doran And cover the rest of Upgrading.pod
2009-02-20 Dan Dascalescu Fixed link to Catalyst plugins on the autogenerated...
2009-02-20 Dan Dascalescu Fixed link to Catalyst plugins on the autogenerated...
2009-02-20 Florian Ragwitz eval $VERSION to avoid non-numeric warnings.
2009-02-20 Tomas Doran Get half way through the Upgrading brush up
2009-02-20 Tomas Doran Fix my retardedness with ::MVC:: warning having no...
2009-02-20 Tomas Doran Changelogging
2009-02-19 Florian Ragwitz Use get_all_methods_with_attributes to get all possible...
2009-02-19 Florian Ragwitz Update prereqs.
2009-02-19 Florian Ragwitz Don't stringify the meta method. Use its name instead.
2009-02-19 Florian Ragwitz First steps towards throwing out attributes.
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-18 Tomas Doran Exclude CatalystX
2009-02-18 Tomas Doran First crack at deprecating ::[MVC]:: style names. No...
2009-02-18 Tomas Doran Not warning for ^Catalyst in release versions done
2009-02-18 Tomas Doran Add comment to clarify, update TODO
2009-02-17 Tomas Doran More accurate
2009-02-17 Tomas Doran Add POD for setup_actions method in dispatcher, slight...
2009-02-15 Tomas Doran Don't barf by trying to make roles mutable.
2009-02-15 Tomas Doran I don't get why the test app doesn't trigger this but...
2009-02-15 Tomas Doran Add docs, and don't bother to make components 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 typo
2009-02-15 Tomas Doran Immutable components no longer break the restarter...
2009-02-14 Tomas Doran Bump Moose prereq
2009-02-14 Tomas Doran Update TODO
2009-02-14 Florian Ragwitz Make ActionContainer use BUILDARGS instead of wrapping...
2009-02-12 Florian Ragwitz Stop confusing future readers by removing code that...
2009-02-12 Florian Ragwitz Use Moose::Util::find_meta instead of ->Class::MOP...
2009-02-12 Florian Ragwitz namespace::clean Catalyst::Controller.
2009-02-10 Tomas Doran Changelogging
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-08 Florian Ragwitz Clean imports from Catalyst::Utils.
2009-02-08 Florian Ragwitz Clean Time::HiRes imports from Catalyst::Stats.
2009-02-08 Florian Ragwitz Don't load Scalar::Util. It isn't used directly.
2009-02-08 Florian Ragwitz Clean IO::Socket imports from Catalyst::Request.
2009-02-08 Florian Ragwitz Only use the imported version of Scalar::Util::blessed...
2009-02-08 Florian Ragwitz Don't import blessed from Scalar::Util. Moose/Moose...
2009-02-08 Florian Ragwitz Don't use Time::HiRes in Catalyst.pm. It's only used...
2009-02-08 Florian Ragwitz Don't import weaken from Scalar::Util. It's not being...
2009-02-08 Florian Ragwitz Workaround for unknown namespace::clean + Sub::Exporter...
2009-02-08 Florian Ragwitz Don't import the Test::More exports into Catalyst:...
2009-02-08 Florian Ragwitz Don't remove moose keywords explicitly. namespace:...
2009-02-08 Florian Ragwitz Move use namespace::clean to a more sensible place.
2009-02-08 Florian Ragwitz Remove imported symbols after compile time in Catalyst...
2009-02-08 Florian Ragwitz Don't unimport moose keywords in the middle of a modifier.
2009-02-08 Tomas Doran Adjust line lengths
2009-02-08 Tomas Doran Re-phrase parts of the text, respace it all, remove...
2009-02-06 Florian Ragwitz Remove useless column in chained action debug table.
2009-02-06 Tomas Doran Add SmartURI to the list of conflicting plugins
2009-02-05 Florian Ragwitz Clarify that request arguments aren't unescaped automat...
2009-02-05 Florian Ragwitz Bump MX::Emulate::CAF prereq to support list assignment.
2009-02-04 Florian Ragwitz Use MRO::Compat instead of Class::C3 as we already...
2009-02-04 Marcus Ramberg Prepare for development release of runtime 5.8000_06
2009-02-04 Florian Ragwitz Changelogging.
2009-02-04 Florian Ragwitz Don't ignore SIGCHLD while handling requests with the...
2009-02-04 Florian Ragwitz Allow testing of forks with Engine::HTTP using $ENV...
2009-02-04 Florian Ragwitz Use the way documented by IO::Socket::INET to get the...
2009-02-04 Florian Ragwitz Another Upgrading.pod fix.
2009-02-04 Florian Ragwitz Properly report dynamic bind port for the development...
2009-02-04 Florian Ragwitz Some Upgrading.pod improvements.
2009-02-04 Florian Ragwitz List assignment to MX::Emulate::CAF accessors now works.
2009-02-03 Florian Ragwitz Changelogging.
2009-02-03 Florian Ragwitz Seed the RNG in each FastCGI child process.
2009-02-03 Florian Ragwitz Remove fixed TODO item.
2009-02-03 Florian Ragwitz Document the issues with overriding setup in Upgrading...
2009-02-02 Tomas Doran Re-write the Moose::Object / C3 linearisation docs...
2009-02-02 Tomas Doran Add note about another syntax used screw your self...
2009-02-02 Tomas Doran Fix module versions, and add a note to stop future...
next