dbsrgits/DBIx-Class.git
2006-03-25 Matt S Trout 0.06000 changes v0.06000
2006-03-25 Justin Guenther removed parentheses from argument lists in docs
2006-03-25 Justin Guenther changed Returns -> Return Value
2006-03-25 Aran Deltac Small doc typo fix in ResultSet.
2006-03-25 Matt S Trout Updated ResultSet docs
2006-03-24 Matt S Trout Linked Manual::Example from Manual
2006-03-24 Jess Robinson Docs!
2006-03-24 Jess Robinson Docs!
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 Jess Robinson Yet more docs ;)
2006-03-24 Justin Guenther cleaned up docs, added Arguments/Returns sections for...
2006-03-24 Justin Guenther clarified method docs
2006-03-24 Justin Guenther reworded result -> row
2006-03-24 Justin Guenther documented DBIx::Class::Cursor and DBIx::Class::Storage...
2006-03-24 David Kamholz fix erur fix
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.... Added use strict / use warnings everywhere it was missing
2006-03-24 Matt S Trout svn-log stealer script
2006-03-24 Matt S Trout svn log thingy from dngor
2006-03-24 Matt S Trout Fixed speling erurs
2006-03-24 Brandon L.... minor test fix
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 Will Hawes add basic cache tests/docs to trunk
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 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 Justin Guenther Documentation indenting/formatting fixes
2006-03-21 Jess Robinson Nuked mentions of SchemaIntro, all in Intro.pod now
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 Matt S Trout Tweaked columns_info_for test to get around SQLite...
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 Doc updates in DBIx/Class.pm
2006-03-21 Jess Robinson ddddocs!
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-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-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 Aran Deltac Added a couple entries to the TODO list.
2006-03-18 Matt S Trout Fix for delete on full-table resultsets
2006-03-18 Matt S Trout Added _04 placeholder and note for last commit
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.... silence PrintError in our RaiseError eval
2006-03-15 Brandon L.... replace the ugly _column_info_broken method-flag with...
2006-03-15 Brandon L.... Changes updates
2006-03-15 Brandon L.... >connection does nothing if storage defined and no...
2006-03-15 Brandon L.... Storage::DBI throws intelligent exception if no @connec...
2006-03-15 Brandon L.... columns_info_for upgrades, related test updates, relate...
2006-03-15 Brandon L.... fork tests/code improved, ithreads tests/code added...
2006-03-14 Justin Guenther fixed test plan
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 Justin Guenther added a test for count() caching
2006-03-14 Justin Guenther added an old change to Changes
2006-03-14 Brandon L.... 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 fix Changes, remove README
2006-03-10 David Kamholz changes for 0.05999_02
2006-03-10 Matt S Trout test fixups, Schema optimisation tweaks
2006-03-10 Scott McWhirter Update changes to show the fact we've hidden stuff...
next