release 0.08123
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / ManyToMany.pm
2010-01-19 Peter Rabbitson Some minor test refactor and tab cleanups
2010-01-17 Peter Rabbitson Real detabify
2009-07-05 Peter Rabbitson Put Pod::Inherit stuff back after proper copy
2009-07-05 Peter Rabbitson Temporarily backout Pod::Inherit changes
2009-07-05 Jess Robinson Added Pod::Inherit use to Makefile.PL at author-time...
2009-06-24 Nigel Metheringham Rework of set_$rel patch with less obfuscation
2009-06-24 Nigel Metheringham Fixed set_$rel with where restriction deleting rows...
2009-06-06 Peter Rabbitson Port another forgotten MC fix
2009-05-19 Peter Rabbitson Hide resultsource methods that should have never been...
2009-05-12 Peter Rabbitson Rename m2m warn disable envvar
2009-05-10 Peter Rabbitson Switch the m2m method warnings from warnings::register...
2009-05-10 Moritz Onken set_$rel accepts now a $link_vals hashref like add_to_...
2008-12-18 Peter Rabbitson Some cleanups to the m2m warnings test
2008-12-03 Ash Berlin Make the many-to-many warning use warnings::register;
2008-07-29 Guillermo Roditi use sub::name to fix compat with moose method modifiers
2007-10-03 Ash Berlin Many-to-many relationships now warn if the utility...
2007-07-09 Matt S Trout many-many rel fix
2007-06-26 Simon Elliott many_to_many supports relation_rs method now
2007-06-26 Simon Elliott add_to returns inserted row in many_to_many relation
2006-12-21 Ash Berlin Made many_to_many throw an exception if its not provide...
2006-08-25 Matt S Trout fixes to many-many
2006-08-24 Justin Guenther fixed set_$rel (from many_to_many) to accept a listref
2006-08-10 Michael Leuchtenburg Support default aliases in many_to_many accessors....
2006-08-10 Michael Leuchtenburg Support for relationship attributes in many_to_many...
2006-06-19 Justin Guenther added many_to_many set_$rel helper and tests
2006-06-17 Justin Guenther added more many_to_many tests and changed add_to_rel...
2006-06-17 Justin Guenther fixed new many_to_many accessors and added tests and...
2006-06-05 Justin Guenther Added preliminary tests for new helpers
2006-05-12 Aran Deltac Initial work on helper methods for many_to_many relatio...
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-03-09 David Kamholz more assorted kleenoops
2006-01-31 David Kamholz re-fix many_to_many and add tests
2006-01-31 David Kamholz let many_to_many rels have attrs
2006-01-02 Matt S Trout And the extra main classes