Merge branch '104-path_empty_brackets' of https://github.com/grim8634/catalyst-runtim...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Component.pm
2015-09-09 Paul Cochrane Fix spelling errors and update spelling exceptions
2015-08-24 John Napiorkowski adding docs 5.90100
2015-04-16 John Napiorkowski example "delayed" component setup
2013-09-13 Karen Etheridge get metaclass using preferred mechanism, via Moose
2013-09-08 Karen Etheridge Class::MOP::load_class, is_class_loaded was deprecated...
2012-03-13 Brian Phillips fix spelling error
2012-03-09 Tomas Doran Doc fixes / additions in Catalyst::Component
2011-10-21 Tomas Doran More spelling stopwords and small fixes till we pass
2011-10-21 Tomas Doran More spelling stopwords and small fixes till we pass
2011-01-03 Florian Ragwitz Work with PP Package::Stash again now the incorrect...
2011-01-03 Florian Ragwitz Stop relying on Package::Stash PP bugs
2010-06-15 Matthias Dietrich Applied doc patches that might help to figure out how...
2010-06-10 Tomas Doran Fix $self vs $class, davewood++
2010-02-04 Florian Ragwitz Merge branch 'expand_modules'
2010-01-25 Florian Ragwitz Remove apparently useless Component::BUILDARGS conditional.
2010-01-25 Florian Ragwitz Revert "in what case is a numeric comparison called...
2010-01-24 Oliver Charles Allow models and components to specify the names of...
2010-01-15 Tomas Doran Clarify that it's an app, not a ctx here
2010-01-15 Peter Karman in what case is a numeric comparison called for? I...
2009-09-01 Tomas Doran Stop calling class data methods on instances + commente...
2009-08-17 Tomas Doran Switch to catalyst_component_name
2009-08-11 Tomas Doran Unfuck Catalyst::View::JSON
2009-08-01 Tomas Doran Aww, crap, fail. merge 10927:HEAD from pass_component_names
2009-08-01 Tomas Doran Merge branch pass_component_names:
2009-07-31 Tomas Doran Clean up branch. I'm happy with this (bar the eww,...
2009-07-18 Tomas Doran Document the method name I actually added, idiot
2009-07-18 Tomas Doran Add docs for changes
2009-07-17 Tomas Doran Teach Cat to pass a _component_name into COMPONENT...
2009-07-08 Tomas Doran More ->config fixes + Changelog
2009-06-22 Tomas Doran Use merge_hashes rather than dclone
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-05-30 Rafael Kitover component cleanups
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...