Deprecate UTF8Columns with a lot of warning whistles
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Componentised.pm
2010-04-11 Peter Rabbitson Deprecate UTF8Columns with a lot of warning whistles
2010-04-11 Peter Rabbitson Warn about both UTF8Columns and ForceUTF8 when loaded...
2010-04-08 Peter Rabbitson Fix utf8columns loading-order test/code (really just...
2010-03-19 Peter Rabbitson Fix UTF8Column out of order loading warning
2010-01-29 Peter Rabbitson Fugly 5.8 workaround
2010-01-08 Peter Rabbitson Put utf8columns in line with the store_column fix
2009-09-18 Peter Rabbitson Clear up some legacy cruft and straighten inheritance
2009-05-12 Peter Rabbitson Switch warn to carp and die to throw_exception where...
2009-04-20 Justin Hunter move load_optional_class into Class::C3::Componentised
2009-01-28 Peter Rabbitson make load_optional_class smarter when confronted with...
2007-08-11 Ash Berlin Move to using Class::C3::Componentised
2007-07-18 Marcus Ramberg Make ensure_class_loaded behave better with malformed...
2007-05-01 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-05-01 Brandon L. Black load-time performance improvements
2006-08-08 Brandon L. Black misc warnings/croak/Carp::Clan fixups
2006-06-21 Matt S Trout fix Componentised, Relationship::Base
2006-06-19 Justin Guenther fixed up 90ensure_class_loaded.t
2006-06-18 Justin Guenther Initial fix for ensure_class_loaded, and added some...
2006-06-09 Justin Guenther added code and tests for Componentized::ensure_class_fo...
2006-06-06 Justin Guenther Added code ...
2006-05-19 Justin Guenther added ensure_class_loaded method to Componentized,...
2006-05-18 Matt S Trout Moved PK::Auto into core
2006-04-16 Robert Sedlacek inject_base filters out double entries
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-24 Brandon L. Black Added use strict / use warnings everywhere it was missing
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-03-02 Robert Sedlacek add_components() doesn't prepend base when comp. prefix...
2006-02-22 Matt S Trout Class::C3 fixup for 0.11
2006-01-16 Matt S Trout Made columns ordered by default
2006-01-02 Matt S Trout Some tweaks to Componentised, many_to_many helper from...
2005-12-07 Matt S Trout Componentised fixup from Vsevolod (Simon) Ilyushchenko
2005-11-24 Matt S Trout With the addition of Class::C3 0.07 and a few tweaks...
2005-11-20 Matt S Trout 0.3999_01 changes
2005-11-15 Matt S Trout Broke everything (C3 branch)
2005-08-10 Matt S Trout Fixes, refactoring, test additions