1
0
Fork 0
Commit Graph

12257 Commits

Author SHA1 Message Date
scottashton fae1c057d5 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-04-10 16:55:25 +02:00
scottashton 457edf6221 newDyGraph 2014-04-10 16:54:43 +02:00
gschwab d488aca451 deleted dead code 2014-04-10 16:37:46 +02:00
gschwab f95fdc099e some more fixes 2014-04-10 16:22:11 +02:00
gschwab 6a24749a1e hopefully fixed some tests... 2014-04-10 16:12:28 +02:00
gschwab bdfaf0916c removed newCollectionView.* 2014-04-10 14:35:10 +02:00
gschwab 149aee2bc7 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-04-10 13:03:17 +02:00
gschwab 89e85926cd Strating with '_' is no longer defined as 'isSystem' 2014-04-10 13:03:05 +02:00
Frank Celler 8bd9ab4537 added missing deletes, pathes, others 2014-04-10 12:54:27 +02:00
Frank Celler 08484ce292 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-04-10 11:48:41 +02:00
Frank Celler fc0ffd40b6 added missing figures 2014-04-10 11:48:35 +02:00
gschwab 9b3f22e2da Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-04-10 09:50:41 +02:00
gschwab 7bde55b23a added caret to show if advanced button in modal view is collapsed or not 2014-04-10 09:49:17 +02:00
Michael Hackstein 4bdc90b6cb Added test for AppDocumentationView, almost equal to ApiView 2014-04-10 01:46:52 +02:00
Michael Hackstein b8206ec8e0 Removed unused function and renamed ApiView according to standard 2014-04-10 01:45:54 +02:00
Michael Hackstein 85094878ad Added a test for API view 2014-04-10 01:31:39 +02:00
Michael Hackstein 967a2eed50 Added full test of graphViewer under coverage 2014-04-10 00:57:04 +02:00
Frank Celler 4acbffe372 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-04-10 00:01:06 +02:00
Frank Celler 725ee27028 added first version of statistics 2014-04-10 00:00:59 +02:00
Jan Steemann b1ece826fc fixed doxygen errors 2014-04-09 18:13:05 +02:00
Jan Steemann 289d82762a documentation fixes 2014-04-09 18:11:06 +02:00
Thomas Schmidts 7a625a4323 Merge pull request #816 from triAGENS/thomas-documentation-handling-collections
Documentation fixes: Reviewed HandlingCollections, HandlingDocuments and...
2014-04-09 17:03:47 +02:00
Thomas Schmidts 85d5bea4c5 Documentation fixes: "small" spelling error 2014-04-09 16:59:54 +02:00
Michael Hackstein 626ac20d11 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-04-09 16:41:29 +02:00
Michael Hackstein 2427e85cd2 Added the new dashboard template 2014-04-09 16:41:23 +02:00
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
Thomas Schmidts c8a8ba26c4 Documentation fixes: Reviewed HandlingCollections, HandlingDocuments and HandlingEdges 2014-04-09 14:26:53 +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