Merge 'trunk' into 'DBIx-Class-current'
[dbsrgits/DBIx-Class.git] / lib /
2006-03-24 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-24 Aran Deltac Spleling fixes all over.
2006-03-24 Justin Guenther changed formatting for arguments/return values in metho...
2006-03-24 Justin Guenther fixed a stupid typo
2006-03-24 Justin Guenther expanded/clarified documentation
2006-03-24 Justin Guenther code reformatting for readibility
2006-03-24 Matt S Trout Added IRC handles for everybody except Todd Lipcon...
2006-03-24 Brandon L. Black Added use strict / use warnings everywhere it was missing
2006-03-24 Matt S Trout Fixed speling erurs
2006-03-24 Aran Deltac Fixes to Tree::AdjacencyList, and working tests.
2006-03-24 Aran Deltac Typos fixes to Manual/Component as well as adding Compo...
2006-03-23 Aran Deltac Component manual.
2006-03-23 Aran Deltac New collection_column feature with working tests.
2006-03-23 Aran Deltac Additional tests for first_sibling and last_sibling.
2006-03-23 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-23 Will Hawes add basic cache tests/docs to trunk
2006-03-23 Will Hawes remove cache tests/docs incorrectly committed to branch
2006-03-23 Aran Deltac No more $self->search in Positioned.
2006-03-23 Aran Deltac Use the more verbose search syntax in previous_sibling.
2006-03-23 Aran Deltac Fixes and tests for next/previous _sibling.
2006-03-23 Aran Deltac Various fixes to Positioned. Tests no longer test...
2006-03-23 Will Hawes add basic cache tests/documentation
2006-03-22 Jess Robinson Fixup sequence docs
2006-03-22 Jess Robinson Fix up is_auto_increment doc
2006-03-22 Justin Guenther fixed unclear documentation regarding context in txn_do()
2006-03-22 Matt S Trout Nuked ancient and unused classdata entry
2006-03-22 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-22 Matt S Trout Nuked ExampleSchema (already copied to Example)
2006-03-21 Matt S Trout lib/DBIx/Class/ResultSource.pm
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 Merge 'trunk' into 'DBIx-Class-current'
2006-03-21 Justin Guenther Documentation indenting/formatting fixes
2006-03-21 Aran Deltac Additional tests for AdjacencyList.
2006-03-21 Jess Robinson Nuked mentions of SchemaIntro, all in Intro.pod now
2006-03-21 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
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 Matt S Trout Updated compose_* docs
2006-03-21 Simon Elliott Doc updates to remove PK::Auto::<db> references and...
2006-03-21 Jess Robinson documenting!
2006-03-21 Simon Elliott undo changes that should have been in TRUNK. /me thwaps...
2006-03-21 Simon Elliott Misc doc updates.
2006-03-21 Simon Elliott Doc fixes for PK::Auto::DB references. All handled...
2006-03-21 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-21 Matt S Trout Corrected columns_info_for indent level - 2 space inden...
2006-03-21 Matt S Trout Docs tweaks from bluefeet, correction to ResultSet...
2006-03-21 Justin Guenther changed Foo/Bar in docs to more meaningful names
2006-03-21 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-21 Matt S Trout Doc updates in DBIx/Class.pm
2006-03-21 Jess Robinson ddddocs!
2006-03-20 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-03-20 Daniel Westermann... Fix exception text for nonexistent key in ResultSet...
2006-03-20 Jess Robinson de-foo documentation ;)
2006-03-20 Matt S Trout Marked deploy as experimental
2006-03-20 Jess Robinson Add predefined searches patch from Hartmaier Alexander
2006-03-20 Aran Deltac New Tree::AdjecencyList module.
2006-03-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-19 Matt S Trout Made do_txn respect void context (on the off-chance...
2006-03-19 Matt S Trout Fix to columns_info_for for type(size)
2006-03-19 Aran Deltac Removeing Tree:: stuff since I didnt mean to check...
2006-03-19 Aran Deltac Rename move_up and move_down to move_previous and move_...
2006-03-19 Aran Deltac Adding a new component for handling positioned lists.
2006-03-18 Matt S Trout Post-merge fixups
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-18 Matt S Trout (no commit message)
2006-03-18 Matt S Trout Fix for delete on full-table resultsets
2006-03-18 Matt S Trout Fixup for count
2006-03-17 David Kamholz trivial optimization to MODIFY_CODE_ATTRIBUTES
2006-03-16 David Kamholz put phaylon back, he was a victim of svk :)
2006-03-16 Justin Guenther Merge 'trunk' into 'DBIx-Class-current'
2006-03-16 David Kamholz hopefully fix atsushi kobayahi's ResultSetManager issue
2006-03-16 Marcus Ramberg fix for pg seq detection.
2006-03-16 Justin Guenther fixed e-mail address
2006-03-16 David Kamholz doc clarifications to ResultSetManager
2006-03-15 Brandon L. Black silence PrintError in our RaiseError eval
2006-03-15 Brandon L. Black replace the ugly _column_info_broken method-flag with...
2006-03-15 Brandon L. Black >connection does nothing if storage defined and no...
2006-03-15 Brandon L. Black Storage::DBI throws intelligent exception if no @connec...
2006-03-15 Brandon L. Black columns_info_for upgrades, related test updates, relate...
2006-03-15 Brandon L. Black fork tests/code improved, ithreads tests/code added...
2006-03-14 David Kamholz weaken result_source in all resultsets
2006-03-14 Kieren Diment Merge 'trunk' into 'DBIx-Class-current'
2006-03-14 Brandon L. Black Changes update / version bump for 0.05999_03 release
2006-03-14 Matt S Trout Fixed hm prefetch
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-13 Marcus Ramberg fix for hm prefetch and test.
2006-03-12 Jess Robinson Oops, deploy only drops tables if you tell it to..
2006-03-11 Jess Robinson deploy debugging and drop table statements
2006-03-11 Kieren Diment minor change to AUTHOR section
2006-03-10 Matt S Trout doc fix£
2006-03-10 David Kamholz changes for 0.05999_02
2006-03-10 Matt S Trout test fixups, Schema optimisation tweaks
2006-03-09 Cory G Watson Allow scalarefs passed to order_by to pass straight...
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
next