1
0
Fork 0
Commit Graph

206 Commits

Author SHA1 Message Date
Jan Steemann b258ec7c9f adjusted Documentation Makefile 2013-01-30 13:25:04 +01:00
a-brandt 5c02218d50 deleted blueprints 2013-01-29 14:49:31 +01:00
a-brandt 0bc71a226d deleted api for blueprints 2013-01-29 13:44:31 +01:00
Jan Steemann 234f2ecaaa simplify list access in AQL 2013-01-29 09:15:14 +01:00
Jan Steemann 6e81f7f6fa return collection ids, cursor ids, and index ids as stringified integers, too 2013-01-28 20:11:29 +01:00
Jan Steemann d4d7123cc8 issue #363: renamed TREE to TRAVERSAL_TREE 2013-01-28 17:33:17 +01:00
Jan Steemann 17530a5e45 added number of shapes in return value of figures() 2013-01-25 10:19:02 +01:00
Jan Steemann 0be8df6082 added experimental AQL TREE() function. 2013-01-24 18:08:33 +01:00
Jan Steemann 4307d95961 added method subleties 2013-01-24 10:49:34 +01:00
Jan Steemann 4b433a511a added followEdges property for AQL TRAVERSE() function 2013-01-23 11:28:33 +01:00
Jan Steemann 7c5203cfea added documentation and test cases for db.collection.removeByExample 2013-01-22 19:20:11 +01:00
Jan Steemann ac9360eb36 fixed doxygen errors 2013-01-18 17:42:56 +01:00
Jan Steemann 9a003247d0 removed the _bidirectional attribute for edges
This will be reimplemented later on collection, and not on individual edges level.
Lucas & the others were sure directed & undirected edges should not be mixed in the same collection
2013-01-18 17:02:30 +01:00
Jan Steemann 31d939337a updated documentation 2013-01-17 18:08:32 +01:00
Jan Steemann 51ec866ba7 updated examples 2013-01-17 17:58:23 +01:00
Jan Steemann 4abe0f36b6 fixed typo 2013-01-17 16:53:01 +01:00
Jan Steemann c8b60a3e74 updated fulltext documentation 2013-01-17 16:51:38 +01:00
Jan Steemann c6ea24ca24 fixed examples and client-side fulltext index creation 2013-01-17 16:06:28 +01:00
Jan Steemann bbade8c0b8 removed the non-working indexSubstrings property for fulltext indexing 2013-01-17 15:58:28 +01:00
Jan Steemann 90f18b63a4 fixed path examples for issue #359 2013-01-16 18:01:26 +01:00
Jan Steemann e275fe837a fixed invalid example in documentation 2013-01-16 16:40:50 +01:00
Jan Steemann 16fd95e51f removed duplicate manual section 2013-01-16 10:08:31 +01:00
Jan Steemann dfc78f113d issue #357 2013-01-16 10:07:29 +01:00
a-brandt f1f6eca036 changed the graph document 2013-01-15 17:28:22 +01:00
a-brandt a9ca9084d2 added graph documentation 2013-01-15 16:06:09 +01:00
a-brandt a57f428277 added documentation 2013-01-15 14:41:20 +01:00
Jan Steemann df94937395 use the upquote package to have real single quotes in the manual instead of latex backticks 2013-01-15 10:03:03 +01:00
Jan Steemann 31ff0ee1e2 fixed doxygen errors 2013-01-15 09:14:33 +01:00
Jan Steemann 246944eebb fixed Doxgen error 2013-01-15 09:08:39 +01:00
Frank Celler 3a5b66d840 added function action 2013-01-14 14:25:41 +01:00
Jan Steemann f1a741ea7f documentation for TRAVERSE 2013-01-13 14:47:51 +01:00
Frank Celler 33e3031380 Merge branch '1.1' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	Makefile.in
	VERSION
	arangod/V8Server/v8-query.cpp
	build_posix.h
	configure
	configure.ac
2013-01-10 18:00:25 +01:00
Frank Celler 8e43629c38 fixed doc generation 2013-01-10 16:07:12 +01:00
Jan Steemann 50bbe539b9 issue #350 2013-01-10 11:06:23 +01:00
Jan Steemann af2310ae98 Merge branch '1.1' of https://github.com/triAGENS/ArangoDB into 1.1 2013-01-10 11:04:52 +01:00
Jan Steemann 0b899620f0 issue #350 2013-01-10 11:04:41 +01:00
Frank Celler 03f85fae23 added 'any' call for collections 2013-01-10 10:39:43 +01:00
Frank Celler 9dca973e62 Merge branch '1.1' of github.com:triAGENS/ArangoDB into 1.1 2013-01-10 09:20:04 +01:00
Jan Steemann c80850e326 potential fix for issue #350 2013-01-09 23:35:07 +01:00
Jan Steemann 31cde009ea potential fix for issue #350: need to try tomorrow 2013-01-09 23:34:00 +01:00
Frank Celler 1612f22319 moved graph to org/arangodb/graph 2013-01-09 22:49:56 +01:00
Frank Celler 128cb67c8b Merge remote-tracking branch 'origin/1.1' into devel
Conflicts:
	Documentation/Examples/shell-read-document-bad-handle
	Makefile.in
	arangod/Documentation/shell-document.dox
	configure
	js/actions/system/api-collection.js
	js/actions/system/api-index.js
	js/actions/system/api-system.js
	js/common/bootstrap/modules.js
	js/common/bootstrap/print.js
	js/server/ArangoCollection.js
	lib/V8/v8-utils.cpp
2013-01-09 15:30:21 +01:00
Frank Celler d4c277f36f added deploy 2013-01-09 11:47:30 +01:00
Frank Celler 99b42b90b7 updated documentation for deployment and removeByExample 2013-01-08 11:02:14 +01:00
Jan Steemann d76920443d added tests and documentation for volatile collections 2013-01-07 10:55:25 +01:00
Frank Celler 3826a4603e removed print.js 2013-01-06 00:23:40 +01:00
Frank Celler 89a7cac605 added listTree 2013-01-05 22:45:09 +01:00
Frank Celler 9c87607f46 added iterate 2013-01-05 16:21:03 +01:00
Frank Celler 503e0ff8fe fixed merge conflicts 2013-01-02 18:07:57 +01:00
Jan Steemann 926e8086c4 issue #336 2013-01-02 13:40:34 +01:00