Trivial documentation fixes
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual /
2006-04-20 Nigel Metheringham Trivial documentation fixes
2006-04-12 Jess Robinson Fix SQLT example (one of them anyway)
2006-04-12 Daniel Westermann... POD fix for search.cpan.org
2006-04-06 Luke Saunders fixed multiple column count distincts in SQLite and...
2006-04-01 Jess Robinson New doc
2006-03-30 Jess Robinson Typo fixups and small documentation expansions
2006-03-30 Nigel Metheringham Cleaned up reference to DBIx::Class::Manual::FAQ which...
2006-03-30 Nigel Metheringham Cleaned up reference to DBIx::Class::Manual::FAQ which...
2006-03-29 Jess Robinson ResultSetManager example from CaptainCarlos
2006-03-24 Matt S Trout Fixed in-code indent in Example.pod
2006-03-24 Matt S Trout Fixed indent in Example.pod
2006-03-24 Aran Deltac Spleling fixes all over.
2006-03-24 Aran Deltac Typos fixes to Manual/Component as well as adding Compo...
2006-03-23 Aran Deltac Component manual.
2006-03-22 Matt S Trout Nuked ExampleSchema (already copied to Example)
2006-03-21 Matt S Trout Updates to Intro
2006-03-21 Jess Robinson Nuked
2006-03-21 Jess Robinson New version
2006-03-21 Jess Robinson Nuke old version
2006-03-21 Matt S Trout Nuked FAQ and shifted it the useful bits into Troublesh...
2006-03-21 Jess Robinson Imported Schema stuff, some other improvements
2006-03-21 Simon Elliott Doc updates to remove PK::Auto::<db> references and...
2006-03-20 Jess Robinson Add predefined searches patch from Hartmaier Alexander
2006-03-18 Matt S Trout Merge 'DBIx-Class-current' into 'trunk'
2006-03-18 David Kamholz Merge 'DBIx-Class-current' into 'trunk'
2006-03-14 Kieren Diment Merge 'trunk' into 'DBIx-Class-current'
2006-03-13 Kieren Diment Changed DB namespace to MyDatabase namespace
2006-03-13 Kieren Diment Merge 'trunk' into 'DBIx-Class-current'
2006-03-13 Matt S Trout doc tweaks, failing test from jcs
2006-03-11 Kieren Diment minor change to AUTHOR section
2006-03-10 Matt S Trout doc fix£
2006-03-08 David Kamholz rename columns attr to cols
2006-03-04 Brandon L. Black a few more fixups to ExampleSchema.pod
2006-03-03 Brandon L. Black small typo fix to ExampleSchema.pod
2006-03-03 Kieren Diment Changed the name of CD class to Cd to be compatible...
2006-03-02 Kieren Diment Fixed a typo in the SQL::Translator section (missing...
2006-03-02 Kieren Diment Moved Example.pod to ExampleSchema.pod
2006-03-02 Kieren Diment Altered example to populate the db with DBIC
2006-03-01 Justin Guenther - Changed documentation to use txn_do() for transactions
2006-02-28 Cory G Watson Fix multi-namespace load_classes example in Manual...
2006-02-26 Matt S Trout Tweak to Manual::Example
2006-02-26 Matt S Trout Added Manual::Example from sc_
2006-02-23 Jesper Krogh Double char quoting implemented, now supports stuff...
2006-02-18 Jess Robinson Create glossary
2006-02-07 Brandon L. Black pod update: s/->storage->dbh->disconnect/->storage...
2006-02-01 Nigel Metheringham Pod formatting cleanup in Cookbook
2006-02-01 Nigel Metheringham Minor typo fix in schema manual
2006-01-27 Matt S Trout limit_dialect accessor for DBIC::Abstract
2006-01-27 Will Hawes add cookbook example for multi-step prefetch
2006-01-26 Will Hawes fix typo in search_like example
2006-01-25 Nigel Metheringham Debugging/trace output control. Allows redirection...
2006-01-24 Matt S Trout on_connect_do patch from abraxxa
2006-01-24 David Kamholz - rename ResultSetInstance class to ResultSetProxy
2006-01-23 Will Hawes add 'Easy migration from class-based to schema-based...
2006-01-23 Will Hawes add recipes for schema import/export + versioning
2006-01-21 Will Hawes add first draft of intro doc for schema-based use
2006-01-21 Daniel Westermann... - Move search examples under a new =head2; additional...
2006-01-20 Will Hawes added GROUP BY example
2006-01-20 Will Hawes add examples for paging/cols/select+as/count/distinct...
2006-01-20 Matt S Trout Renamed Table to ResultSource::Table, tweaked FAQ
2006-01-18 Will Hawes flesh out joins/prefetch; add multi-step join example...
2006-01-11 Daniel Westermann... Refer to DateTime inflation example
2006-01-10 Daniel Westermann... - Update indentation (again) to be consistent with...
2006-01-10 Daniel Westermann... Clarify usage of iterators somewhat
2006-01-07 Daniel Westermann... - Clean up indentation in Manual
2006-01-05 Matt S Trout FAQ and Troubleshooting additions from Nigel Metheringham
2005-12-29 Brian Cassidy added stringification example
2005-12-19 Brian Cassidy added cookbook example: setting default values
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-10 David Kamholz rename tx_* => txn_*
2005-12-10 David Kamholz update cookbook and resultset docs
2005-12-10 David Kamholz item => head2 in docs
2005-12-07 Matt S Trout Manual::Cookbook patch from Krzysztof Krzyzaniak
2005-11-20 David Kamholz small cleanup to last patch
2005-11-20 David Kamholz docs patch from dopplecoder with cleanups to Cookbook...
2005-11-03 Marcus Ramberg add manual descriptions
2005-11-03 Matt S Trout Added names to PODs
2005-11-03 Matt S Trout POD fixes
2005-10-20 Marcus Ramberg described schema better, and added note about when...
2005-10-14 Marcus Ramberg More docs.
2005-10-14 Marcus Ramberg improved docs.