summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-30client: rename User to Customissue593Alon Levy
2015-07-30client/view/graph_view: export layouts for debuggingAlon Levy
2015-07-30client: reduce force initial alpha - less jittering, but less likely to ↵Alon Levy
reach minimum
2015-07-30client/view/graph_view: removed unused variables (jshint)Alon Levy
2015-07-30client: record position to db when dragging + fixedAlon Levy
Record position when dragging. Record fixed status. this is still not clear - what fixed means exactly.
2015-07-30client: more specific logging for node position recordingAlon Levy
2015-07-30client/model/graph: use eps, short for epsilonAlon Levy
2015-07-30client: on drag, do NOT rerun layoutAlon Levy
2015-07-30client/view/graph_view: position load: fix bug due to not calling ↵Alon Levy
d3.layout.start to initialize link lengths (linkStrength)
2015-07-30client/view/graph_view: no relayout on clone position load if all nodes loadedAlon Levy
2015-07-30client/model/graph.nodes__update_positions: noop if change is too small (use ↵Alon Levy
configurable epsilon)
2015-07-30client: node position storing: change key format to use underscores, more ↵Alon Levy
cypher friendly
2015-07-30client/model/core: add a special Node for use for debugging NaN problemsAlon Levy
2015-07-30client: jshint fixesAlon Levy
2015-07-28client/graph_view: #593: don't relayout after loading positions from dbAlon Levy
2015-07-28client/view/graph_view: group similar functionsAlon Levy
2015-07-28client/view/graph_view: more linting fixesAlon Levy
2015-07-28client/view/graph_view: remove dead code (range function)Alon Levy
2015-07-26client: store positions in db instead of local storageAlon Levy
attributes used are currently a bit lame, since we don't support nested attributes. So the attribute stored is: layouts.<layout_name>.{x,y} where layout_name is one of: force, user, ring. Note that force layout still takes time initially, because alpha is always set to 1 initially. This should probably be changed when a layout is loaded.
2015-07-26client: add a user layoutAlon Levy
2015-07-26layouts: wrap adding a 'name' attribute (for position storage)Alon Levy
2015-07-26client/model/graph: reduce attribute write verbosity (node only)Alon Levy
2015-07-26client: various lint fixesAlon Levy
2015-07-25client: clone: fix pushed diff to contain links & nodesAlon Levy
2015-07-23client/view/graph_view: add missing semicolonsAlon Levy
2015-07-23client/model/core: add missing semicolonsAlon Levy
2015-07-23client/model/util: add missing semicolonsAlon Levy
2015-07-23client/rz_api_backend: use rz_core.rzdoc__current__get_name (fix FIXME)Alon Levy
2015-07-23client/rz_core: add missing semicolonsAlon Levy
2015-07-23client/rz_api_backend: add missing semicolons (Aptana Studio 3 - probably ↵Alon Levy
also jshint)
2015-07-23client/model/graph: make addTempNode API a constant (fix FIXME)Alon Levy
2015-07-23client/model/graph: linting fixes from emacs js2 mode (jshint probably)Alon Levy
2015-07-07pkg__rhizi-mux/install: fix package with move of domain-fragments to ↵Alon Levy
external repository Package not tested yet, but target builds via ant.
2015-07-06client: split view/filter.js from view/graph_viewAlon Levy
2015-07-06client/graph_view: remove dead codeAlon Levy
2015-07-06server/neo4j_cypher_parser: allow '/,|' in values (node names, link names)Alon Levy
2015-07-06server: white space fixesAlon Levy
2015-07-06client/css/dropdown menu: prevent line breaks, add padding on rightgarbash
2015-07-06Revert "css for ocean.rhizi.net"garbash
This reverts commit dfd75716b5a145d8033678702f0f23cab7d5a75b. Site specific customizations that don't belong in this repository.
2015-07-06Revert "filter dropdown nowrap"garbash
This reverts commit 4bb0286b0534924d3e8644fa37236c30a680059d. Should be done at scss.
2015-07-06filter dropdown nowrapgarbash
2015-07-06css for ocean.rhizi.netgarbash
2015-07-06client/model/types: assert only that all used attriutes have a defined titlegarbash
2015-07-06Added link to demo in README.mdDor Garbash
2015-07-06better input help textgarbash
2015-07-06input help textgarbash
2015-07-06client: filter names: use node_titles, not types (fix translations)Alon Levy
2015-07-06REST api: moving /load endpoints to /api/rzdoc/fetchLV-426
2015-07-06rz_api_rest: reorderLV-426
2015-07-06REST api: moving /graph endpoints to /api/rzdoc/LV-426