catagits/Catalyst-Runtime.git
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-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-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-06-26 Marcus Ramberg Add stringify back for action, and test
2008-06-23 Guillermo Roditi make class data unlock and relock classes if immutable
2008-06-23 Guillermo Roditi put config() back to old code but with a new copy-up...
2008-06-23 Guillermo Roditi switch from add_package_symbol for the sake of immutable
2008-06-23 Guillermo Roditi config wins, groditi loses. FUCK YOU FOR SUPPORTING...
2008-06-23 Guillermo Roditi still failing some tests. waiting for suggestions on...
2008-06-23 Guillermo Roditi broken classdata version
2008-06-23 Guillermo Roditi backcompat for NEXT in &COMPONENT + test
2008-06-23 Guillermo Roditi bye bye Class::C3. for good.
2008-06-23 Guillermo Roditi revert MyApp instantiation
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi making $app be an instance, less symbol table hijacking...
2008-06-23 Guillermo Roditi Remove use of overload
2008-06-23 Guillermo Roditi Update dispatcher attributes to have sane defaults.
2008-06-23 Guillermo Roditi start using Class::C3, may need to add a reinitalize...
2008-06-23 Guillermo Roditi Fix tests that were testing object internals instead...
2008-06-23 Guillermo Roditi Updated Catalyst::Request and Catalyst::Response to...
2008-06-23 Guillermo Roditi Remove redundant and erroneous perl 5.8.1 "requires...
2008-06-23 Guillermo Roditi whitespace changes for attributes
2008-06-23 Guillermo Roditi eliminate usage of each() on hashes we don't own, since...
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi enabling immutable finishing porting Log and stats
2008-06-23 Guillermo Roditi converting the engines. i had to add use NEXT to some...
2008-06-23 Guillermo Roditi little things in Catalyst.pm
2008-06-23 Guillermo Roditi code improvements in Catalyst::Controller
2008-06-23 Guillermo Roditi restore ensure_class_loaded since Class::MOP::load_clas...
2008-06-23 Guillermo Roditi fix MRO
2008-06-23 Guillermo Roditi Show failure
2008-06-23 Guillermo Roditi some more comments and little changes as well as some...
2008-06-23 Guillermo Roditi a couple more details
2008-06-23 Guillermo Roditi passing a lot more tests. still alot of work to be...
2008-06-23 Guillermo Roditi Overload to stringify correctly
2008-06-23 Guillermo Roditi some tests fail and some things are ugly, but i think...
2008-06-23 Guillermo Roditi reapplying changes by konobi that I accidentally undid...
2008-06-23 Guillermo Roditi AttrContainer no longer ISA C::D::I but still uses...
2008-06-23 Guillermo Roditi load classes with Class::MOP::load_class
2008-06-23 Guillermo Roditi add chained to the list of successful conversions :)
2008-06-23 Guillermo Roditi Path done
2008-06-23 Guillermo Roditi reverting back to when tests pass. applying changes...
2008-06-23 Guillermo Roditi committing broken version. rolling back in a min. just...
2008-06-23 Guillermo Roditi Fixup some pre-(make test) typos.
2008-06-23 Guillermo Roditi Add Catalyst::Exception and Catalyst::Log to the Moosif...
2008-06-23 Guillermo Roditi typo
2008-06-23 Guillermo Roditi incomplete conversion of Component. i dont grok the...
2008-06-23 Guillermo Roditi AttrContainer and additional dep for it
2008-06-23 Guillermo Roditi change dispatcher to load classes using Class::MOP...
2008-06-23 Guillermo Roditi DispatchType stripped of CAF, SUPER and substituted...
2008-06-23 Guillermo Roditi Initial commit of Moosified Catalyst parts.
2008-03-12 Andy Grundman Add a test and update docs on how to pass-through the...
2008-02-17 Tatsuhiko Miyagawa reverted r7440 since what Daisuke meant to test was...
2008-02-12 Jonathan Rockway fix up the unit_core_uri_for_multibytechar test; "use...
2008-02-11 Cory G Watson Note the detructiveness of uri_for when used with hashrefs.
2008-02-02 Jess Robinson Steal class loading code from Class::MOP, which isnt...
2008-01-17 Brian Cassidy apply uri_with() patch from Daisuke Murase
2008-01-16 Brian Cassidy fix uri_for()'s handling of multibyte chars (Daisuke...
2008-01-14 Jonathan Rockway Revert "encode unicode to utf8 by default (in finalize...
2008-01-14 Jonathan Rockway remove the "useless localization of subroutine entry...
2008-01-13 Jonathan Rockway encode unicode to utf8 by default (in finalize)
2008-01-13 Jonathan Rockway add a comment explaining why we use bytes
2008-01-04 Marcus Ramberg changes, pod fix
2007-12-11 Andy Grundman Fixed a bug where -rr (restart regex) command line...
2007-11-26 Matt S Trout fix __PACKAGE__->config->{foo} = 'bar' for subclassing
2007-11-09 Andy Grundman Get rid of hard tabs
2007-11-09 Tatsuhiko Miyagawa update Changes
2007-11-09 Tatsuhiko Miyagawa fixed a bug in ?q=bar=baz query parameter
2007-11-06 Ash Berlin Fix warning about resource forks for OSX Leopard
2007-11-05 Andy Grundman Fix lighttpd tests to use correct lib directory
2007-10-31 Andy Grundman Skip the live_stats test on remote servers
2007-10-29 Andy Grundman Allow for CATALYST_SERVER settings with a trailing...
2007-10-26 Andy Grundman Revert SIGCHLD patch pending a test
2007-10-26 Jonathan Rockway update Changes to note inclusion of stats
2007-10-26 Andy Grundman Patch from Jon Schutz to add a proper SIGCHLD repear...
2007-10-26 Andy Grundman Bump version to 5.7012
2007-10-26 Andy Grundman Clean up some ugly code with hard tabs
2007-10-23 Matt S Trout force pod coverage testing for authors
2007-10-22 Jonathan Rockway fix from Jon Schutz
2007-10-19 Jonathan Rockway note in the docs that query_params is an alias for...
2007-10-19 Jonathan Rockway remove tabs that stats patch added
2007-10-19 Jonathan Rockway resolve conflict in the correct direction this time :)
2007-10-19 Jonathan Rockway merge the stats patch against .10 into trunk
2007-10-18 Ash Berlin Back out tests since miyagawa already added them else...
2007-10-18 Ash Berlin Giving extra credit
2007-10-18 Ash Berlin Test to ensure that %2B is escaped to a '+' in the...
2007-10-17 Jonathan Rockway update changelog crediting theorbtwo++ for the better...
2007-10-17 Andy Grundman Revert Engine.pm change from yesterday
2007-10-16 Andy Grundman Change Engine::write() to use IO::Select instead of...
2007-10-14 Jess Robinson Add tests to not load files that are not valid/sane...
2007-10-10 Andy Grundman Removed unnecessary sprintf in debug mode that caused...
2007-10-08 Gareth Kirwan Chained: Fix Args check treating undefind Args the...
2007-10-04 Lars Balker... don't waste tester time (and ours)
2007-09-25 Gareth Kirwan Chained Actions:
2007-09-14 Andy Grundman Fixed bug where req->base and req->uri would include...
2007-09-14 Brian Cassidy fix changelog. the emacs tempfile stuff was reverted...
next