AUTHORS mass update; mst doesn't have to take credit for -everything- :)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship.pm
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-11-26 Peter Valdemar Mørch Modifying links to /condition to point to DBIC::Relatio...
2011-04-08 Rafael Kitover Consistently use MyApp::Schema throught the documentation
2011-01-20 Peter Rabbitson Switch code/documentation/examples/tests to the new...
2011-01-20 Jess Robinson Relationship documentation on extended (custom) relatio...
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2009-12-16 Curtis "Ovid" Poe Have has_one/might_have warn if set on nullable columns.
2009-11-30 Dan Thomas Alter the docs for has_many relationships to make them...
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2008-12-30 Jess Robinson Add definitions of relationship and relationship bridge...
2008-12-16 Guillermo Roditi rename option to undef_on_null_fk and make it default...
2008-12-16 Guillermo Roditi Introduce 'any_null_means_no_value' option to eliminate...
2008-11-02 Peter Rabbitson Better linking in Relatiomship POD
2008-11-02 Peter Rabbitson Clarify Relationship POD
2008-10-05 Jess Robinson Fix incorrect relationship docs!
2008-08-31 Jess Robinson Added doc patches from g about cascade_delete
2008-06-11 Jess Robinson Blasted relation docs..
2008-06-02 Jess Robinson I suck, should read code while doccing it, not assume...
2008-05-31 Jess Robinson Fix broken pod test (missing newline!)
2008-05-30 Jess Robinson Updating to new doc standard.
2008-05-30 Jess Robinson Started doc standards doc in Manual::Reading.
2008-05-08 Nigel Metheringham cascade_copy docs (format fixed)
2008-05-08 Nigel Metheringham cascade_copy docs - takes from osdir.com/ml/lang.perl...
2008-04-16 Jess Robinson Documentation updates from omega, carbon
2007-09-11 Jess Robinson Much doch shuffling and more argument explanations...
2007-03-03 David Jack Olrik Reverted accidental 'svk pull' from inside mirrored...
2007-02-02 Jess Robinson POD updates
2006-11-16 Jess Robinson Added patch from Ted Carnahan to rel docs v0.07003
2006-11-15 Jess Robinson Fix foreign/self example
2006-08-23 Justin Guenther More Relationship docs clarifications/fixes
2006-08-23 Justin Guenther Fixed typos in new Relationship docs, and made style...
2006-08-23 Justin Guenther Cleaned up and clarified Relationship docs
2006-08-16 Jesse Sheidlower minor doc clarifications
2006-07-05 Nigel Metheringham Added note to belongs_to documentation
2006-06-19 Jess Robinson Update docs for new m2m accessors
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-05-18 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-17 Jess Robinson Documentation updates
2006-05-09 Aran Deltac Fixes to _rs related docs.
2006-05-09 Aran Deltac Add search_rs to ResultSet and a new {$rel}_rs accessor...
2006-04-15 Matt S Trout Fixed typo in Relationship POD
2006-04-14 Jess Robinson oops, bogus many_to_many example in pod
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-24 Jess Robinson Yet more docs ;)
2006-03-24 Aran Deltac Spleling fixes all over.
2006-03-21 Justin Guenther Documentation indenting/formatting fixes
2006-03-21 Jess Robinson ddddocs!
2006-03-20 Jess Robinson de-foo documentation ;)
2006-02-28 Matt S Trout Additional docs for many_to_many
2006-02-18 Brandon L. Black pod =head3 Arguments stuff
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-11 Matt S Trout Added ->relationships and ->relationship_info from...
2006-01-02 Matt S Trout Some tweaks to Componentised, many_to_many helper from...
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-11 David Kamholz merge resultset branch through revision 371
2005-12-10 David Kamholz fixed up relationship docs
2005-12-10 David Kamholz item => head2 in docs
2005-12-10 David Kamholz docs updates to Relationship and ResultSet
2005-11-15 Matt S Trout Shoved Class::Data::Inheritable into DBIx::Class, more...
2005-09-18 Matt S Trout Moved might_have compat back out into a CDBICompat...
2005-09-18 Matt S Trout Addition of a bunch of helper relationship methods
2005-09-17 Matt S Trout Test split to run against normal rels and helper rels...
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-08-07 Matt S Trout More refactoring. Relationship now a virtual package
2005-08-07 Matt S Trout Cursor abstracted, delete_related added
2005-08-07 Matt S Trout Fixed search/count_related to use Abstract (though...
2005-08-06 Matt S Trout Fixed DBICTest Schema class names, added class_resolver...
2005-08-06 Dan Kubb Renamed DBIx::Class::PK's retrieve() as find()
2005-08-04 Matt S Trout Mostly refactored everything to select/update/delete...
2005-08-02 Matt S Trout Added count_from_sql, refactored andyg's count_related...
2005-08-02 Andy Grundman Added count, count_related, and tests
2005-08-02 Matt S Trout More refactoring and tweaking, might_have support added
2005-08-02 Matt S Trout Factored common cdbi rel features out into Relationship...
2005-08-02 Matt S Trout Made add_relationship remove the relationship entry...
2005-08-02 Matt S Trout Join conditions supplied to add_relationship are now...
2005-08-01 Matt S Trout add_relatinship now barfs without join condition
2005-07-31 Marcus Ramberg Add ::Exception, and use throw instead of die.
2005-07-29 Marcus Ramberg basic pod stubs for everything but the CDBI compat...
2005-07-29 Matt S Trout Fix to search_realted on relationships without attrs...
2005-07-29 Matt S Trout Tweaked, prodded, refactored. Thanks to draven for...
2005-07-23 Matt S Trout Extra files for relationships, has_many support