catagits/Catalyst-Runtime.git
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...
2009-02-02 Florian Ragwitz Update TODO.
2009-02-02 Florian Ragwitz Fix various doc typoes.
2009-02-02 Tomas Doran Note that regex fallback errors and docs could be more...
2009-02-02 Florian Ragwitz Fix pod typo.
2009-02-02 Florian Ragwitz Engine and Dispatcher objects don't overload stringific...
2009-01-31 Florian Ragwitz Disallow calling setup more than once.
2009-01-30 Florian Ragwitz Disallow writing to config after setup.
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-29 Marcus Ramberg Timestamp changes 5.8000_05
2009-01-24 Kieren Diment documentation improvement
2009-01-22 Jay Hannah Text::SimpleTable's now go as wide as $ENV{COLUMNS}
2009-01-21 Florian Ragwitz Add IDEAS as a place to dump random ideas on how things...
2009-01-20 Tomas Doran Update TODO, Changelogging
2009-01-19 Florian Ragwitz Update TODO.
2009-01-19 Marcus Ramberg Apply doc patch from dhoss
2009-01-17 Florian Ragwitz Doc improvement for ->visit. mateu++
2009-01-17 Florian Ragwitz Add setup_finalize as an easy way to hook at the end...
2009-01-17 Florian Ragwitz Stop aggregated tests from failing by using the latest...
2009-01-17 Florian Ragwitz Don't import blessed from Scalar::Util. Moose already...
2009-01-17 Florian Ragwitz Remove a workaround for C3 warnings that are now fixed...
2009-01-16 Florian Ragwitz Conflicts are listed by module, not by dist.
2009-01-13 Tomas Doran CX::CRUD was released, add myself to contributors list
2009-01-13 Tomas Doran Merge up from 5.70 trunk:
2009-01-13 Tomas Doran Merge up from 5.70 trunk:
2009-01-13 Tomas Doran Merge up from 5.70 trunk:
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 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 Doc for MX::E::CAF list assign bug, TODO updates incl...
2009-01-12 Tomas Doran Sort out CatalystX::CRUD issues
2009-01-12 Tomas Doran CatalystX::CRUD was a bug in that module's test suite...
2009-01-12 Tomas Doran Note CAF difference here
2009-01-12 Tomas Doran That was fixed by removing Adopt::NEXT. Still.
2009-01-12 Tomas Doran Finish a first pass of all the text in Catalyst/Upgradi...
2009-01-12 Tomas Doran Bump version number in prep for a new dev release
2009-01-12 Tomas Doran Ugh, GLOB crapping doesn't even happen every time,...
2009-01-12 Tomas Doran Fix Plugin::Authorization::ACL + tests for the weird...
2009-01-12 Tomas Doran Do we _really_ need that, no. It'll happen when it...
2009-01-12 Tomas Doran Email various people to ask them to test. Can't really...
next