Changes and version bump for release plus a missing add
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class.pm
2006-01-20 Matt S Trout Changes and version bump for release plus a missing add
2006-01-14 Matt S Trout Fixed odd ->search bug caused by S::A brain damage
2006-01-14 Matt S Trout Release shipped, Changes update and version bumped
2006-01-11 Matt S Trout Extra test from Will Hawes
2006-01-11 Matt S Trout Added ->relationships and ->relationship_info from...
2006-01-03 Matt S Trout Added note about version padding to remind people packa...
2006-01-02 Matt S Trout Some tweaks to Componentised, many_to_many helper from...
2005-12-27 Matt S Trout bumped version to 0.04999_02 after dev release
2005-12-14 Matt S Trout Fixup after pull from trunk
2005-12-14 Matt S Trout Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-13 David Kamholz - add ResultSet to see also in main POD
2005-12-13 David Kamholz fix docs typo
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-10 David Kamholz update cookbook and resultset docs
2005-12-10 David Kamholz more dob updates
2005-12-10 David Kamholz fix last patch
2005-12-09 Matt S Trout Lo, doth everything now use resultset_instance
2005-12-09 David Kamholz Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-07 David Kamholz updated contributors list
2005-11-28 Matt S Trout Cleanup in resultset, made storage prepare_cached for...
2005-11-27 Matt S Trout Fixed InflateColumn to call set_column during set_infla...
2005-11-27 Matt S Trout Merge 'DBIx-Class-C3' into 'DBIx-Class-resultset'
2005-11-27 Matt S Trout Committed version bump to DBIx::Class
2005-11-25 Matt S Trout Version bumped to 0.03999_03, fix for Auto::PK issues...
2005-11-24 Matt S Trout Updated version and POD
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 Shoved Class::Data::Inheritable into DBIx::Class, more...
2005-11-08 Matt S Trout Added fix to avoid undef warnings in CDBICompat stringify
2005-11-02 Matt S Trout Changed use to require in Relationship/Base to avoid...
2005-10-14 Marcus Ramberg merged in hartmeier quickstart
2005-10-14 Marcus Ramberg improved docs.
2005-09-30 Matt S Trout Version bumped to 0.03002, assorted minor changes
2005-09-23 Andy Grundman Final 0.03001 release v0.03001
2005-09-23 Matt S Trout Updated version to 0.03001, added bug fixes to Changes
2005-09-18 Matt S Trout Moved might_have compat back out into a CDBICompat...
2005-09-09 Matt S Trout Upped version to 0.03 :)
2005-08-12 Andy Grundman Added contributor list
2005-08-10 Matt S Trout Fixes, refactoring, test additions
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-04 Matt S Trout Schema support added, DBICTest refactored to use it
2005-08-04 Matt S Trout Mostly refactored everything to select/update/delete...
2005-08-04 Matt S Trout DBIx::Class is now a component loader
2005-08-02 Matt S Trout Very very brief doc stubs for main package, DB.pm and...
2005-07-29 Marcus Ramberg basic pod stubs for everything but the CDBI compat...
2005-07-19 Matt S Trout Build.PL added, 01-columns and 02-Film pass, $VERSION...
2005-07-19 Matt S Trout Initial commit of DBIx::Class (experimental Class:...