Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / ManyToMany.pm
2016-09-30 Peter Rabbitson Restore the context sensitive m2m helper calling of...
2016-09-27 Peter Rabbitson Protect several resolve_relationship_condition() callsites
2016-07-26 Peter Rabbitson Expand annotations to cover all generated methods
2016-07-26 Peter Rabbitson Annotate every indirect sugar-method
2016-07-25 Peter Rabbitson Rename variables/shuffle some code, preparing for next...
2016-06-10 Peter Rabbitson Fix m2m regression from 8a67d9cf (simple but deadly)
2016-05-17 Peter Rabbitson Add a few more indirect call guards missed in e5053694
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2015-08-13 Peter Rabbitson Convert the m2m helper generation to Sub::Quote (as...
2015-08-13 Peter Rabbitson More reshuffling of the m2m helper code - no functional...
2015-08-13 Peter Rabbitson Add missing deprecation warnings on m2m set_*, tighten...
2015-08-13 Peter Rabbitson Convert the m2m helper generation to Sub::Quote (as...
2015-08-13 Peter Rabbitson More reshuffling of the m2m helper code - no functional...
2015-08-13 Peter Rabbitson Add missing deprecation warnings on m2m set_*, tighten...
2015-08-12 Peter Rabbitson Multiple common sense fixes for m2m accessors
2015-08-12 Peter Rabbitson Rewrite incredibly overcomplicated add_X m2m helper
2015-07-05 Peter Rabbitson Multiple common sense fixes for m2m accessors
2015-07-05 Peter Rabbitson Rewrite incredibly overcomplicated add_X m2m helper
2014-07-19 Peter Rabbitson Simplify no wantarray assert (a9da9b6a) - fish out...
2014-06-11 Peter Rabbitson Adjust error messages - joinfrees can be returned from...
2014-03-08 Sean Zellmer Removed useless line of code in many_to_many
2013-10-08 Peter Rabbitson Fix and guard against erroneous use of list context...
2011-04-07 Peter Rabbitson Merge branch 0.08200_track into master
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-01-20 Peter Rabbitson Fix $object->search_related aliasing, change semantics...
2011-01-20 Peter Rabbitson Pass relationship name to _resolve_condition explicitly
2011-01-20 Daniel Ruoso makes search_related on extended rels without the optim...
2011-01-20 Daniel Ruoso Most of the code reviewed... Missing ResultSet->populat...
2010-12-27 Peter Rabbitson Fix check for blessedness and minor cleanup in many_to_...
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