Matt S Trout [Tue, 28 Mar 2006 22:22:01 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r9255@obrien (orig r1356): bluefeet | 2006-03-25 02:28:25 +0000
Small doc typo fix in ResultSet.
r9256@obrien (orig r1357): jguenther | 2006-03-25 08:43:38 +0000
changed Returns -> Return Value
r9257@obrien (orig r1358): jguenther | 2006-03-25 08:49:58 +0000
removed parentheses from argument lists in docs
r9260@obrien (orig r1359): matthewt | 2006-03-25 18:08:38 +0000
0.06000 changes
r9341@obrien (orig r1362): ningu | 2006-03-26 00:15:00 +0000
various small doc fixes
r9342@obrien (orig r1363): ningu | 2006-03-26 00:16:07 +0000
missed a couple things
r9344@obrien (orig r1365): blblack | 2006-03-26 15:44:25 +0100
converted tabs to spaces, removed trailing whitespace
r9349@obrien (orig r1370): matthewt | 2006-03-27 18:35:26 +0100
Quoting fixes for single-table ops
r9352@obrien (orig r1372): matthewt | 2006-03-27 21:09:09 +0100
Fix typo in from rs attr docs
r9365@obrien (orig r1377): nothingmuch | 2006-03-27 23:21:27 +0100
split( ";\n", @statements" ) returns crack
r9368@obrien (orig r1380): bricas | 2006-03-28 14:04:30 +0100
minor pod fixes
r9371@obrien (orig r1381): castaway | 2006-03-28 15:37:34 +0100
More debugging for "no sth generated"
r9372@obrien (orig r1382): sszabo | 2006-03-28 19:28:37 +0100
Changed logic for determining foreign key constraints
in SQL::Translator::Parser::DBIx::Class to compare
self keys against the primary key.
Made SQL::Translator::Parser::DBIx::Class handle
multi-column foreign key constraints.
Added tests on helperrels for these.
r9373@obrien (orig r1383): sszabo | 2006-03-28 19:54:35 +0100
Add missing ) before unless.
Stephan Szabo [Tue, 28 Mar 2006 18:54:35 +0000]
Add missing ) before unless.
Stephan Szabo [Tue, 28 Mar 2006 18:28:37 +0000]
Changed logic for determining foreign key constraints
in SQL::Translator::Parser::DBIx::Class to compare
self keys against the primary key.
Made SQL::Translator::Parser::DBIx::Class handle
multi-column foreign key constraints.
Added tests on helperrels for these.
Jess Robinson [Tue, 28 Mar 2006 14:37:34 +0000]
More debugging for "no sth generated"
Brian Cassidy [Tue, 28 Mar 2006 13:04:30 +0000]
minor pod fixes
Aran Deltac [Mon, 27 Mar 2006 23:29:37 +0000]
New is_column_changed method in DBIC::Row.
Yuval Kogman [Mon, 27 Mar 2006 22:21:27 +0000]
split( ";\n", @statements" ) returns crack
Matt S Trout [Mon, 27 Mar 2006 20:09:09 +0000]
Fix typo in from rs attr docs
Aran Deltac [Mon, 27 Mar 2006 18:39:41 +0000]
Added a TODO for deploy().
Matt S Trout [Mon, 27 Mar 2006 17:35:26 +0000]
Quoting fixes for single-table ops
Brandon L. Black [Sun, 26 Mar 2006 15:04:53 +0000]
minor fixes to the recent connect_info change
Brandon L. Black [Sun, 26 Mar 2006 14:50:39 +0000]
Merge 'trunk' into 'DBIx-Class-current'
merged trunk rev 1365 (whitespace fixes) to -current branch
Brandon L. Black [Sun, 26 Mar 2006 14:44:25 +0000]
converted tabs to spaces, removed trailing whitespace
Brandon L. Black [Sun, 26 Mar 2006 07:39:07 +0000]
support on_connect_do, limit_dialect, quote_char, and name_sep within connect_info as hashref in last element of info arrayref
David Kamholz [Sun, 26 Mar 2006 00:16:07 +0000]
missed a couple things
David Kamholz [Sun, 26 Mar 2006 00:15:00 +0000]
various small doc fixes
Matt S Trout [Sat, 25 Mar 2006 22:39:26 +0000]
More stuff for TODO
Matt S Trout [Sat, 25 Mar 2006 18:08:38 +0000]
0.06000 changes
Justin Guenther [Sat, 25 Mar 2006 08:49:58 +0000]
removed parentheses from argument lists in docs
Justin Guenther [Sat, 25 Mar 2006 08:43:38 +0000]
changed Returns -> Return Value
Aran Deltac [Sat, 25 Mar 2006 02:28:25 +0000]
Small doc typo fix in ResultSet.
Matt S Trout [Sat, 25 Mar 2006 02:22:44 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r9194@obrien (orig r1339): ningu | 2006-03-24 20:38:00 +0000
fix erur fix
r9195@obrien (orig r1340): jguenther | 2006-03-24 20:54:55 +0000
documented DBIx::Class::Cursor and DBIx::Class::Storage::DBI::Cursor
r9196@obrien (orig r1341): jguenther | 2006-03-24 20:58:12 +0000
reworded result -> row
r9197@obrien (orig r1342): jguenther | 2006-03-24 21:05:46 +0000
clarified method docs
r9198@obrien (orig r1343): jguenther | 2006-03-24 21:11:39 +0000
cleaned up docs, added Arguments/Returns sections for most methods
r9199@obrien (orig r1344): castaway | 2006-03-24 21:24:23 +0000
Yet more docs ;)
r9200@obrien (orig r1345): matthewt | 2006-03-24 21:28:19 +0000
Fixed indent in Example.pod
r9201@obrien (orig r1346): matthewt | 2006-03-24 21:33:21 +0000
Fixed in-code indent in Example.pod
r9202@obrien (orig r1347): castaway | 2006-03-24 21:36:03 +0000
Docs!
r9203@obrien (orig r1348): castaway | 2006-03-24 22:04:56 +0000
Docs!
r9204@obrien (orig r1349): matthewt | 2006-03-24 22:42:42 +0000
Linked Manual::Example from Manual
r9209@obrien (orig r1354): matthewt | 2006-03-25 00:08:58 +0000
Updated ResultSet docs
Matt S Trout [Sat, 25 Mar 2006 00:08:58 +0000]
Updated ResultSet docs
Aran Deltac [Fri, 24 Mar 2006 23:53:44 +0000]
Fixed the Positional test to use the new test calss name.
Aran Deltac [Fri, 24 Mar 2006 23:47:59 +0000]
Remove Tree and TokenGroup modules in favor of the new DBIx::Class::Tree distribution.
Matt S Trout [Fri, 24 Mar 2006 22:42:42 +0000]
Linked Manual::Example from Manual
Jess Robinson [Fri, 24 Mar 2006 22:04:56 +0000]
Docs!
Jess Robinson [Fri, 24 Mar 2006 21:36:03 +0000]
Docs!
Matt S Trout [Fri, 24 Mar 2006 21:33:21 +0000]
Fixed in-code indent in Example.pod
Matt S Trout [Fri, 24 Mar 2006 21:28:19 +0000]
Fixed indent in Example.pod
Jess Robinson [Fri, 24 Mar 2006 21:24:23 +0000]
Yet more docs ;)
Justin Guenther [Fri, 24 Mar 2006 21:11:39 +0000]
cleaned up docs, added Arguments/Returns sections for most methods
Justin Guenther [Fri, 24 Mar 2006 21:05:46 +0000]
clarified method docs
Justin Guenther [Fri, 24 Mar 2006 20:58:12 +0000]
reworded result -> row
Justin Guenther [Fri, 24 Mar 2006 20:54:55 +0000]
documented DBIx::Class::Cursor and DBIx::Class::Storage::DBI::Cursor
David Kamholz [Fri, 24 Mar 2006 20:38:00 +0000]
fix erur fix
Aran Deltac [Fri, 24 Mar 2006 20:30:10 +0000]
New experimental TokenGroup component.
Aran Deltac [Fri, 24 Mar 2006 15:45:10 +0000]
Additional DOM-like methods for AdjacencyList.
Aran Deltac [Fri, 24 Mar 2006 15:16:41 +0000]
Rename Positioned as Positional.
Matt S Trout [Fri, 24 Mar 2006 14:56:34 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r9106@obrien (orig r1319): bluefeet | 2006-03-23 21:48:43 +0000
Component manual.
r9107@obrien (orig r1320): bluefeet | 2006-03-24 00:02:19 +0000
Typos fixes to Manual/Component as well as adding Component to Manual.pod.
r9109@obrien (orig r1321): blblack | 2006-03-24 02:25:20 +0000
minor test fix
r9111@obrien (orig r1323): matthewt | 2006-03-24 03:46:40 +0000
Fixed speling erurs
r9112@obrien (orig r1324): matthewt | 2006-03-24 04:38:08 +0000
svn log thingy from dngor
r9113@obrien (orig r1325): matthewt | 2006-03-24 04:41:01 +0000
svn-log stealer script
r9115@obrien (orig r1326): blblack | 2006-03-24 05:00:32 +0000
Added use strict / use warnings everywhere it was missing
r9116@obrien (orig r1327): matthewt | 2006-03-24 05:16:48 +0000
Added IRC handles for everybody except Todd Lipcon, who I dunno about :(
r9117@obrien (orig r1328): jguenther | 2006-03-24 06:01:55 +0000
code reformatting for readibility
r9118@obrien (orig r1329): jguenther | 2006-03-24 06:04:16 +0000
expanded/clarified documentation
r9119@obrien (orig r1330): jguenther | 2006-03-24 07:06:05 +0000
fixed a stupid typo
r9120@obrien (orig r1331): jguenther | 2006-03-24 07:16:39 +0000
changed formatting for arguments/return values in method docs
r9123@obrien (orig r1334): bluefeet | 2006-03-24 14:40:23 +0000
Spleling fixes all over.
Aran Deltac [Fri, 24 Mar 2006 14:40:23 +0000]
Spleling fixes all over.
Justin Guenther [Fri, 24 Mar 2006 07:16:39 +0000]
changed formatting for arguments/return values in method docs
Justin Guenther [Fri, 24 Mar 2006 07:06:05 +0000]
fixed a stupid typo
Justin Guenther [Fri, 24 Mar 2006 06:04:16 +0000]
expanded/clarified documentation
Justin Guenther [Fri, 24 Mar 2006 06:01:55 +0000]
code reformatting for readibility
Matt S Trout [Fri, 24 Mar 2006 05:16:48 +0000]
Added IRC handles for everybody except Todd Lipcon, who I dunno about :(
Brandon L. Black [Fri, 24 Mar 2006 05:00:32 +0000]
Added use strict / use warnings everywhere it was missing
Matt S Trout [Fri, 24 Mar 2006 04:41:01 +0000]
svn-log stealer script
Matt S Trout [Fri, 24 Mar 2006 04:38:08 +0000]
svn log thingy from dngor
Matt S Trout [Fri, 24 Mar 2006 03:46:40 +0000]
Fixed speling erurs
Aran Deltac [Fri, 24 Mar 2006 03:43:16 +0000]
Fixes to Tree::AdjacencyList, and working tests.
Brandon L. Black [Fri, 24 Mar 2006 02:25:20 +0000]
minor test fix
Aran Deltac [Fri, 24 Mar 2006 00:02:19 +0000]
Typos fixes to Manual/Component as well as adding Component to Manual.pod.
Aran Deltac [Thu, 23 Mar 2006 21:48:43 +0000]
Component manual.
Aran Deltac [Thu, 23 Mar 2006 19:57:43 +0000]
New collection_column feature with working tests.
Aran Deltac [Thu, 23 Mar 2006 18:05:37 +0000]
Additional tests for first_sibling and last_sibling.
Matt S Trout [Thu, 23 Mar 2006 18:05:16 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r9088@obrien (orig r1305): matthewt | 2006-03-22 11:52:30 +0000
Nuked ancient and unused classdata entry
r9091@obrien (orig r1306): jguenther | 2006-03-22 18:16:27 +0000
fixed unclear documentation regarding context in txn_do()
r9092@obrien (orig r1307): castaway | 2006-03-22 22:41:38 +0000
Fix up is_auto_increment doc
r9093@obrien (orig r1308): castaway | 2006-03-22 22:46:30 +0000
Fixup sequence docs
r9100@obrien (orig r1315): wdh | 2006-03-23 18:02:43 +0000
add basic cache tests/docs to trunk
Will Hawes [Thu, 23 Mar 2006 18:02:43 +0000]
add basic cache tests/docs to trunk
Will Hawes [Thu, 23 Mar 2006 18:00:49 +0000]
remove cache tests/docs incorrectly committed to branch
Aran Deltac [Thu, 23 Mar 2006 17:52:51 +0000]
No more $self->search in Positioned.
Aran Deltac [Thu, 23 Mar 2006 17:40:14 +0000]
Use the more verbose search syntax in previous_sibling.
Aran Deltac [Thu, 23 Mar 2006 17:37:05 +0000]
Fixes and tests for next/previous _sibling.
Aran Deltac [Thu, 23 Mar 2006 17:21:32 +0000]
Various fixes to Positioned. Tests no longer test AdjacencyList.
Will Hawes [Thu, 23 Mar 2006 16:44:48 +0000]
add basic cache tests/documentation
Jess Robinson [Wed, 22 Mar 2006 22:46:30 +0000]
Fixup sequence docs
Jess Robinson [Wed, 22 Mar 2006 22:41:38 +0000]
Fix up is_auto_increment doc
Justin Guenther [Wed, 22 Mar 2006 18:16:27 +0000]
fixed unclear documentation regarding context in txn_do()
Matt S Trout [Wed, 22 Mar 2006 11:52:30 +0000]
Nuked ancient and unused classdata entry
Matt S Trout [Wed, 22 Mar 2006 06:18:25 +0000]
Merge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Wed, 22 Mar 2006 00:18:25 +0000]
Nuked ExampleSchema (already copied to Example)
Matt S Trout [Tue, 21 Mar 2006 23:14:45 +0000]
lib/DBIx/Class/ResultSource.pm
Matt S Trout [Tue, 21 Mar 2006 22:51:03 +0000]
Updates to Intro
Jess Robinson [Tue, 21 Mar 2006 22:47:30 +0000]
Nuked
Jess Robinson [Tue, 21 Mar 2006 22:46:35 +0000]
New version
Jess Robinson [Tue, 21 Mar 2006 22:46:20 +0000]
Nuke old version
Matt S Trout [Tue, 21 Mar 2006 22:41:01 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r9072@obrien (orig r1289): castaway | 2006-03-21 20:37:32 +0000
Nuked mentions of SchemaIntro, all in Intro.pod now
r9075@obrien (orig r1292): jguenther | 2006-03-21 22:15:39 +0000
Documentation indenting/formatting fixes
Justin Guenther [Tue, 21 Mar 2006 22:15:39 +0000]
Documentation indenting/formatting fixes
Aran Deltac [Tue, 21 Mar 2006 20:55:19 +0000]
Additional tests for AdjacencyList.
Jess Robinson [Tue, 21 Mar 2006 20:37:32 +0000]
Nuked mentions of SchemaIntro, all in Intro.pod now
Matt S Trout [Tue, 21 Mar 2006 20:36:26 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r9062@obrien (orig r1283): castaway | 2006-03-21 18:47:26 +0000
documenting!
r9063@obrien (orig r1284): purge | 2006-03-21 18:52:32 +0000
Doc updates to remove PK::Auto::<db> references and miscellaneous trinkets.
r9064@obrien (orig r1285): matthewt | 2006-03-21 19:32:56 +0000
Updated compose_* docs
r9065@obrien (orig r1286): castaway | 2006-03-21 20:34:49 +0000
Imported Schema stuff, some other improvements
r9066@obrien (orig r1287): matthewt | 2006-03-21 20:35:38 +0000
Nuked FAQ and shifted it the useful bits into Troubleshooting
Matt S Trout [Tue, 21 Mar 2006 20:35:38 +0000]
Nuked FAQ and shifted it the useful bits into Troubleshooting
Jess Robinson [Tue, 21 Mar 2006 20:34:49 +0000]
Imported Schema stuff, some other improvements
Matt S Trout [Tue, 21 Mar 2006 19:32:56 +0000]
Updated compose_* docs
Simon Elliott [Tue, 21 Mar 2006 18:52:32 +0000]
Doc updates to remove PK::Auto::<db> references and miscellaneous trinkets.
Jess Robinson [Tue, 21 Mar 2006 18:47:26 +0000]
documenting!
Simon Elliott [Tue, 21 Mar 2006 18:35:23 +0000]
undo changes that should have been in TRUNK. /me thwaps self
Simon Elliott [Tue, 21 Mar 2006 18:06:59 +0000]
Misc doc updates.
Simon Elliott [Tue, 21 Mar 2006 17:47:24 +0000]
Doc fixes for PK::Auto::DB references. All handled in storage now.
Matt S Trout [Tue, 21 Mar 2006 15:57:51 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r9049@obrien (orig r1275): jguenther | 2006-03-21 12:03:55 +0000
changed Foo/Bar in docs to more meaningful names
r9050@obrien (orig r1276): matthewt | 2006-03-21 14:10:01 +0000
Docs tweaks from bluefeet, correction to ResultSet POD update by jguenther
r9051@obrien (orig r1277): matthewt | 2006-03-21 14:26:22 +0000
Corrected columns_info_for indent level - 2 space indent everyone please, you may not like it but the rest of the code is already like that
r9052@obrien (orig r1278): matthewt | 2006-03-21 15:57:16 +0000
Tweaked columns_info_for test to get around SQLite inconsistencies
Matt S Trout [Tue, 21 Mar 2006 15:57:16 +0000]
Tweaked columns_info_for test to get around SQLite inconsistencies
Matt S Trout [Tue, 21 Mar 2006 14:26:22 +0000]
Corrected columns_info_for indent level - 2 space indent everyone please, you may not like it but the rest of the code is already like that
Matt S Trout [Tue, 21 Mar 2006 14:10:01 +0000]
Docs tweaks from bluefeet, correction to ResultSet POD update by jguenther
Justin Guenther [Tue, 21 Mar 2006 12:03:55 +0000]
changed Foo/Bar in docs to more meaningful names
Brandon L. Black [Tue, 21 Mar 2006 06:52:02 +0000]
better way of disabling warnings/errors for DROP TABLE in test
Matt S Trout [Tue, 21 Mar 2006 04:57:37 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r9041@obrien (orig r1267): castaway | 2006-03-21 00:25:14 +0000
ddddocs!
r9046@obrien (orig r1272): matthewt | 2006-03-21 04:57:00 +0000
Doc updates in DBIx/Class.pm
Matt S Trout [Tue, 21 Mar 2006 04:57:00 +0000]
Doc updates in DBIx/Class.pm
Jess Robinson [Tue, 21 Mar 2006 00:25:14 +0000]
ddddocs!
Daniel Westermann-Clark [Mon, 20 Mar 2006 22:32:07 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r7840@fortuna (orig r1262): castaway | 2006-03-20 13:14:35 -0500
Add predefined searches patch from Hartmaier Alexander
r7841@fortuna (orig r1263): matthewt | 2006-03-20 14:35:33 -0500
Marked deploy as experimental
r7844@fortuna (orig r1264): castaway | 2006-03-20 16:03:58 -0500
de-foo documentation ;)
r7847@fortuna (orig r1265): dwc | 2006-03-20 17:30:26 -0500
Fix exception text for nonexistent key in ResultSet::find()
Daniel Westermann-Clark [Mon, 20 Mar 2006 22:30:26 +0000]
Fix exception text for nonexistent key in ResultSet::find()
Jess Robinson [Mon, 20 Mar 2006 21:03:58 +0000]
de-foo documentation ;)