| Age | Commit message (Expand) | Author |
| 2015-07-30 | client/model/graph: use eps, short for epsilon | Alon Levy |
| 2015-07-30 | client/model/graph.nodes__update_positions: noop if change is too small (use ... | Alon Levy |
| 2015-07-30 | client: node position storing: change key format to use underscores, more cyp... | Alon Levy |
| 2015-07-26 | client: store positions in db instead of local storage | Alon Levy |
| 2015-07-26 | client/model/graph: reduce attribute write verbosity (node only) | Alon Levy |
| 2015-07-26 | client: various lint fixes | Alon Levy |
| 2015-07-25 | client: clone: fix pushed diff to contain links & nodes | Alon Levy |
| 2015-07-23 | client/model/graph: make addTempNode API a constant (fix FIXME) | Alon Levy |
| 2015-07-23 | client/model/graph: linting fixes from emacs js2 mode (jshint probably) | Alon Levy |
| 2015-06-04 | add copyright and license headers for GNU AGPL v3 | Alon Levy |
| 2015-05-18 | client/model/graph: shortests_paths: bug fix | Alon Levy |
| 2015-05-18 | graph.js: commit_and_tx_diff__topo: remove on_error which duplicates default ... | LV-426 |
| 2015-05-18 | graph.js: misc | LV-426 |
| 2015-05-18 | client/model/graph: add find_nodes__by_id | Alon Levy |
| 2015-05-18 | client/model/graph: implement BFS and shortest_paths on top of that | Alon Levy |
| 2015-05-18 | client/model/graph: add get_node_ids | Alon Levy |
| 2015-05-18 | client/model/graph: refactor kind out of neighbourhood | Alon Levy |
| 2015-05-13 | client/model/graph: commits shown need to be new on top | Alon Levy |
| 2015-05-12 | client/model/graph: handle new clone with commit_log | Alon Levy |
| 2015-05-12 | client/model/graph: add activityBus | Alon Levy |
| 2015-05-05 | client: improve text of delete messages, fix #521 | Alon Levy |
| 2015-04-13 | client/graph: graph now knows about filtered_types; should split to filtered_... | Alon Levy |
| 2015-04-12 | client: graph: drop object_values, use _.values | Alon Levy |
| 2015-04-12 | client/graph: add helper find_links__by_nodes | Alon Levy |
| 2015-04-12 | client/graph: extract calc_neighbours | Alon Levy |
| 2015-04-12 | client: for more then one selected node, related is the mutual neighbours | Alon Levy |
| 2015-04-12 | client/selection: rename: selected & related | Alon Levy |
| 2015-04-11 | client/graph: rewrite and rename getConnectedNodesAndLinks | Alon Levy |
| 2015-04-07 | client: unify deletion messages and update text. resolves #389 | Alon Levy |
| 2015-04-02 | client/graph: fix id_to_link_id_set regression w/ inter-graph links | Alon Levy |
| 2015-04-01 | rz_api_backend: rz_clone -> rzdoc_clone | LV-426 |
| 2015-03-24 | client/model/graph: track node degree (O(1) amortized on link and node addition) | Alon Levy |
| 2015-03-17 | client: Bacon/jquery dependency: use shim | Alon Levy |
| 2015-03-16 | client: use 'untitled' as empty link fixes #381 | Alon Levy |
| 2015-03-15 | client: add util.log_error, use for clone missing dst/src ids | Alon Levy |
| 2015-03-15 | client: ignore bad links on clone | Alon Levy |
| 2015-03-13 | client: fix json export and import to use model/types to account for allowed ... | Alon Levy |
| 2015-03-09 | client: search in nodes and attributes | Alon Levy |
| 2015-03-03 | client: rename consistently links__delete, nodes__delete | Alon Levy |
| 2015-03-01 | client: add Bacon_wrapper, use instead of Bacon; forced loading of jquery bef... | Alon Levy |
| 2015-02-25 | client: selection tools: add link nodes in fan | Alon Levy |
| 2015-02-16 | client/graph/merge: re-instate confirm dialog for rename-to-merge | Alon Levy |
| 2015-02-15 | client/model: update_node can now do merge. Fixes #226 | Alon Levy |
| 2015-02-15 | client: node merge: don't add self referencial links | Alon Levy |
| 2015-02-15 | client: implement merge of nodes | Alon Levy |
| 2015-02-11 | client: remove setting type change suggestion location via graph.findCoordinates | Alon Levy |
| 2015-02-09 | rz_config: embed in index, remove as module | Alon Levy |
| 2015-02-05 | client/graph: add find_link__by_id for debugging only right now | Alon Levy |
| 2015-01-23 | graph.js#__addNode(): use console.warn on id collisions | LV-426 |
| 2015-01-13 | client/graph: find_node_* returns null on unfound, not undefined. Fixes #275 | Alon Levy |