summaryrefslogtreecommitdiff
path: root/src/client/model/graph.js
AgeCommit message (Expand)Author
2015-01-20graph.js: fix node position based on type (head|commit) + ugly window.commit_...graph-view-commit-logLV-426
2015-01-13client/graph: find_node_* returns null on unfound, not undefined. Fixes #275Alon Levy
2015-01-13client/graph: find_node__by_id now returns Node/nullAlon Levy
2015-01-13client/graph: allow updating property of a backend backed nodeAlon Levy
2015-01-13client/graph: find_node__* default to recursion but optionalAlon Levy
2015-01-13client/model/grah: bug fix in update_nodeAlon Levy
2015-01-13client/graph: editType: drop stateAlon Levy
2015-01-13commit_diff__attr doc stringLV-426
2015-01-13graph.js: commit_diff__attr()LV-426
2015-01-12client: fix link renameAlon Levy
2015-01-12client/graph.js: add two assertions on link integrity on load from backendAlon Levy
2015-01-11update_link(): mirror update_node() handlingLV-426
2015-01-11follow n_id var naming conventionLV-426
2015-01-11client: json loading: don't send invalid datesAlon Levy
2015-01-11client: allow rename case of node (no merge et); Fixes #254Alon Levy
2015-01-11client/graph: fix node attr_diff return pathAlon Levy
2015-01-11update_node(): handle incoming attr_diff on ajax successLV-426
2015-01-11update_node: rm incoming ID change detection - should not occur for incoming ...LV-426
2015-01-06client: fix tab switching; move to new tokenize implementation (not strictly ...Alon Levy
2015-01-06client/model/graph: nodes before linksAlon Levy
2015-01-06client/model/graph: silence debug printAlon Levy
2015-01-06client: adapt to new node_id_set_add and link_id_set_add, renames all aroundAlon Levy
2015-01-06client/model/graph: final oops in server_pending implementationAlon Levy
2015-01-06client/model/graph: don't send existing nodes in commit diffsAlon Levy
2015-01-06client/model/graph: fix server pendingAlon Levy
2015-01-06client: cache requested nodes and fill in arriving specs with cached dataAlon Levy
2015-01-05client/model/graph: fix link deletion round trip, just one id2link & id2node ...Alon Levy
2015-01-05client/model/graph: some ugliness remains in commit_diff_ajax__topo because o...Alon Levy
2015-01-05client/model/graph: kill the name-as-part-of-the-key approach, now id must existAlon Levy
2015-01-05client: remove console logs and fix some undeclared variables (ff warnings)Alon Levy
2015-01-05client: link removal to server works, missing update of clientAlon Levy
2015-01-05client: more json workAlon Levy
2015-01-05client: partial fix of drag-n-drop & load - fails in server with Neo4JExceptionAlon Levy
2015-01-05client/model/graph: fix emptyAlon Levy
2015-01-05client/model/graph: add local commit_and_tx_diff__topoAlon Levy
2015-01-05client: whitespaceAlon Levy
2015-01-05client/model/graph: add assert on update_node ajax success entry conditionsAlon Levy
2015-01-05client: clone now returns a Topo Diff, no need to adaptAlon Levy
2015-01-05client: renames (find - all are lower case underscore separates) plus clone+i...Alon Levy
2015-01-05bubble property used, lacks animation (noticeably)Alon Levy
2015-01-05initial graph_view introduction - mixing circle & force layoutsAlon Levy
2015-01-05wip textanalysis broken. it creates extra nodes. state variable overloading f...Alon Levy
2015-01-05wip fixes from week 52 refactorAlon Levy
2015-01-05introduce commit_and_tx_diff__topo & commit_diff__topoAlon Levy
2015-01-05wip names bus drop, more bacon, fix completer remove names, fix json loadingAlon Levy
2015-01-05client/model/graph: remove editLink, no longer used (superceded by update_link)Alon Levy
2014-12-28Fixes #245 - broken link deletionAlon Levy
2014-12-28Fixes #238 - tab works againAlon Levy
2014-12-28client: fix #238 - ReferenceError due to refactoring errorAlon Levy
2014-12-28Fixes #232 - #x #y raises error and doesn't get committedAlon Levy