1
0
Fork 0
Commit Graph

806 Commits

Author SHA1 Message Date
Michael Hackstein 31fca729f0 WebInterface: Apps can now be filtered by active/inactive/devel, also develapps now tell you that they are 2013-06-26 16:19:12 +02:00
Michael Hackstein c3e2d37d50 AdminInterface: Changed the Applications Tab. It is now a single tab and consistent with the dashboard and collections. However i have not yet an idea what could useful filters 2013-06-25 17:14:25 +02:00
Michael Hackstein 7ea3a30f68 GraphViewer: Changed accepted format of FoxxAdapter from Array to Object where it is much easier to identify equal nodes on server side 2013-06-25 15:05:44 +02:00
Michael Hackstein 60b540b231 GraphViewer: The nodeShaper now makes the html aware of xmlns:xlink and now the display of images is working finally 2013-06-25 10:53:15 +02:00
Michael Hackstein b2bdbaf8e1 GraphViewer: Now the image source really uses data stored in the document, forgot that it is encapsulated 2013-06-25 09:57:28 +02:00
Michael Hackstein a2696cb835 GraphViewer: Now images as nodes are also implemented including source 2013-06-25 09:51:12 +02:00
Michael Hackstein 440d65f4bd GraphViewer: The node shaper is now able to append images as nodes. But still need a proper href 2013-06-25 09:31:24 +02:00
Michael Hackstein 5bb74c01c2 GraphViewer: Widgets can now initially be bound with any action available in the toolbox 2013-06-25 08:04:34 +02:00
Michael Hackstein c33cb8c36a GraphViewer: Event dispatcher now offers rebind functions for buttons to the outside world. This is used to give an initial active tool without creating a toolbox. 2013-06-24 18:19:24 +02:00
Michael Hackstein 28ab756295 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-24 15:50:23 +02:00
Michael Hackstein 46e8aeabaa GraphViewer: In the Wodget it is now possible to initially bind the drag event 2013-06-24 15:49:56 +02:00
Jan Steemann 79399bff80 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-24 14:26:09 +02:00
Michael Hackstein aa0d8a8115 GraphViewer: Added Tests for toolbox in the Widget-UI 2013-06-24 14:00:59 +02:00
Michael Hackstein e8d3235a09 GraphViewer: Moved css definitions into graphViewer for better import in widgets 2013-06-24 13:59:47 +02:00
Jan Steemann 93f7122099 added missing count() method for server-side cursor 2013-06-24 13:50:03 +02:00
Michael Hackstein 96048586c3 Started implementing the Widget version of the UI. The SVG loading an optional given startNode is added till now. 2013-06-24 13:10:58 +02:00
Michael Hackstein 0bbf2cf4e5 Added a test for the FoxxAdapter in the graphViewer 2013-06-24 09:27:26 +02:00
Michael Hackstein 2f113aea14 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-24 09:02:03 +02:00
Michael Hackstein 98362f6f2c Added the foxx adapter into the graphViewer 2013-06-24 09:01:49 +02:00
Jan Steemann 654ea77f25 extended cap constraints with size constraints 2013-06-22 02:44:48 +02:00
Jan Steemann 2d7edbef96 added db._exists() 2013-06-21 21:50:00 +02:00
Jan Steemann ac1684b402 added derived file 2013-06-21 19:41:27 +02:00
Jan Steemann c74c80d5ff allow bind parameters in db._query() 2013-06-21 17:13:51 +02:00
Jan Steemann cae82f27e4 added `/_api/current-database` 2013-06-21 10:25:15 +02:00
Jan Steemann 30a747f3ef fixed client-side tests 2013-06-20 19:15:30 +02:00
Jan Steemann b1f243d296 fixed segfault for too big shapes, make shape collection filesize adaptive 2013-06-20 19:14:14 +02:00
Jan Steemann 955502b0e2 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-20 15:48:22 +02:00
Jan Steemann 3cd5facece removed console.log 2013-06-20 15:48:09 +02:00
Jan Steemann d9c0d588f9 added internal.adminDirectory 2013-06-20 15:47:48 +02:00
Heiko Kernbach d86004c626 added selectionfunction for db in router 2013-06-20 14:26:17 +02:00
Heiko Kernbach 97ce6c80fc added dashboard link @navigation 2013-06-20 12:59:24 +02:00
Jan Steemann 235abf1a46 added derived file 2013-06-19 14:04:39 +02:00
Thomas Richter ce80970a77 bug fixed in swagger footer 2013-06-17 10:32:42 +02:00
Jan Steemann 1cc0409258 do not console.log 2013-06-14 09:34:06 +02:00
Heiko Kernbach 5eed48e451 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-13 16:26:34 +02:00
Heiko Kernbach 4ac40289ad jslint + testsuite 2013-06-13 16:26:25 +02:00
Jan Steemann b1bc9b3285 adjust traversal docs and examples 2013-06-13 13:06:48 +02:00
Jan Steemann 9599a021b9 moved some graph traversal validation into the traversal module
- that simplifies some of the traversal-calling routines
- make returning error codes more consistent (specific 404 errors when
referring to unknown collections instead of simple 400 errors)
- optionally limit traversals to a certain number of iterations so they
  don't run endlessly in cyclic graphs
2013-06-12 17:04:47 +02:00
Thomas Richter e294d1b8c4 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-12 10:42:41 +02:00
Oreste Panaia 81f20c7ba0 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-06-12 17:03:29 +08:00
Thomas Richter 10dea3e18e droidsans.css path error fixed 2013-06-12 10:41:50 +02:00
Jan Steemann bb7445a547 fixed jslint warnings 2013-06-11 18:47:15 +02:00
Jan Steemann d6ff5ba1f9 moved "About" link into "Links" menu to save space 2013-06-11 18:35:02 +02:00
Michael Hackstein 87b31a54c1 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-11 15:59:40 +02:00
Michael Hackstein 4fd8565973 GraphViewer: Fixed import in index html 2013-06-11 15:59:11 +02:00
Thomas Richter 9b6017995c swagger core-api-documentation in html/admin included 2013-06-11 15:38:54 +02:00
Thomas Richter 11fc096873 admin interface swagger api added 2013-06-11 15:10:15 +02:00
Thomas Richter d43ed485bf swagger ui changed and alphabetical sorted 2013-06-11 14:22:23 +02:00
Michael Hackstein 804843d753 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-10 14:11:54 +02:00
Michael Hackstein 7b093d176c GraphViewer: Added first version of a generic Foxx Adapter 2013-06-10 14:11:32 +02:00