summaryrefslogtreecommitdiff
path: root/src/client/model/graph.js
AgeCommit message (Expand)Author
2015-05-13client/model/graph: commits shown need to be new on topAlon Levy
2015-05-12client/model/graph: handle new clone with commit_logAlon Levy
2015-05-12client/model/graph: add activityBusAlon Levy
2015-05-05client: improve text of delete messages, fix #521Alon Levy
2015-04-13client/graph: graph now knows about filtered_types; should split to filtered_...Alon Levy
2015-04-12client: graph: drop object_values, use _.valuesAlon Levy
2015-04-12client/graph: add helper find_links__by_nodesAlon Levy
2015-04-12client/graph: extract calc_neighboursAlon Levy
2015-04-12client: for more then one selected node, related is the mutual neighboursAlon Levy
2015-04-12client/selection: rename: selected & relatedAlon Levy
2015-04-11client/graph: rewrite and rename getConnectedNodesAndLinksAlon Levy
2015-04-07client: unify deletion messages and update text. resolves #389Alon Levy
2015-04-02client/graph: fix id_to_link_id_set regression w/ inter-graph linksAlon Levy
2015-04-01rz_api_backend: rz_clone -> rzdoc_cloneLV-426
2015-03-24client/model/graph: track node degree (O(1) amortized on link and node addition)Alon Levy
2015-03-17client: Bacon/jquery dependency: use shimAlon Levy
2015-03-16client: use 'untitled' as empty link fixes #381Alon Levy
2015-03-15client: add util.log_error, use for clone missing dst/src idsAlon Levy
2015-03-15client: ignore bad links on cloneAlon Levy
2015-03-13client: fix json export and import to use model/types to account for allowed ...Alon Levy
2015-03-09client: search in nodes and attributesAlon Levy
2015-03-03client: rename consistently links__delete, nodes__deleteAlon Levy
2015-03-01client: add Bacon_wrapper, use instead of Bacon; forced loading of jquery bef...Alon Levy
2015-02-25client: selection tools: add link nodes in fanAlon Levy
2015-02-16client/graph/merge: re-instate confirm dialog for rename-to-mergeAlon Levy
2015-02-15client/model: update_node can now do merge. Fixes #226Alon Levy
2015-02-15client: node merge: don't add self referencial linksAlon Levy
2015-02-15client: implement merge of nodesAlon Levy
2015-02-11client: remove setting type change suggestion location via graph.findCoordinatesAlon Levy
2015-02-09rz_config: embed in index, remove as moduleAlon Levy
2015-02-05client/graph: add find_link__by_id for debugging only right nowAlon Levy
2015-01-23graph.js#__addNode(): use console.warn on id collisionsLV-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