1
0
Fork 0
Commit Graph

136 Commits

Author SHA1 Message Date
Jan Steemann 6cbf835adf updated manual 2013-07-29 15:21:35 +02:00
Jan Steemann 89cf804dbe fixed documentation errors 2013-07-29 13:52:57 +02:00
Frank Celler add0573f71 removed old links 2013-07-29 13:27:12 +02:00
Frank Celler d4115c60ba removed deployment tool 2013-07-28 14:15:38 +02:00
Frank Celler ca067ed6a3 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-28 13:59:11 +02:00
Frank Celler f2586c4150 updated Foxx documentation 2013-07-28 13:59:01 +02:00
Jan Steemann 18cc3b6123 fixed typo 2013-07-28 11:22:51 +02:00
Jan Steemann e6e2950392 fixed link 2013-07-28 10:43:58 +02:00
Frank Celler e6acd403ac updated documentation 2013-07-27 19:59:28 +02:00
Lucas Dohmen 8ec4887973 Foxx: No more nickname method – is set automatically
Happy hacking, @fceller, @mchacki and @jsteemann 😉
2013-07-25 22:27:10 +02:00
Lucas Dohmen 42c06b765c Foxx: toJSON splitted into forDB and forClient 2013-07-25 21:28:42 +02:00
Frank Celler 709e09d04e added install command 2013-07-25 18:33:24 +02:00
Jan Steemann d0961244c6 added range support for AQL 2013-07-19 18:38:13 +02:00
Jan Steemann 3200d17127 fixed a typo 2013-07-19 17:23:13 +02:00
Jan Steemann 3ab117de67 added collection.first() and collection.last() 2013-07-19 14:21:46 +02:00
Jan Steemann 937c843c38 added AQL INTERSECTION function 2013-07-18 16:43:31 +02:00
Jan Steemann e359dc29dd INCOMPATIBLE CHANGE: changed AQL user function namespace resolution operator from `:` to `::`
AQL user-defined functions were introduced in ArangoDB 1.3, and the namespace resolution
operator for them was the single colon (`:`). A function call looked like this:

    RETURN mygroup:myfunc()

The single colon caused an ambiguity in the AQL grammar, making it indistinguishable from
named attributes or the ternary operator in some cases, e.g.

    { mygroup:myfunc ? mygroup:myfunc }

The change of the namespace resolution operator from `:` to `::` fixes this ambiguity.

Existing user functions in the database will be automatically fixed when starting ArangoDB
1.4 with the `--upgrade` option. However, queries using user-defined functions need to be
adjusted on the client side to use the new operator.
2013-07-18 12:02:28 +02:00
Jan Steemann 5cf234b40d simplified query testing and query interface a bit 2013-07-18 02:15:22 +02:00
Jan Steemann c61395dff6 added single line comments for AQL 2013-07-17 15:12:53 +02:00
Jan Steemann b7c719ccc5 documentation issues, updated CHANGELOG 2013-07-16 10:19:31 +02:00
Jan Steemann 1325271bca fixed collection docs 2013-07-11 14:58:33 +02:00
Thomas Richter 0f0b3b1321 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-07-08 12:49:13 +02:00
Thomas Richter b5fb60a6c5 minor fixes 2013-07-08 12:49:04 +02:00
Jan Steemann 300b784458 fixed documentation 2013-07-03 17:51:49 +02:00
Jan Steemann 678e4ba95c fixed doxygen errors 2013-07-03 12:58:06 +02:00
Jan Steemann d7561e70e1 added logging options 2013-07-02 12:16:13 +02:00
Doerthe Luebbert 27512f7088 added section on Fishbowl and how to install apps from the repo. Removed some German words 2013-06-28 18:05:02 +02:00
Jan Steemann 7c0e6521fe updated manual 2013-06-27 14:07:55 +02:00
Jan Steemann 2ca29c1c53 issue #559: added Foxx documentation to User manual 2013-06-27 12:46:16 +02:00
Jan Steemann 2a286dc074 updated documentation for #557 2013-06-27 11:33:21 +02:00
Jan Steemann 14422986e0 added option --server.authenticate-system-only 2013-06-26 23:23:37 +02:00
Jan Steemann f8f77fe2ec updated FirstSteps 2013-06-21 21:50:17 +02:00
Jan Steemann 2d7edbef96 added db._exists() 2013-06-21 21:50:00 +02:00
Jan Steemann 9599a021b9 moved some graph traversal validation into the traversal module
- that simplifies some of the traversal-calling routines
- make returning error codes more consistent (specific 404 errors when
referring to unknown collections instead of simple 400 errors)
- optionally limit traversals to a certain number of iterations so they
  don't run endlessly in cyclic graphs
2013-06-12 17:04:47 +02:00
Jan Steemann f0994fd186 updated AQL examples 2013-06-11 18:25:10 +02:00
Jan Steemann c435a5f706 removed links to non-existing images in documentation 2013-05-23 13:31:14 +02:00
Jan Steemann e5f630c18e issue #523 2013-05-14 13:01:21 +02:00
Jan Steemann ebad0130ea updated docs 2013-05-10 12:26:15 +02:00
Frederic Hemberger d5107d7ec1 Fix paths 2013-05-02 10:17:14 +02:00
Frederic Hemberger 83abe7d411 Update Foxx documentation 2013-04-30 19:42:01 +02:00
Jan Steemann 8e23b92fb9 made "limit" an optional parameter for AQL NEAR() 2013-04-21 15:45:13 +02:00
Jan Steemann 7d9777f8c5 extended API for user-defined AQL functions 2013-04-16 18:32:19 +02:00
Jan Steemann c945dbd2cd updated transaction API 2013-04-15 11:54:36 +02:00
Jan Steemann 8476988991 added missing documentation for AQL UNION 2013-04-15 09:42:40 +02:00
Jan Steemann dee5adb9f5 added client side API for transactions 2013-04-12 23:18:48 +02:00
Jan Steemann d17fc17bf2 updated documentation 2013-04-12 18:09:48 +02:00
Jan Steemann 2d0caeb8e2 updated documentation 2013-04-12 14:52:53 +02:00
Jan Steemann 3629eecddd documented upgrade procedure 2013-04-12 10:25:01 +02:00
Jan Steemann 3e4ddb049a updated documentation 2013-04-12 00:49:08 +02:00
Jan Steemann 9b5849f650 updated documentation 2013-04-12 00:42:02 +02:00