summaryrefslogtreecommitdiff
path: root/src/client/model
AgeCommit message (Expand)Author
2015-07-23client/model/graph: make addTempNode API a constant (fix FIXME)Alon Levy
2015-07-23client/model/graph: linting fixes from emacs js2 mode (jshint probably)Alon Levy
2015-07-06client/model/types: assert only that all used attriutes have a defined titlegarbash
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-18client/model/graph: shortests_paths: bug fixAlon Levy
2015-05-18graph.js: commit_and_tx_diff__topo: remove on_error which duplicates default ...LV-426
2015-05-18graph.js: miscLV-426
2015-05-18client/model/graph: add find_nodes__by_idAlon Levy
2015-05-18client/model/graph: implement BFS and shortest_paths on top of thatAlon Levy
2015-05-18client/model/graph: add get_node_idsAlon Levy
2015-05-18client/model/graph: refactor kind out of neighbourhoodAlon Levy
2015-05-13client/model/graph: commits shown need to be new on topAlon Levy
2015-05-12domain_types.js: depend on requirejs path configLV-426
2015-05-12client/model/graph: handle new clone with commit_logAlon Levy
2015-05-12client/model/graph: add activityBusAlon Levy
2015-05-12client/model/diff: add meta to Attr_Diff and Topo_DiffAlon Levy
2015-05-05client: improve text of delete messages, fix #521Alon Levy
2015-05-04client: domain_types: add misc.direction, takes valid css direction values, a...Alon Levy
2015-05-04client: show node titles, not internal node types. fix #537Alon Levy
2015-05-04client/model/types: order of attributes determines appearance order. make nam...Alon Levy
2015-04-21client/model/diff: reindentAlon 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-10client: domain type_attributes are now a list for orderingAlon Levy
2015-04-07client: unify deletion messages and update text. resolves #389Alon Levy
2015-04-06client: types: split types.js to form domain_types.js, containing declarative...today-is-not-the-dayAlon Levy
2015-04-06wip: per-domain type systemLV-426
2015-04-06client: property tab cleanup; resolve #396Alon Levy
2015-04-02client/graph: fix id_to_link_id_set regression w/ inter-graph linksAlon Levy
2015-04-01model/core.js: remove rz_state (previously used for cur_rzdoc tracking)LV-426
2015-04-01rz_api_backend: rz_clone -> rzdoc_cloneLV-426
2015-04-01model/core.js: introduce global rz_state variable, currently used to track cu...LV-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/model/diff/Topo_Diff: ensure correct link namesAlon 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-07client: add missing club type from model/typesAlon Levy
2015-03-07client/model/types: store titles for types and attributesAlon Levy
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