1
0
Fork 0
Commit Graph

831 Commits

Author SHA1 Message Date
Michael Hackstein caa4df602f GraphViewer: Massively improved the Community Joiner, runtime is reduced by factor 2 and result is closer to optimum. 2013-07-02 16:17:31 +02:00
Michael Hackstein 985119f5ae GraphViewer: Fixed Cross-Browser Issues. The Viewer is now tested with: IE9, Safari, Chrome, FF and Opera 2013-07-02 09:59:58 +02:00
Michael Hackstein b718365504 GraphViewer: Integrated the modularity joiner into the nodeReducer. All old tests pass now so joining seems to be quite good. yay ;) 2013-07-01 17:12:55 +02:00
Michael Hackstein 42e52ea2b8 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-01 16:33:00 +02:00
Michael Hackstein a443727e89 GraphViewer: Tested the modularity joiner with the famous Zachary Karate Club 2013-07-01 16:32:38 +02:00
Jan Steemann 9d2a016c5b make jslint happy 2013-07-01 15:50:51 +02:00
Michael Hackstein 510e7c2573 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-01 15:05:51 +02:00
Michael Hackstein 3c3e20056f GraphViewer: Implemented new version of modularity join taking into account directions and multiple edges between a pair of nodes 2013-07-01 15:05:19 +02:00
Jan Steemann af18b61539 increased update interval 2013-07-01 10:26:27 +02:00
Jan Steemann 1f68eaa221 issue #563: can aal become a default object? 2013-07-01 10:21:18 +02:00
Jan Steemann a0f34b3e2c git status
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2013-07-01 10:18:00 +02:00
Jan Steemann a1918ae9e3 added derived files 2013-07-01 10:09:22 +02:00
Michael Hackstein d7b61fd051 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-07-01 09:55:13 +02:00
Michael Hackstein c5fe80aa98 GraphViewer: Added getters to all values in the modulatiry joiner and added a setup function instead of calling a cascade of 4 functions 2013-07-01 09:54:44 +02:00
Jan Steemann 390bada835 added derived files 2013-06-28 19:15:10 +02:00
Michael Hackstein d0f1218a0d GraphViewer: Identified a bug in the community detection. Now started to externalize modularity computation s.t. it can be better tested 2013-06-28 15:50:27 +02:00
Michael Hackstein 243ba85dca GraphViewer: Added some cross-browser fixes. FF and Chrome pass all tests, Opera and Safari still fail a few 2013-06-27 15:26:34 +02:00
Michael Hackstein 65d266f367 GraphViewer: Added a check for the cursor-following edge when connnecting nodes, which did cause a crash in other browsers than FF 2013-06-27 14:10:23 +02:00
Michael Hackstein 2f4de281ec GraphViewer: The graphViewer preview will now overwrite given label and image-source attributes to match with hardcoded preview adapter 2013-06-27 13:32:22 +02:00
Michael Hackstein 4252513cfa GraphViewer: Added a Preview graphViewer Interface. 2013-06-27 12:49:37 +02:00
Michael Hackstein 4ba6422f2e GraphViewer: The main graphViewer class now knows about the preview adapter 2013-06-27 09:56:58 +02:00
Michael Hackstein 8dd44978cd GraphViewer: Added a previewAdapter for the Widget Generator. This returns a hardcoded set of nodes and alerts any outgoing actions 2013-06-27 09:51:35 +02:00
Michael Hackstein 7fb3e51b62 Web-Interface: Filters in Applications are now stored when using the navbar. 2013-06-27 08:49:18 +02:00
Heiko Kernbach 054ea2d9a3 fixed css errors when server is offline 2013-06-27 01:31:18 +02:00
Jan Steemann e39bbea3f4 fixed jslint warnings 2013-06-26 16:52:50 +02:00
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