Skip to content

Commit d8fbd51

Browse files
committed
Merge pull request arangodb#101 from frankmayer/devel
Some fixes, updates and docs generation for the 1.2.1 release of the client
2 parents 715317b + d1f93df commit d8fbd51

File tree

58 files changed

+4996
-1623
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+4996
-1623
lines changed

CHANGELOG

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
v1.2.1 (2013-05-01)
2+
-----------------------
3+
4+
# Contributors to this version:
5+
# Francis Chuang (Github: @F21)
6+
# Dorthe Luebbert (Github: @luebbert42)
7+
# Jan Steemann (Github: @jsteemann)
8+
# Frank Mayer (Github: @frankmayer)
9+
10+
11+
* Implemented create functions for each index type. #87
12+
13+
* Upgrade to 1.2.2 for travis.
14+
15+
* Added support for an enhanced tracer. #86
16+
17+
* Added keyOption and status support to collections.
18+
19+
* Added support for the simple any query to retrieve a random document from a collection.
20+
21+
* Added support for index options on index creation.
22+
23+
* Added support for instantiating graphs by passing in a graph name to the constructor. Additionally added getGraph() support to the graph handler.
24+
25+
* New method getAllCollections added
26+
27+
* Moved spl_autoload_register to init() of the autoloader.
28+
29+
* Updated DocumentHandler to include a convenience function store() that aliases add()/save() and replace().
30+
31+
* Updating and replacing documents, edges and vertices will now also update the revision of the document object.
32+
33+
* Increased timeout for issue #55
34+
35+
* Timeout exception for issue #55
36+
37+
* Fixed bad encoding of empty arrays.
38+
39+
* Fixed any() for empty collections.
40+
41+
* Fixed formatting to psr2 standards.
42+
43+
* Fixed fatal errors when AQL statement returns a non-array that cannot be turned into a document.
44+
45+
* More PSR-2 Formatting
46+
47+
* Updated README to include example of invoking the autoloader directly
48+
49+
* Fixed some doc-block errors
50+
51+
52+
53+
54+
155

256
v1.2.0 (2013-03-03)
357
-----------------------

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ArangoDB-PHP - A PHP client for ArangoDB
44

55
[![Build Status](https://travis-ci.org/triAGENS/ArangoDB-PHP.png?branch=devel)](https://travis-ci.org/triAGENS/ArangoDB-PHP)
6-
**Version: 1.2.0**
6+
**Version: 1.2.1**
77

88

99
[Follow us on Twitter @arangodbphp to receive updates on the php driver](https://twitter.com/arangodbphp)
@@ -28,10 +28,9 @@
2828
- [Requirements](#requirements)
2929
- [More information](#more_info)
3030

31+
<br>
3132

32-
This version supports ArangoDB version 1.2.0
33-
34-
Please note that if you use other versions of ArangoDB, you must use a matching PHP driver version.
33+
Please take a look [here](https://github.com/triAGENS/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP#arangodb-php-client-to-arangodb-server-interoperability-matrix) for the **ArangoDB-PHP Client** / **ArangoDB Server** interoperability matrix.
3534

3635
**[Important versioning information on ArangoDB-PHP](https://github.com/triAGENS/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP)**
3736

@@ -563,7 +562,8 @@ Here's the full code that combines all the pieces outlined above:
563562
<a name="requirements"/a>
564563
# Requirements
565564

566-
* ArangoDB database server version 1.2
565+
* ArangoDB database server version 1.2 (detailed info [here](https://github.com/triAGENS/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP#arangodb-php-client-to-arangodb-server-interoperability-matrix))
566+
567567
* PHP version 5.3 or higher (Travis-tested with 5.4 and 5.5)
568568

569569

docs/classes.svg

Lines changed: 159 additions & 145 deletions
Loading

docs/classes/triagens.ArangoDb.AdminHandler.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<li><a href="../namespaces/triagens.html"><i class="icon-th"></i> triagens</a></li>
2424
<li><a>Packages</a></li>
2525
<li><a href="../packages/ArangoDbPhpClient.html"><i class="icon-folder-open"></i> ArangoDbPhpClient</a></li>
26+
<li><a href="../packages/triagens.html"><i class="icon-folder-open"></i> triagens</a></li>
2627
</ul>
2728
</li>
2829
<li class="dropdown" id="charts-menu">
@@ -587,7 +588,7 @@ <h2></h2>
587588
<div class="row"><footer class="span12">
588589
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
589590
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
590-
generated on 2013-03-03T00:22:32+02:00.<br></footer></div>
591+
generated on 2013-05-01T19:06:48+03:00.<br></footer></div>
591592
</div>
592593
</body>
593594
</html>

docs/classes/triagens.ArangoDb.Autoloader.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<li><a href="../namespaces/triagens.html"><i class="icon-th"></i> triagens</a></li>
2424
<li><a>Packages</a></li>
2525
<li><a href="../packages/ArangoDbPhpClient.html"><i class="icon-folder-open"></i> ArangoDbPhpClient</a></li>
26+
<li><a href="../packages/triagens.html"><i class="icon-folder-open"></i> triagens</a></li>
2627
</ul>
2728
</li>
2829
<li class="dropdown" id="charts-menu">
@@ -170,7 +171,7 @@ <h2>Class file extension</h2>
170171
<div class="row"><footer class="span12">
171172
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
172173
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
173-
generated on 2013-03-03T00:22:32+02:00.<br></footer></div>
174+
generated on 2013-05-01T19:06:48+03:00.<br></footer></div>
174175
</div>
175176
</body>
176177
</html>

docs/classes/triagens.ArangoDb.Batch.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<li><a href="../namespaces/triagens.html"><i class="icon-th"></i> triagens</a></li>
2424
<li><a>Packages</a></li>
2525
<li><a href="../packages/ArangoDbPhpClient.html"><i class="icon-folder-open"></i> ArangoDbPhpClient</a></li>
26+
<li><a href="../packages/triagens.html"><i class="icon-folder-open"></i> triagens</a></li>
2627
</ul>
2728
</li>
2829
<li class="dropdown" id="charts-menu">
@@ -537,7 +538,7 @@ <h2></h2>
537538
<div class="row"><footer class="span12">
538539
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
539540
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
540-
generated on 2013-03-03T00:22:32+02:00.<br></footer></div>
541+
generated on 2013-05-01T19:06:48+03:00.<br></footer></div>
541542
</div>
542543
</body>
543544
</html>

docs/classes/triagens.ArangoDb.BatchPart.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<li><a href="../namespaces/triagens.html"><i class="icon-th"></i> triagens</a></li>
2424
<li><a>Packages</a></li>
2525
<li><a href="../packages/ArangoDbPhpClient.html"><i class="icon-folder-open"></i> ArangoDbPhpClient</a></li>
26+
<li><a href="../packages/triagens.html"><i class="icon-folder-open"></i> triagens</a></li>
2627
</ul>
2728
</li>
2829
<li class="dropdown" id="charts-menu">
@@ -305,7 +306,7 @@ <h2></h2>
305306
<div class="row"><footer class="span12">
306307
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
307308
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
308-
generated on 2013-03-03T00:22:32+02:00.<br></footer></div>
309+
generated on 2013-05-01T19:06:48+03:00.<br></footer></div>
309310
</div>
310311
</body>
311312
</html>

docs/classes/triagens.ArangoDb.BindVars.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<li><a href="../namespaces/triagens.html"><i class="icon-th"></i> triagens</a></li>
2424
<li><a>Packages</a></li>
2525
<li><a href="../packages/ArangoDbPhpClient.html"><i class="icon-folder-open"></i> ArangoDbPhpClient</a></li>
26+
<li><a href="../packages/triagens.html"><i class="icon-folder-open"></i> triagens</a></li>
2627
</ul>
2728
</li>
2829
<li class="dropdown" id="charts-menu">
@@ -176,7 +177,7 @@ <h2></h2>
176177
<div class="row"><footer class="span12">
177178
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
178179
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
179-
generated on 2013-03-03T00:22:32+02:00.<br></footer></div>
180+
generated on 2013-05-01T19:06:48+03:00.<br></footer></div>
180181
</div>
181182
</body>
182183
</html>

docs/classes/triagens.ArangoDb.ClientException.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<li><a href="../namespaces/triagens.html"><i class="icon-th"></i> triagens</a></li>
2424
<li><a>Packages</a></li>
2525
<li><a href="../packages/ArangoDbPhpClient.html"><i class="icon-folder-open"></i> ArangoDbPhpClient</a></li>
26+
<li><a href="../packages/triagens.html"><i class="icon-folder-open"></i> triagens</a></li>
2627
</ul>
2728
</li>
2829
<li class="dropdown" id="charts-menu">
@@ -101,7 +102,7 @@ <h3>Returns</h3>
101102
<div class="row"><footer class="span12">
102103
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
103104
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
104-
generated on 2013-03-03T00:22:32+02:00.<br></footer></div>
105+
generated on 2013-05-01T19:06:48+03:00.<br></footer></div>
105106
</div>
106107
</body>
107108
</html>

0 commit comments

Comments
 (0)