summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-22client/model/graph: add missing spaceAlon Levy
2014-12-22client/graph: trim names sent; not sure this actually works, and missing __type?Alon Levy
2014-12-22client/rz_api_backend: fix use of undefined variable on ajax error pathAlon Levy
2014-12-22client: add warning reminding of _editProperty last user (robot)Alon Levy
2014-12-22client: use update_node for svg_input node name editingAlon Levy
2014-12-22clean up dev_mode__resend_from_static(): adapt to new layoutLV-426
2014-12-22client: default to backend enabled - better for testing right nowAlon Levy
2014-12-22client/graph: remove dead code (superceded by update_node)Alon Levy
2014-12-22remove no longer relevant todoAlon Levy
2014-12-22rhizi_server.py: fix dev mode with recent directory reorgAlon Levy
2014-12-22client/model/graph.update_node: dedent, add TODO for fake APIAlon Levy
2014-12-22client/model/graph: drop dead code: editLinkTargetAlon Levy
2014-12-22client/model/graph: add console log on ajax errorAlon Levy
2014-12-22typoAlon Levy
2014-12-21textanalysis: allow #a #b, i.e. unnamed link (sets name to '')Alon Levy
2014-12-21app.js: configure baseUrl commentLV-426
2014-12-16client fixes to run with new layoutAlon Levy
2014-12-16how to run client with file://Alon Levy
2014-12-16moving files around after repository mergerAlon Levy
2014-12-16this.commit_diff__attr: fix REST API pathLV-426
2014-12-16node_indo: exported module symbolsLV-426
2014-12-16node_info: rename _get_form() -> _get_form_data()LV-426
2014-12-16model/graph: fix variable n_spec redeclares argumentAlon Levy
2014-12-16adapt_format_read_link_ptr(): derive name from typeLV-426
2014-12-16showNodeInfo(): on_save() hook:LV-426
2014-12-16node_info: remove on_save/delete proxy functionsLV-426
2014-12-16model/util: __sanitize_label__read/write()LV-426
2014-12-16[wip] graph.update_node()LV-426
2014-12-16_remove_node_set: log removed nodesLV-426
2014-12-16graph.editName() cleanup: fix inner variables namesLV-426
2014-12-16Attr_Diff: add_link_attr_write, add_link_attr_rmLV-426
2014-12-16model_diff.new_XXX_diff : remove redundant new operatorsLV-426
2014-12-16Attr_Diff.prototype.add_xxx rename: follow server function namesLV-426
2014-12-16derive link type from nameLV-426
2014-12-16textanalysis: fix compareSubsetAlon Levy
2014-12-16adapt_format_read/write_node/link updateLV-426
2014-12-16load_from_backend(): post ajax link pointer processingLV-426
2014-12-16findNodeByName(): rm unused paramLV-426
2014-12-16create_node/link_from_spec: assertionsLV-426
2014-12-16_remove_node_set(): cascade_link_rm_set: collect removed linksLV-426
2014-12-16Node.prototype.equals(): compare by idLV-426
2014-12-16major addLink() sig refactoring: addLink(link, peer_notify)LV-426
2014-12-16addLink: drop drop_conjugator_links param, extract apply_conjugator_link_logic()LV-426
2014-12-16rename inner auxiliary addLink to __addLinkLV-426
2014-12-16do not persist Node.statusLV-426
2014-12-16wip: __addNode, _remove_node_set: peer_notify support (backbone sync)LV-426
2014-12-16refactor __set_obj_id(), mark id property as 'enumerable'LV-426
2014-12-16pass node type as __label_set arrayLV-426
2014-12-16rename commit_diff__X according to diff typeLV-426
2014-12-16drop findNode, switch to find_node__by_id: avoid linear searchLV-426