1
0
Fork 0
Commit Graph

71 Commits

Author SHA1 Message Date
Jan Steemann b0de1bb226 leaner and meaner error messages 2014-11-07 10:53:00 +01:00
Jan Steemann 5222782326 issue #1085: Bad data modification query example 2014-11-06 10:21:26 +01:00
Jan Steemann 01da2b3a84 updated documentation 2014-11-05 17:09:10 +01:00
Jan Steemann b285ddbfaa updated documentation 2014-11-04 17:51:54 +01:00
Jan Steemann dbed5e0662 updated documentation 2014-11-04 16:14:26 +01:00
Willi Goesgens ce1f1a3eba The optimizer has to be added as toplevel option property. 2014-11-04 13:58:17 +01:00
Willi Goesgens a3fb94121e add Section for disabling the optimizer, fix grammer. 2014-11-04 13:35:24 +01:00
Jan Steemann f76cba14bb notices 2014-11-04 12:44:43 +01:00
Jan Steemann 53067c9790 updated CHANGELOG 2014-11-04 12:43:05 +01:00
Jan Steemann 830da6dd51 issue #846: Add within_bounds function to AQL 2014-11-04 12:40:14 +01:00
Jan Steemann 3d6592f6fb updated docs 2014-11-03 15:37:54 +01:00
Jan Steemann c3a5b9a92d updated documentation 2014-11-03 15:32:00 +01:00
Thomas Schmidts dcfe5bb700 Fixed #1046. Substring is now mentioned correctly 2014-10-30 13:59:52 +01:00
Michael Hackstein b8b1ca99e6 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	Documentation/Books/Users/Aql/Functions.mdpp
2014-10-22 10:42:38 +02:00
Michael Hackstein 0b201719a2 Dedeprecated Graph AQL functions. They are still valid as they follow a different concept of graphs and connot be converted on the fly to the new graph module in general 2014-10-22 10:37:59 +02:00
Thomas Schmidts 07957bb85d Split the aql functions chapter into various subchapters for better overview 2014-10-21 16:40:19 +02:00
Jan Steemann 162e0b3f71 issue #1031: updated documentation for date functions 2014-10-02 09:37:03 +02:00
Jan Steemann 34d2913002 added NOT IN operator, added keywords NOT, AND, OR 2014-09-14 01:34:58 +02:00
Thomas Schmidts cf17693356 Added style for deprecated documentation 2014-09-11 15:40:20 +02:00
Thomas Schmidts d3c9ae9553 Added cookbook folder for recipes 2014-09-09 12:52:00 +02:00
Thomas Schmidts 0a0e0231ae corrected small spelling error 2014-09-03 15:19:37 +02:00
scottashton ccb1e58e9b vertex/edge examples now support a list od id strings 2014-09-03 13:48:36 +02:00
CoDEmanX e22fa64bcf Fix and unify asterisks, tested with GitBook.
Italic asterisks should be done by escaping the asterisk and wrapping it with html i-tag. It seems to be the only safe technique (3 asterisks to display 1 italic asterisk in a list works, unless followed by more markup for italic text; 1 escaped asterisk wrapped by i-tag works regardless of the rest of the line).
2014-08-29 18:19:45 +02:00
Jan Steemann 13847d4d13 issue #1005: updated documentation 2014-08-29 09:09:35 +02:00
Jan Steemann 61d6ebd9e6 Merge branch 'devel' of https://github.com/CoDEmanX/ArangoDB into CoDEmanX-devel
Conflicts:
	Documentation/Books/Users/Aql/Advanced.mdpp
	Documentation/Books/Users/Aql/Functions.mdpp
	Documentation/Books/Users/Aql/GraphOperations.mdpp
	Documentation/Books/Users/AqlExamples/Grouping.mdpp
2014-08-28 22:06:27 +02:00
Jan Steemann b2c119fded further documentation fixes, provided by @CoDEmanX 2014-08-28 21:54:37 +02:00
Jan Steemann 1c7c8fdd24 issue #1007: fixed broken markup 2014-08-28 21:46:53 +02:00
CoDEmanX d8363b3c43 Fix escaping of asterisks in AQL documentation.
Asterisks need to be escaped with backslashes, but if surrounded by square brackets, the brackets need to be escaped as well. Does not apply to parentheses it seems, but maybe other characters with special markdown meaning.
2014-08-28 21:33:34 +02:00
Thomas Schmidts 4161a08371 Fixed spelling error 2014-08-14 15:20:08 +02:00
Thomas Schmidts a77c51c527 Fixed small spelling error 2014-08-12 09:39:50 +02:00
Thomas Schmidts 7b3baba2e9 Added glossary to the documentation. Also linked the glossary keywords to the documentation 2014-08-05 15:49:21 +02:00
James e4fb7bc3a7 Fixed some further language bugs in the doc. 2014-08-05 09:21:19 +02:00
Willi Goesgens f8be000e1d Fix typos and simplify & clarify some phrases in the documentation. 2014-08-04 16:53:00 +02:00
Thomas Schmidts c350170394 Fixed spelling errors and look of code 2014-07-08 10:49:24 +02:00
Jan Steemann c5ed5db65c wrote new features and upgrading docs 2014-07-08 00:27:59 +02:00
Thomas Schmidts a0f9c6afb9 Comments in markdown will be deleted before building the book. Also deleted missing @ref comments 2014-07-07 09:10:37 +02:00
Jan Steemann ea9382e0e6 updated AQL documentation 2014-07-06 13:05:20 +02:00
Jan Steemann 0ab5732c4d updated documentation 2014-07-06 00:21:55 +02:00
Jan Steemann 5d5b3d7009 added AQL documentation 2014-07-05 19:10:56 +02:00
Jan Steemann 393b12a034 data-modification AQL 2014-07-05 18:03:49 +02:00
Jan Steemann 73d37abb02 updated documentation 2014-07-03 23:40:26 +02:00
Michael Hackstein 9db88eb9e7 Fixed a bug in GraphOperations layouting 2014-06-30 17:45:45 +02:00
Thomas Schmidts 20ae2d60ad Changed Order of some subchapters and moved Extending AQL and AQL Examples into AQL 2014-06-26 16:59:51 +02:00
Thomas Schmidts c26b9341f8 Some changes in the code documentation and fixed spelling errors 2014-06-26 15:54:29 +02:00
scottashton 235a438c0c finished documentation of complexity 2014-06-25 15:51:41 +02:00
scottashton 4f01409c4b processed lucas feedback regarding aql docu 2014-06-24 13:13:01 +02:00
Lucas Dohmen 04ddc2ba3c Review of GraphOperations 2014-06-24 13:29:14 +08:00
scottashton 371bfabf67 spellchecked gitbook for general-graph and ahuacatl 2014-06-23 13:34:44 +02:00
scottashton fb7c608f6c refactored ahuacatl docs 2014-06-20 16:59:51 +02:00
Jan Steemann e51dcdb2cb Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into mjmh
Conflicts:
	js/common/tests/shell-general-graph.js
2014-06-20 13:39:51 +02:00