summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-01refactor rz_core initialization:LV-426
2015-04-01DBO_diff_commit__attr: rm suffix space, rename paramsLV-426
2015-03-29client/view/graph_view: allow links with x/y that is zeroAlon Levy
2015-03-25Revert "client/view/graph_view: force recalculation of linkDistance on each f...Alon Levy
2015-03-24client/view/graph_view: remove debug printAlon Levy
2015-03-24client/graph_view: add link distance depending on degree of nodeAlon Levy
2015-03-24client/view/graph_view: force recalculation of linkDistance on each force__lo...Alon Levy
2015-03-24client/model/graph: track node degree (O(1) amortized on link and node addition)Alon Levy
2015-03-23client: dragging a node fixes it's position; unfixing needs to be thought outAlon Levy
2015-03-22server/neo4j_util: actually neo4j supports any char as the first char includi...Alon Levy
2015-03-22server/neo4j_util: neo4j also supports underscore as first letter of a labelAlon Levy
2015-03-22server: more cascade exception loggingAlon Levy
2015-03-22server: support non ascii chars in link namesAlon Levy
2015-03-17client: Bacon/jquery dependency: use shimAlon Levy
2015-03-16client: plus/minus zoom implementation using log scale, state still in d3.beh...Alon Levy
2015-03-16client/selection: hide/show multiple node operations via parent divAlon Levy
2015-03-16client/rz_core: small style fixesAlon Levy
2015-03-16client: one line coding style fixAlon Levy
2015-03-16server/db_driver: note on exception reraise related logging being fixed in py...Alon 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-15server/db_driver: reraising exception loses stack, so log first part before r...Alon Levy
2015-03-15client/graph_view: record rest force layout position and load right after clo...Alon Levy
2015-03-15client/graph_view: rename debug only function with double underscore prefixAlon Levy
2015-03-15client/graph_view: extract force__load_graphAlon Levy
2015-03-15wip: cypher parser test caseLV-426
2015-03-15wip: cypher parserLV-426
2015-03-15log warning on query result set limit hitLV-426
2015-03-15server/db_op: raise limit to results in a single query to 16384Alon 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-15server/rz_feedback: clearer fix for utf-8 feedback problemAlon Levy
2015-03-15server/rz_server: add time and level to logsAlon Levy
2015-03-15server/rz_mail: allow feedback comment to be utf-8Alon Levy
2015-03-15server/rz_mail: use bytearray for feedback, fixes #379Alon Levy
2015-03-13client/graph_view: double force layout distance (CRI patch)Alon Levy
2015-03-13client: fix json export and import to use model/types to account for allowed ...Alon Levy
2015-03-13history: broken wheel recording, specifically when scrolling in node_info, si...Alon Levy
2015-03-13cri/from_csv: add missingAlon Levy
2015-03-13cri: from_csv: multiple fixes, update to new internship labelAlon Levy
2015-03-12domain/cri/from_csv: add argument parser and main and config optionAlon Levy
2015-03-12wip upload/blobAlon Levy
2015-03-12client: use some more VK constantsAlon Levy
2015-03-11wip: cypher parser test caseLV-426
2015-03-11wip: cypher parserLV-426
2015-03-10client: graph_view: handle keyboard events when svg nodes are focusedAlon Levy
2015-03-10client: graph_view: make nodes tabindex'able sorted top to bottom left to rightAlon Levy
2015-03-09client/view/search: deduplicate and debounce for 300 millisecondsAlon Levy
2015-03-09client/view/search: use FRPAlon Levy
2015-03-09client: search in nodes and attributesAlon Levy