Commit graph

29 commits

Author SHA1 Message Date
Jeremy Mikola
2c423ff085 Rename ObjectID (and its interface) to ObjectId
https://jira.mongodb.org/browse/PHPC-1004


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342971 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-30 16:05:54 +00:00
Derick Rethans
6a7cbbb5bb Convert DOS to Unix line endings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338646 c90b9560-bf6c-de11-be94-00142212c4b1
2016-02-22 12:36:45 +00:00
Derick Rethans
c613a7e2f1 PHPC-583: Document alternatives for legacy driver's types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338645 c90b9560-bf6c-de11-be94-00142212c4b1
2016-02-22 12:36:13 +00:00
Jeremy Mikola
cb0077d0d5 MongoID constructor accepts a MongoId instance
https://jira.mongodb.org/browse/PHP-966


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335992 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-24 20:09:31 +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
Hannes Magnusson
e486128a77 Link to MongoId::isValid()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333310 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-13 17:48:21 +00:00
Hannes Magnusson
94933fcf80 Fixed PHP-1062: MongoID doesn't ignore invalid id
https://jira.mongodb.org/browse/PHP-1062


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333309 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-13 17:46:40 +00:00
Jeremy Mikola
cab5459256 Document new MongoId::isValid() method
https://jira.mongodb.org/browse/PHP-965


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332750 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-28 22:56:31 +00:00
Jeremy Mikola
8a4640c71c Revise replica set language and MongoClient references
Replace master/slave terminology with primary/secondary
Change most Mongo class references to MongoClient
Enforce 80-char line widths and trim trailing whitespace
Add literal formatting within some paragraphs

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


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328496 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-26 03:07:28 +00:00
Hannes Magnusson
c8bc8a4c53 Clarify which PID is returned
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326284 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-21 16:01:45 +00:00
Jakub Vrana
17889ef36e Sync filenames, method names and IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322196 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 11:53:33 +00:00
Jakub Vrana
d8b968e63c Document public constructors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321901 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-08 05:33:58 +00:00
Peter Cowburn
3c9b5811dc fix visibility modifier markup for mongoid methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313167 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-12 08:15:17 +00:00
Peter Cowburn
c6b1228c78 fixed refname (MongoId::getPID to MongoId::getInc) (thanks domeh)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305408 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-16 13:44:47 +00:00
Kristina Chodorow
7214d04a66 updates for 1.0.11 release
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305112 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-05 21:42:01 +00:00
Peter Cowburn
edcfec9a7f removed unnecessary parentheses after function names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302618 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-21 18:22:42 +00:00
Jakub Vrana
58e026c057 Fix PHP syntax errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301119 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 11:28:40 +00:00
Kristina Chodorow
ac4bdef87b added gethostname method
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300699 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-23 17:39:13 +00:00
Kristina Chodorow
12b8e1bac8 added mongoid::__set_state docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299361 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-13 20:09:14 +00:00
Daniel Egeberg
2b587ab01f Normalized initializer NULL-values to use the &null; entity:
for file in `find -name '*.xml'`; do sed -i -e 's/<initializer>null<\/initializer>/<initializer>\&null;<\/initializer>/i' $file; done



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298918 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-03 17:10:04 +00:00
Kristina Chodorow
d9a4e178e9 updated connection doc for 1.0.2, added MongoId::getTimestamp
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291996 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-11 17:15:46 +00:00
Kristina Chodorow
01a52259d9 fleshing out descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291045 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 23:17:53 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Dave Barr
af7da72ab4 - Typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286545 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-30 10:20:55 +00:00
Nilgün Belma Bugüner
3db76654e9 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283824 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:06:30 +00:00
Nilgün Belma Bugüner
46c8079147 Fixed build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277752 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-25 10:49:59 +00:00
Kristina Chodorow
e131051ee9 updated revision number
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277708 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-24 19:13:51 +00:00
Kristina Chodorow
cdf45f1736 trying again
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277706 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-24 19:05:50 +00:00
Kristina Chodorow
166000d7b7 adding code datatype
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277701 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-24 18:25:46 +00:00