Commit graph

554 commits

Author SHA1 Message Date
Jeremy Mikola
a7f59b4761 Revise docs and examples for MongoCursor::info()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335440 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-28 21:54:15 +00:00
Jeremy Mikola
e39cacd755 Fix capitalization in MongoDB::command() links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335348 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-23 21:46:07 +00:00
Jeremy Mikola
fdf29338d6 Revise MongoCommandCursor class documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335347 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-23 21:44:31 +00:00
Jeremy Mikola
4688808f52 Fix grammar in MongoCommandCursor::timeout() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335346 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-23 21:34:42 +00:00
Jeremy Mikola
a9502d1ec1 Clarify language in MongoCursor batchSize docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335345 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-23 21:09:33 +00:00
Derick Rethans
87344fb9db Document MongoDB::getCollectionInfo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335314 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-19 15:53:55 +00:00
Peter Cowburn
329f9b41ef svn keywords and eol-style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335313 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-19 15:46:28 +00:00
Derick Rethans
7e47cadc79 Sort this better, and put the magic methods first.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335312 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-19 15:34:12 +00:00
Derick Rethans
f48b8dec36 Document MongoCommandCursor::timeout.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335311 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-19 15:26:14 +00:00
Derick Rethans
8d1e2309b7 Add example to MongoCommandCursor::construct and added see-alsos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335300 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-16 11:18:20 +00:00
Jeremy Mikola
ee509342bd Fix typo and dump formatting in MongoCommandCursor::createFromDocument()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335258 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-09 23:08:13 +00:00
Jeremy Mikola
ed20cf8bb5 Correct signature for MongoCommandCursor::createFromDocument()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335257 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-09 21:02:55 +00:00
Derick Rethans
7619681d4b Document return type of next(), and document getNext() as an alias of next().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335247 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-05 16:42:09 +00:00
Jeremy Mikola
6c668086fa Fix discrepancy in MongoCollection::insert() changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335239 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-02 18:28:01 +00:00
Jeremy Mikola
bdedce75e7 MongoCollection::save() never accepted non-array $options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335238 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-02 18:24:10 +00:00
Jeremy Mikola
9e3918a89b Rename parameter for MongoCollection insert/save methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335237 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-02 18:19:58 +00:00
Tjerk Anne Meesters
60e8e031cf Fixed error in reference link
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335215 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-25 23:25:24 +00:00
Derick Rethans
054dd025b7 Clarify here as well that we pass the options straight to the server.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335213 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-25 10:25:23 +00:00
Derick Rethans
9e364cb1a9 Fixed docs to say we pass in all raw options to the server.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335212 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-25 10:22:02 +00:00
Derick Rethans
0f4ab917eb Added docs for MongoDate::toDateTime.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335192 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-18 11:06:14 +00:00
Jeremy Mikola
13445ae645 Revise MongoWriteBatch::add() parameter docs
Rewrote argument descriptions and cross-referenced relevant update() and remove() parameters/options. Also clarified valid "limit" values for delete operations.

https://jira.mongodb.org/browse/PHP-1126


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335169 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 19:51:28 +00:00
Jeremy Mikola
a5492acb76 Fix descriptions of MongoWriteBatch methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335168 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-07 19:47:27 +00:00
Jeremy Mikola
dbdc52230d MongoCollection::count() now takes an $options array
https://jira.mongodb.org/browse/PHP-1160
https://jira.mongodb.org/browse/PHP-1263


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335161 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-05 21:15:09 +00:00
Jeremy Mikola
95f7837cdc MongoDB 2.8+ no longer supports "dropDups" index creation option
https://jira.mongodb.org/browse/PHP-1205


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335079 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-17 21:50:32 +00:00
Jeremy Mikola
22f2853d0b Make MongoCollection::save() 1.5 changelog consistent
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334972 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-23 15:36:42 +00:00
Jeremy Mikola
0e0f965045 Document socketTimeoutMS for MongoDB::command()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334971 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-23 15:33:02 +00:00
Richard Quadling
cb2e7b70b1 svn:keywords, svn:eol-style, svn:ignore all set appropriately.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334955 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-23 12:08:23 +00:00
Derick Rethans
5da46a59d6 Integrate note for nicer formatting.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334841 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-11 11:53:57 +00:00
Derick Rethans
6133457550 Changed example to be non-destructive.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334840 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-11 11:50:19 +00:00
Jeremy Mikola
6652e50b56 Note libsasl.dll dependency on Windows for MongoDB driver
https://jira.mongodb.org/browse/PHP-1159


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334827 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-09 18:41:17 +00:00
Jeremy Mikola
565e478d69 Fix <programlisting> formatting in MongoDB docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334826 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-09 18:31:20 +00:00
Jeremy Mikola
ad82d24105 Clarify that differing MongoDB seed list connections are persisted
https://jira.mongodb.org/browse/PHP-1216


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334825 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-09 18:16:10 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Derick Rethans
61fa6fb092 PHP-1214: Added the addOption( '$comment', … ) example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334691 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-01 15:01:16 +00:00
Jeremy Mikola
c6bfe83556 Clarify that MongoCursor::snapshot() only prevents dupes
https://jira.mongodb.org/browse/PHP-1167


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334600 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-25 17:00:30 +00:00
Jeremy Mikola
6b2eb216fd Revise MongoLog class documentation
Rewrite intro documentation and move PHP notice tip to a note block. Add MongoLog::CON. Add changelog, deprecating old constants. Fix modifiers for class properties.

https://jira.mongodb.org/browse/PHP-1162


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334512 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-06 19:41:45 +00:00
Jeremy Mikola
c2b2224748 Revise MongoLog method documentation
Replace reference to deprecated MongoLog constants. Fix typing docs in callback pages and add PHP version requirement to getCallback(). Make language consistent between the getter/setter method docs.

https://jira.mongodb.org/browse/PHP-1162


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334511 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-06 19:39:17 +00:00
Jeremy Mikola
f79489c9b3 Revise MongoDB connect/socket timeout docs
Document that default values for MongoClient options and implications of negative timeouts.

https://jira.mongodb.org/browse/PHP-791


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334483 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-04 22:06:20 +00:00
Jeremy Mikola
a3e949b1ea Refer to MongoCursor::maxTimeMS() from timeout() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334482 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-04 21:17:50 +00:00
Jeremy Mikola
4a26145cee Fix documentation for MongoCursor::timeout() default
https://jira.mongodb.org/browse/PHP-1157


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334427 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-30 21:36:35 +00:00
Jeremy Mikola
d2f03350de Clarify wTimeoutMS option for MongoClient and write params
https://jira.mongodb.org/browse/PHP-791


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334385 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-25 19:18:16 +00:00
Jeremy Mikola
ae1355bad7 Clarify cursor/explain options for MongoCollection aggregate methods
https://jira.mongodb.org/browse/PHP-1054


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334360 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-22 19:19:50 +00:00
Jeremy Mikola
5afe9f5317 Add "ssl" connection option to MongoClient changelog
https://jira.mongodb.org/browse/PHP-1148


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334357 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-22 15:35:15 +00:00
Jeremy Mikola
3c46d42a39 Clean up docs for MongoGridFS delete/insert methods
https://jira.mongodb.org/browse/PHP-1147


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334345 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-21 22:02:44 +00:00
Jeremy Mikola
3cefe92f81 Fix docs for MongoID class property
https://jira.mongodb.org/browse/PHP-1081


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334344 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-21 20:03:05 +00:00
Paul Dragoonis
4eed9a5bb8 Adding docs about the 'upsert' parameter to MongoWriteBatch::add()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334275 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-14 15:24:23 +00:00
Peter Cowburn
b21969b1f7 Fix collection variable name in examples
Patch by Greg Bowler

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334177 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-07 12:37:41 +00:00
Jeremy Mikola
1b7ddee55c Document deprecated MongoClient properties
https://jira.mongodb.org/browse/PHP-840


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334102 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-03 17:19:23 +00:00
Yannick Torres
d5a500831e Fix svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333942 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-25 16:57:52 +00:00
Jeremy Mikola
4148bc245c Make see-also links consistent across MongoCollection index methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333624 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-28 15:37:34 +00:00