Max Neunhoeffer
464b6720ca
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
2014-05-20 13:25:10 +02:00
Max Neunhoeffer
dbd973164b
Finish first version of JsonLegend, not activated in Makefile.
2014-05-20 13:24:29 +02:00
Jan Steemann
7d7396a0a8
added derived file
2014-05-20 11:50:42 +02:00
Max Kerp
9ca0447b69
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-05-20 11:39:18 +02:00
Max Kerp
a1feb3e19e
implemented a form-validation for text-inputs, now
...
prohibiting the user to save custom AQl queries containing special html
characters.
2014-05-20 11:36:18 +02:00
Max Kerp
9a2566ad4c
fixed the bug that the number of total documents wasn't updated
...
when deleting a document and modified the test.
2014-05-20 11:24:31 +02:00
Jan Steemann
63b287157f
jshund
2014-05-17 00:55:37 +02:00
Jan Steemann
0ca849efb9
emit buffer to prevent very big string allocations/reallocations
2014-05-17 00:12:32 +02:00
Jan Steemann
1c6f63bad0
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-05-16 20:13:33 +02:00
Jan Steemann
a0ffb65b88
emit output of print function to prevent buffering of super-long strings
2014-05-16 20:11:31 +02:00
Heiko Kernbach
6582ce9b8a
merge
2014-05-16 20:02:29 +02:00
Heiko Kernbach
71f8619ede
karma
2014-05-16 20:01:26 +02:00
Heiko Kernbach
8aa7120dbb
jslint
2014-05-16 20:01:07 +02:00
Heiko Kernbach
8172666dbb
added new indicator for shortcuts help
2014-05-16 19:47:43 +02:00
Heiko Kernbach
2eaac09ec4
added hotkey modal template to manifest.json
2014-05-16 19:36:57 +02:00
Heiko Kernbach
e14c87f0d7
added template for hotkeys modal
2014-05-16 19:36:37 +02:00
Heiko Kernbach
9d3b292183
new scss file for hotkeys modal
2014-05-16 19:36:23 +02:00
Heiko Kernbach
a0bbd238c3
added global shortkey helper - press question mark + shift
2014-05-16 19:35:51 +02:00
Heiko Kernbach
02680a4c15
fixed arangoSpec
2014-05-16 19:35:25 +02:00
Jan Steemann
e3f7df878e
added derived file
2014-05-16 19:06:16 +02:00
Heiko Kernbach
b4ecbff331
fixed collections logs spec
2014-05-16 15:35:56 +02:00
Heiko Kernbach
bb92ebe4fc
merge
2014-05-16 13:12:23 +02:00
Heiko Kernbach
70a7f1a45c
removed shellviewspec from json
2014-05-16 13:11:21 +02:00
gschwab
6451af1cb4
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
...
Conflicts:
js/common/modules/org/arangodb/general-graph.js
2014-05-16 13:10:31 +02:00
gschwab
24871b64ef
start implement edges()
2014-05-16 13:08:33 +02:00
Heiko Kernbach
969826af27
jslint
2014-05-16 13:01:34 +02:00
Heiko Kernbach
4cb82ee0b1
logs bugfix
2014-05-16 12:58:25 +02:00
Heiko Kernbach
fc8003b4d7
fixed logs spec
2014-05-16 12:26:47 +02:00
Heiko Kernbach
903b3aaaeb
temp commented out
2014-05-16 12:21:21 +02:00
Heiko Kernbach
e5115fabfd
removed console logs
2014-05-16 12:19:19 +02:00
Heiko Kernbach
f5c1fcd25f
added shellViewSpec, invertet order of logs showing up @ frontend
2014-05-16 12:18:19 +02:00
scottashton
b74a0b18e6
added tests to new jsoneditor function
2014-05-15 16:44:30 +02:00
Michael Hackstein
d3ca063b4e
Added click on top row for json-editor to insert initial attribute/value pair
2014-05-15 15:45:51 +02:00
scottashton
700480f20a
adjusted all require(org/arangodb/graph) to new graph-blueprint module
2014-05-15 10:33:20 +02:00
Jan Steemann
a69d93b7c9
fixed variable name
2014-05-14 21:14:15 +02:00
Jan Steemann
ee8fe74a8a
removed tabs
2014-05-14 17:41:00 +02:00
scottashton
37f81ee9d6
added new "old" module graph-blueprint and directed to that whenever graph has been required
2014-05-14 17:11:59 +02:00
scottashton
1d2fbb67ed
removed tests
2014-05-14 15:44:20 +02:00
scottashton
f79cd75081
Closes #851
2014-05-14 15:30:06 +02:00
Jan Steemann
eeedb022d0
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-05-13 18:16:04 +02:00
Jan Steemann
299e05c0b2
fixed unrestricted queries in cluster dashboard
2014-05-13 18:15:34 +02:00
Max Kerp
2ff1218759
fixed JSLint
2014-05-13 17:59:05 +02:00
Max Kerp
d0a40b8981
fixed the ace cursor bug by updating ace.js and
...
setting the default font-family to courier new. Added firefox
support for the custom query name check feedback. This needs to go into
the stylesheets but i didnt't find a way to make this work just yet, cause i
don't know the styles well enough. Hope Michael or Heiko can help me
with this.
2014-05-13 17:47:25 +02:00
Jan Steemann
adf9092744
fixed jslint warnings
2014-05-13 14:05:59 +02:00
Max Kerp
fcc223a1b1
Implemented a check for invalid query names.
...
Now prohibiting saving names with special html characters while giving
visual feedback.
2014-05-13 13:42:30 +02:00
Jan Steemann
4cf29af60a
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-05-12 13:56:12 +02:00
Jan Steemann
204a16c224
fixed compiler warning
2014-05-12 13:55:58 +02:00
scottashton
00a4c8b27e
fixed scss bug
2014-05-12 12:55:11 +02:00
scottashton
5b644570d9
fixed scsslint errors
2014-05-12 11:51:26 +02:00
scottashton
1bb91230f0
adjusted tests
2014-05-12 11:02:07 +02:00