summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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: textanalysis: fix type changing. Fixes #262Alon Levy
2015-01-13client/textanalysis: use constant for 'new node'Alon Levy
2015-01-13client/graph: editType: drop stateAlon Levy
2015-01-13client: fix link name regression on clone (Fixes #264)Alon Levy
2015-01-13incorporate https://github.com/ivoviz/feedbackAlon Levy
2015-01-13add feedback - no email yet, just client side plus server parse client postAlon Levy
2015-01-13mv init_pw_db to rz_cli_tool, improveLV-426
2015-01-13commit_diff__attr doc stringLV-426
2015-01-13rz_mesh: ws_diff_merge__attr()LV-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-12update fcgi scriptLV-426
2015-01-12test_ws_event__topo_diff(): augment test with linkLV-426
2015-01-12rz_mesh: ws_diff_merge__topo() - note: type safety is still lackingLV-426
2015-01-12rz_mesh.js: prefix functions with 'ws_'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-12server/db_op: fix DBO_diff_commit__attr for name writeAlon Levy
2015-01-12login+logout: using ajax, not POST, plus document.window (worst of both worlds)Alon Levy
2015-01-12client/graph.js: add two assertions on link integrity on load from backendAlon Levy
2015-01-12client/server: login is using POST, so use POST, not XMLHttpRequestAlon Levy
2015-01-12server/client: s/res/static/, drop dev_mode__resend_from_staticAlon Levy
2015-01-12server/404: add debug print of requestAlon Levy
2015-01-12server: implement init_pw_db, update docs, set default Config.htpasswd_path t...Alon Levy
2015-01-12server: add 404 redirection (no error page), Fixes #210Alon Levy
2015-01-12client: don't keep quotes in node name: Fixes #258Alon Levy
2015-01-12test_rz_mesh: adapt to multi-valued return values on diff commitLV-426
2015-01-12generate_random_node_dict(): include random nameLV-426
2015-01-12use q_arr with add_statement()LV-426
2015-01-12WebSocket_Graph_NS,on_diff_commit__attr/topo(): tx both diff-obj & commit_retLV-426
2015-01-12rz_mesh: handle multiple returned values, serialization special-case handlingLV-426
2015-01-12import sortLV-426
2015-01-12rz_kernel: return: a tuple containing the input diff and the result of it's c...LV-426
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-11test_rz_mesh(): use Topo_Diff.Commit_Result_Type, clean assertionsLV-426
2015-01-11test_rz_mesh(): use test_labelsLV-426
2015-01-11rz_api_websocket: object serialization, error handlingLV-426
2015-01-11replacing namedtuples with Topo_Diff.Commit_Result_TypeLV-426
2015-01-11use q_arrLV-426
2015-01-11update_node(): handle incoming attr_diff on ajax successLV-426
2015-01-11model_util: adapt_format_read_diff__attr()LV-426