summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-04-01QT_Node_Filter__meta_label_set stubLV-426
2015-04-01rz_api: miscLV-426
2015-04-01rz_clone(): look for rzdoc_name or use rhizi mainpage cfg., apply QTLV-426
2015-04-01rzdoc_name__mainpage config optionLV-426
2015-04-01neo4j_util: various code relocationsLV-426
2015-04-01follow rzdoc_xx var naming conventionLV-426
2015-04-01DB_op: wip: DBO_rzdoc__new, DBO_rzdoc__openLV-426
2015-04-01DB_op misc: log neo4j issue with parameter maps, importsLV-426
2015-04-01DB_op: follow q_arr naming conventionLV-426
2015-04-01DB_op: parenthesis wrap node references in queries (current parser constraint)LV-426
2015-04-01DB_Driver, DB_Op: statement -> query renameLV-426
2015-04-01DB_Driver_Embedded: nop unimplemented exec_statement_set()LV-426
2015-04-01model/model.py: RZDoc model objectLV-426
2015-04-01RZ_Kernel: apply QT_Node_Filter__Doc_ID_Label transformation based on doc_id ↵LV-426
context
2015-04-01DB_op: rename statement_set -> query_setLV-426
2015-04-01DB_op: function reorderingLV-426
2015-04-01Query_Struct_Type - could probably use some cleanupLV-426
2015-04-01DB_Query, DB_row, DB_op, DB_composed_op iteration code, add explicit ↵LV-426
DB_op.iter__r_set()
2015-04-01DB_Query: __repr__(): include query structLV-426
2015-04-01neo4j_cypher: host DB_Query code, DB_row, DB_result_setLV-426
2015-04-01neo4j_cypher: introducte Query_Transformation, QT_Node_Filter__Doc_ID_LabelLV-426
2015-04-01neo4j_cypher: rm code moved to neo4j_cypher_parserLV-426
2015-04-01meta label schemaLV-426
2015-04-01neo4j_cypher: update after kw list migration to neo4j_cypher_parserLV-426
2015-04-01extract parser code into neo4j_cypher_parser.pyLV-426
2015-04-01test_neo4j_cypher.py: adopt new query transformation application syntaxLV-426
2015-04-01rz_api_backend: inject rzdoc_name into common ajax request contextLV-426
2015-04-01wip: btn_rzdoc__new(), btn_rzdoc__open()LV-426
2015-04-01model/core.js: introduce global rz_state variable, currently used to track ↵LV-426
cur_rzdoc_name
2015-04-01keyshortcuts.js: restoring requirejs rz_core dependency, removing get_rz_core()LV-426
2015-04-01refactor rz_core initialization:LV-426
- init() - export via published_var_dict var
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 ↵Alon Levy
force__load_graph" Dor: I have to say it's less usable now with the nodes moving after every click... I suggest to quickly fix it or revert. This reverts commit 4218f8fdf7c47ce8b8baa8f6fd2b95f1d93f358a.
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 ↵Alon Levy
force__load_graph
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 ↵Alon Levy
including general utf-8 (citation needed)
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
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-16client: plus/minus zoom implementation using log scale, state still in ↵Alon Levy
d3.behavior.zoom
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 ↵Alon Levy
python 3
2015-03-16client/model/diff/Topo_Diff: ensure correct link namesAlon Levy