summaryrefslogtreecommitdiff
path: root/src/client/model
AgeCommit message (Expand)Author
2015-03-07client: move nodetypes from consts to model/typesAlon Levy
2015-03-06client: introduce model/types, cleanup node_info (not quite enough)Alon 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-25create_node_from_spec: a little cleanupLV-426
2015-01-23graph.js#__addNode(): use console.warn on id collisionsLV-426
2015-01-21client/model/core: cannot delete id (create_node_from_spec) due to it using O...Alon Levy
2015-01-21client: make sure we store all properties coming from the server. Fixes #298Alon Levy
2015-01-21client/model/diff: add is_topo_diffAlon Levy
2015-01-21client/model/diff: add two helpers on Attr_DiffAlon Levy
2015-01-20client: Attr_Diff: add toString for debuggingAlon Levy
2015-01-13client/graph: find_node_* returns null on unfound, not undefined. Fixes #275Alon Levy
2015-01-13Revert "client: fix link name regression on clone (Fixes #264)"Alon 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-13client: fix link name regression on clone (Fixes #264)Alon Levy
2015-01-13commit_diff__attr doc stringLV-426
2015-01-13graph.js: commit_diff__attr()LV-426
2015-01-13Attr_Diff.prototype.for_each_node, _linkLV-426
2015-01-13add_node_attr_rm -> add_node_attr_removeLV-426
2015-01-13model/diff: new_attr_diff_from_spec()LV-426
2015-01-12util.js: fix adapt_format_read_link_ptr issue resulting from both in,out set ...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-11model_util: adapt_format_read_diff__attr()LV-426
2015-01-11update_node: rm incoming ID change detection - should not occur for incoming ...LV-426
2015-01-11Attr_Diff: remove spec from constructor, force use of prototype aux functionsLV-426
2015-01-11rename adapt_format_write_topo_diff -> adapt_format_write_diff__topoLV-426
2015-01-11__type, __label_set: expect array of length 1 in both cases on backendLV-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