Thomas Schmidts
294408cefb
Merge pull request #815 from triAGENS/thomas-documentation-handling-databases
...
Documentation fixes: Reviewed HandlingDatabases
2014-04-09 16:39:41 +02:00
Michael Hackstein
bcf1878888
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-04-09 16:06:47 +02:00
Michael Hackstein
d39e306d38
First version of newest dashboard design
2014-04-09 16:06:43 +02:00
gschwab
51ff024337
removed userProfileView.*
2014-04-09 09:48:36 +02:00
gschwab
83da043073
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-04-09 09:42:48 +02:00
gschwab
eb0b685bd4
refactored modals of manage graph
2014-04-09 09:42:35 +02:00
Jan Steemann
f893a9e53e
typecast
2014-04-09 09:36:21 +02:00
Jan Steemann
e4a3a31946
updated CHANGELOG
2014-04-09 09:31:21 +02:00
Jan Steemann
bfb9e1ec74
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-04-08 23:28:51 +02:00
Jan Steemann
ba8e38d6e5
bugfix for AQL query optimiser
...
the following type of query was too eagerly optimised, leading to errors in code-generation:
LET a = (FOR i IN [] RETURN i) LET b = (FOR i IN [] RETURN i) RETURN 1
the problem occurred when both lists in the subqueries were empty. In this case invalid code
was generated and the query couldn't be executed.
2014-04-08 23:26:55 +02:00
Esteban Lombeyda
35011bf26e
Bug fix: reverse search
2014-04-08 22:39:34 +02:00
Esteban Lombeyda
2f3f5f6f5f
new Function initPrompt defined; preparation for bug fix
2014-04-08 21:45:45 +02:00
Michael Hackstein
0829bc490b
Fixed JSLint warnings
2014-04-08 18:26:56 +02:00
scottashton
47cd9a9d3a
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-04-08 18:08:06 +02:00
scottashton
ab3da3d2ce
removed window.* from documentsView and refactored router
2014-04-08 18:07:56 +02:00
Thomas Schmidts
6be707ca64
Documentation fixes: Reviewed HandlingDatabases
2014-04-08 17:22:22 +02:00
Thomas Schmidts
1ba43b4407
Merge pull request #814 from triAGENS/thomas-documentation-shell-and-webinterface
...
Documentation fixes: Reviewed arangosh and WebInterfaces
2014-04-08 16:44:31 +02:00
Thomas Schmidts
3d88e82399
Merge pull request #813 from triAGENS/thomas-documentation-installing
...
Documentation fixes: Reviewed Installing Manual
2014-04-08 16:13:21 +02:00
Thomas Schmidts
90808b6947
Documentation fixes: Reviewed arangosh and WebInterfaces
2014-04-08 16:01:09 +02:00
Thomas Schmidts
0418680c35
Document fixes: Fixed one word
2014-04-08 15:39:09 +02:00
scottashton
9143834bc3
100% coverage of _paginationView
2014-04-08 14:58:33 +02:00
scottashton
cead527a19
fixed merge conflict
2014-04-08 14:38:45 +02:00
scottashton
7c0c57c914
view refactoring
2014-04-08 14:32:54 +02:00
gschwab
0cbec72e9e
fixed some css for modals (info icon)
2014-04-08 14:11:34 +02:00
Jan Steemann
eb7a94a861
fixed compile warning
2014-04-08 13:21:25 +02:00
Jan Steemann
3711669d90
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-04-08 13:21:16 +02:00
Jan Steemann
ad64c52e28
issue #796 : fixed potential issue with newlines treated slightly differently in different parts of AQL
2014-04-08 13:20:26 +02:00
Thomas Schmidts
258d4ab7f5
Documentation fixes: Reviewed Installing Manual
2014-04-08 13:17:42 +02:00
Thomas Schmidts
3cbb277f56
Merge pull request #809 from triAGENS/documentation-thomas
...
Documentation Fixes
2014-04-08 13:10:08 +02:00
gschwab
acf585df22
fixed modal layout
2014-04-08 13:06:57 +02:00
Jan Steemann
dfb0a8b9ea
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-04-08 11:40:14 +02:00
Jan Steemann
799e1f13f9
issue #812 : added `make superclean`
2014-04-08 11:40:03 +02:00
Max Neunhoeffer
276a3f8e1e
Add bson unittest.
2014-04-08 11:39:07 +02:00
Jan Steemann
b49c2598c3
make icu compile with recent clang++
2014-04-08 10:43:04 +02:00
Michael Hackstein
58baf0fbfe
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-04-08 10:22:58 +02:00
Michael Hackstein
f47673752b
Fixed karma tests
2014-04-08 10:22:55 +02:00
gschwab
0421cee279
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-04-08 10:22:16 +02:00
gschwab
a1f2b6814f
fixed id
2014-04-08 10:22:05 +02:00
Jan Steemann
5189bf404f
updated CONTRIBUTING
2014-04-08 10:14:04 +02:00
Jan Steemann
46c27efbfe
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-04-08 10:00:49 +02:00
Jan Steemann
07f3c479c0
print defaults
2014-04-08 10:00:42 +02:00
Jan Steemann
d0f095fdae
updated CHANGELOG
2014-04-08 10:00:34 +02:00
Jan Steemann
bfc67f655e
updated compilation instructions
2014-04-08 09:59:10 +02:00
Jan Steemann
c18fb05525
added operations container
2014-04-08 09:45:10 +02:00
scottashton
027351f739
refactoring documentsview
2014-04-08 09:15:42 +02:00
Michael Hackstein
e8cac58918
Fixed some frontend tests and jslint warning
2014-04-08 09:09:00 +02:00
Heiko Kernbach
7477da64c7
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-04-07 22:05:25 +02:00
Heiko Kernbach
8a6cdde372
newlog spec
2014-04-07 22:04:23 +02:00
Jan Steemann
23e844f8eb
removed unused variables
2014-04-07 22:02:34 +02:00
Jan Steemann
de38d8c0ea
simplify serialisation of JSON into string-buffer
2014-04-07 21:31:23 +02:00