1
0
Fork 0
Commit Graph

15289 Commits

Author SHA1 Message Date
Frank Celler e7e9afd4a7 added around 2014-09-01 23:26:04 +02:00
Thomas Schmidts a2024c5b49 deleted filed not used 2014-09-01 17:16:32 +02:00
Thomas Schmidts 20a0db11f3 Changed gitbook theme and updated it to new version 2014-09-01 16:37:47 +02:00
Jan Steemann 848ce68dc3 fixed too eager duplicates check for shaper 2014-09-01 15:48:58 +02:00
Jan Steemann 0b3e1557d5 fixed creating database w/ users in cluster 2014-09-01 11:05:18 +02:00
Jan Steemann f60952a12e fixed compile warnings and errors in Visual Studio 2014-09-01 10:42:11 +02:00
Jan Steemann 574b3f3d18 added ArangoShell tutorial 2014-08-30 19:46:20 +02:00
Jan Steemann 2fee43c5cf fixed typos 2014-08-30 17:36:47 +02:00
Jan Steemann 7771621fc6 take compatibility settings into account even for async requests 2014-08-30 17:26:45 +02:00
Jan Steemann d1454294c1 removed hard-coded value 2014-08-30 17:26:36 +02:00
Jan Steemann c0463a1797 added `type` option for `GET /_api/document?collection=...`
Conflicts:
	CHANGELOG
2014-08-30 17:26:24 +02:00
Jan Steemann 6844433558 do not complain about missing dispatcher when server is started with `--no-server` option 2014-08-30 01:34:10 +02:00
Jan Steemann c90777738d speed up instanciation of v8 ShapedJson objects
now a static buffer is used to create multiple string values
such as `_id`, `_key`, `_rev`, `_from` and `_to`.
this saves a few memory allocations per document
2014-08-30 01:32:20 +02:00
Thomas Schmidts e95cac4376 Merge pull request #1012 from CoDEmanX/devel
Fix and unify asterisks, tested with GitBook.
2014-08-29 18:56:48 +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
Thomas Schmidts 3a695c15fd Added text to documentation 2014-08-29 14:09:49 +02:00
Jan Steemann 5928d285ad fixed WAL recovery which hung in certain conditions 2014-08-29 12:03:38 +02:00
Thomas Schmidts ae39782e81 removed mathjax from gitbook 2014-08-29 11:01:11 +02:00
Jan Steemann 13847d4d13 issue #1005: updated documentation 2014-08-29 09:09:35 +02:00
Jan Steemann 7441d553cc updated documentation 2014-08-29 09:02:06 +02:00
Thomas Schmidts 3362ac502f Fixed wrong link 2014-08-29 01:55:12 +02:00
Thomas Schmidts e707f003ce Fixed small error in bot.py 2014-08-28 23:23:14 +02:00
Jan Steemann a5856ad6db Merge branch 'CoDEmanX-devel' into devel 2014-08-28 22:07:14 +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
Jan Steemann c9fa7dfbb3 updated documentation 2014-08-28 21:21:51 +02:00
Jan Steemann d72354da66 issue #1003: added feature to use backslash escaping for CSV data in arangoimp 2014-08-28 21:03:58 +02:00
Jan Steemann a2da3eb7ee removed debug output 2014-08-28 14:27:43 +02:00
Jan Steemann 5930c3db70 added NTH function 2014-08-28 11:03:48 +02:00
Jan Steemann 07b02b21cf updated manual 2014-08-28 10:35:55 +02:00
Jan Steemann 81c095105b issue #1003 2014-08-28 10:32:32 +02:00
Jan Steemann 3b9636c52b issue #1004 2014-08-28 08:55:02 +02:00
Jan Steemann 4760b3c921 once again: attempt to fix non-deterministic test 2014-08-27 22:44:14 +02:00
Jan Steemann dfaca5523c initialize variable 2014-08-27 19:38:53 +02:00
Jan Steemann cdb4046e51 fixed documentation 2014-08-27 19:18:27 +02:00
Jan Steemann b558899367 added derived files 2014-08-27 18:57:26 +02:00
Jan Steemann 59e59d748e updated documentation 2014-08-27 18:57:11 +02:00
Jan Steemann cda10393f5 some traversal speedups 2014-08-27 18:56:51 +02:00
Jan Steemann 6721dd787c fix typo in manual 2014-08-27 12:26:24 +02:00
Jan Steemann 6e872111f0 hopefully fix random travis test 2014-08-27 11:45:14 +02:00
Jan Steemann 794b909e8b issue #999: clear old result when submitting new query 2014-08-27 11:14:46 +02:00
Jan Steemann 4568c094c9 issue #1000: AQL Editor: Autofocus textarea 2014-08-27 10:58:01 +02:00
Alan Plum 9489a3cd50 Implemented session.getExpiry, session.hasExpired. 2014-08-27 10:29:44 +02:00
Heiko Kernbach 4d31fe1bb0 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-08-26 16:46:34 +02:00
Heiko Kernbach 7c035ad49a document export bugfix, added filters to doc export function 2014-08-26 16:45:56 +02:00
Thomas Schmidts 047ca992bb changed the name of a link 2014-08-26 16:26:58 +02:00
Thomas Schmidts 6d09bb2ecd added favicon to gitbook 2014-08-26 16:23:28 +02:00
Heiko Kernbach 0f215c7f71 css changes 2014-08-26 16:13:14 +02:00