1
0
Fork 0
Commit Graph

15365 Commits

Author SHA1 Message Date
Alan Plum 0a2ffb19ee Only lowercase session header when reading it. 2014-09-04 16:33:57 +02:00
Alan Plum e48fb8bfe8 Lowercase HTTP headers for maximum profit. 2014-09-04 16:04:19 +02:00
Alan Plum 166bdc9a46 Consistency. 2014-09-04 15:59:15 +02:00
Alan Plum 63e7c8132c Fixed stray unused "sid" property. 2014-09-04 15:58:32 +02:00
Alan Plum abe5de335b Add support for "header" sessions. 2014-09-04 15:58:32 +02:00
Alan Plum 2eb42db0d7 Session uid should be unambiguous. 2014-09-04 13:40:26 +02:00
Thomas Schmidts 0a0e0231ae corrected small spelling error 2014-09-03 15:19:37 +02:00
scottashton 581ffee899 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-09-03 13:48:41 +02:00
scottashton ccb1e58e9b vertex/edge examples now support a list od id strings 2014-09-03 13:48:36 +02:00
Alan Plum 37888a98ea Pass on null queries. 2014-09-03 11:39:02 +02:00
Alan Plum 33db483e7f Support AQB instances as query strings. 2014-09-03 11:36:55 +02:00
Alan Plum 8b1f955bb0 Added AQB to deps. 2014-09-03 11:27:37 +02:00
Alan Plum 46747e9ac4 Fixed console.log for non-objects. 2014-09-03 11:25:20 +02:00
Thomas Schmidts e3141c0f3c changed favicon of the documentation 2014-09-03 10:49:16 +02:00
Frank Celler 070326f4e2 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-09-03 10:32:30 +02:00
Frank Celler e764896cba fixed loading of modules and usage of strict 2014-09-03 10:32:21 +02:00
Alan Plum 9427deeaa6 Merge pull request #1002 from triAGENS/jshint
Switched jslint to jshint. Fixes #929
2014-09-03 09:50:44 +02:00
Alan Plum b384563d97 Linting: tutorial, changes. 2014-09-02 22:21:45 +02:00
Alan Plum e86c98dfe2 Enabled unused: true, ported aardvark jslint to jshint. 2014-09-02 22:18:18 +02:00
Alan Plum 7b24bdba8d Enabled strict: true. 2014-09-02 22:16:07 +02:00
Alan Plum 71155440e6 Removed jslint headers from system apps. 2014-09-02 22:14:57 +02:00
Alan Plum bff47e558b Removed jslint headers from actions. 2014-09-02 22:14:56 +02:00
Alan Plum 606da1e3e8 Removed jslint headers from server/client/common modules. 2014-09-02 22:14:56 +02:00
Alan Plum 3156a245f6 Stricter jshintrc. 2014-09-02 22:12:46 +02:00
Alan Plum 6a3386e55a Fixed jshint headers. 2014-09-02 22:12:45 +02:00
Alan Plum b665e038be Switched jslint to jshint. Broke everything. 2014-09-02 22:10:24 +02:00
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