Fixed "its" vs "it's"
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Component.pm
2009-05-19 Dan Dascalescu Fixed "its" vs "it's"
2009-04-20 Tomas Doran Fix warning message, patch from dev list.
2009-03-04 Tomas Doran Make Moose components collaberate with non-Moose Catalyst
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-08 Florian Ragwitz Don't import blessed from Scalar::Util. Moose/Moose...
2009-02-02 Florian Ragwitz Fix pod typo.
2009-01-12 Tomas Doran RenderView and DebugCookie done. Tidy up test in C...
2009-01-07 Tomas Doran Use the appropriate MOP function to be a bit neater...
2009-01-07 Tomas Doran Sod back-compat on the insane cases, start the upgradin...
2008-12-29 Tomas Doran Stop using Adopt::CAF by default
2008-12-07 Tomas Doran Fix and test for issues when components import or defin...
2008-12-01 Florian Ragwitz Use Class::C3::Adopt::NEXT.
2008-09-13 Matt S Trout move no Moose to end of file
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-07-28 Tomas Doran Commit a failing test for components getting config...
2008-06-30 Brian Cassidy authors cleanup
2008-06-23 Guillermo Roditi put config() back to old code but with a new copy-up...
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 backcompat for NEXT in &COMPONENT + test
2008-06-23 Guillermo Roditi bye bye Class::C3. for good.
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi start using Class::C3, may need to add a reinitalize...
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi some tests fail and some things are ugly, but i think...
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 incomplete conversion of Component. i dont grok the...
2007-11-26 Matt S Trout fix __PACKAGE__->config->{foo} = 'bar' for subclassing
2007-08-02 Brian Cassidy tabs => spaces
2006-11-19 Marcus Ramberg refactored POD
2006-06-23 Brian Cassidy ripped out the guts of merge_config_hashes and put...
2006-05-31 Brian Cassidy added merge_config_hashes convenience method
2006-05-18 Matt S Trout Updated docs for Catalyst::Component
2006-05-18 Marcus Ramberg further doc updates.
2006-05-10 Yuval Kogman Fix the RV of the first call to ->config
2006-05-07 Matt S Trout Fixed config and subclassing in Catalyst::Component
2006-02-27 Curtis "Ovid" Poe Fixed a bug I introduced whereby registered_plugins...
2006-01-06 Sebastian Riedel Added COMPONENT() and ACCEPT_CONTEXT() support
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-12 Sebastian Riedel Updated pod
2005-11-09 Sebastian Riedel Fixed some bugs and improved logs
2005-11-02 Matt S Trout - Move config stuff etc. out into Catalyst::Component...