| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-21 | client/model/diff: reindent | Alon Levy | |
| 2015-04-13 | client/graph: graph now knows about filtered_types; should split to ↵ | Alon Levy | |
| filtered_graph | |||
| 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 | |
| i.e. related = |selected| == 1 N(selected) else intersection_{s in S}{neighbours(s)} | |||
| 2015-04-12 | client/selection: rename: selected & related | Alon Levy | |
| selected nodes - nodes the user selected directly, via search or click. related - nodes that we choose to show the user as a result of the selection made. | |||
| 2015-04-11 | client/graph: rewrite and rename getConnectedNodesAndLinks | Alon Levy | |
| It was buggy and did not deal with overlap. Renamed to neighbourhood. | |||
| 2015-04-10 | client: domain type_attributes are now a list for ordering | Alon Levy | |
| First type is default, and order is for shift-up/down selection, filter menu and type drop down in properties menu (so, basically everywhere). | |||
| 2015-04-07 | client: unify deletion messages and update text. resolves #389 | Alon Levy | |
| 2015-04-06 | client: types: split types.js to form domain_types.js, containing ↵today-is-not-the-day | Alon Levy | |
| declarative json | |||
| 2015-04-06 | wip: per-domain type system | LV-426 | |
| 2015-04-06 | client: property tab cleanup; resolve #396 | Alon Levy | |
| 2015-04-02 | client/graph: fix id_to_link_id_set regression w/ inter-graph links | Alon Levy | |
| 2015-04-01 | model/core.js: remove rz_state (previously used for cur_rzdoc tracking) | LV-426 | |
| 2015-04-01 | rz_api_backend: rz_clone -> rzdoc_clone | LV-426 | |
| 2015-04-01 | model/core.js: introduce global rz_state variable, currently used to track ↵ | LV-426 | |
| cur_rzdoc_name | |||
| 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 | |
| add shim requirement for Bacon to have jquery loaded first, since Bacon patches in asEventStream (and other APIs). Undo the Bacon_wrapper non fix: git grep -l Bacon_wrapper | while read f; do sed -i -e s/Bacon_wrapper/Bacon/g $f; done | |||
| 2015-03-16 | client/model/diff/Topo_Diff: ensure correct link names | Alon Levy | |
| 2015-03-16 | client: use 'untitled' as empty link fixes #381 | Alon Levy | |
| Sanitizes any link attribute change. Topo diff in next patch since I might want to reverse it - current interface doesn't allow introducing null link names on creation. | |||
| 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 | |
| attributes | |||
| 2015-03-09 | client: search in nodes and attributes | Alon Levy | |
| Fixes #358 Implementation limitations: - uses hasOwnProperty for search, and further filters on strings. So technically could be oversearching - i.e. string properties that are not attributes. We should keep an attribute key on Node and Link - there is no selected link, just selected nodes. So we select both source and destination. Opening issue #367 for this. | |||
| 2015-03-07 | client: add missing club type from model/types | Alon Levy | |
| 2015-03-07 | client/model/types: store titles for types and attributes | Alon Levy | |
| 2015-03-07 | client: move nodetypes from consts to model/types | Alon Levy | |
| 2015-03-06 | client: introduce model/types, cleanup node_info (not quite enough) | 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 ↵ | Alon Levy | |
| before Bacon | |||
| 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 | |
| Still missing: remove host/port, let client use same as url it was served on. remove other flags no longer relevant. better mapping of server config to avoid double work? | |||
| 2015-02-05 | client/graph: add find_link__by_id for debugging only right now | Alon Levy | |
| 2015-01-25 | create_node_from_spec: a little cleanup | LV-426 | |
| 2015-01-23 | graph.js#__addNode(): use console.warn on id collisions | LV-426 | |
| 2015-01-21 | client/model/core: cannot delete id (create_node_from_spec) due to it using ↵ | Alon Levy | |
| Object.defineProperty | |||
| 2015-01-21 | client: make sure we store all properties coming from the server. Fixes #298 | Alon Levy | |
| 2015-01-21 | client/model/diff: add is_topo_diff | Alon Levy | |
| 2015-01-21 | client/model/diff: add two helpers on Attr_Diff | Alon Levy | |
| 2015-01-20 | client: Attr_Diff: add toString for debugging | Alon Levy | |
| 2015-01-13 | client/graph: find_node_* returns null on unfound, not undefined. Fixes #275 | Alon Levy | |
| 2015-01-13 | Revert "client: fix link name regression on clone (Fixes #264)" | Alon Levy | |
| This reverts commit f17c7d27b510c033aa2861598e49a90c56aa9a13. | |||
| 2015-01-13 | client/graph: find_node__by_id now returns Node/null | Alon Levy | |
| not undefined (undefined not appropriate for this case. | |||
| 2015-01-13 | client/graph: allow updating property of a backend backed node | Alon Levy | |
| This is a hack, here is the code comment: FIXME: should not do a server roundtrip, should keep this data local and part of the temporary graph, and send it on user enter in a single commit. The current implementation is just a quick way to get sorta the same outcome. it misses atomicity (since we create a commit for every tab click on an existing node), and responsiveness (since there is a roundtrip to the server and it isn't client side) | |||
