summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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 DB_op.it...LV-426
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 cu...LV-426
2015-04-01index.html: toolbar__docLV-426
2015-04-01keyshortcuts.js: restoring requirejs rz_core dependency, removing get_rz_core()LV-426
2015-04-01refactor rz_core initialization:LV-426
2015-04-01DBO_diff_commit__attr: rm suffix space, rename paramsLV-426
2015-04-01Slightly more stylised zoom buttonsgarbash
2015-04-01Replaced login separator lines from absolute to relativegarbash
2015-04-01login: allow y scrolling. fixes #376Alon Levy
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: css: make notselected unclickable and hide any unselected link labelsAlon 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-22client: info/edge-info: prevent horizontal scroll barAlon Levy
2015-03-22client: move zoom buttons into zoom-bar on bottom rightAlon 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-16client: add plus and minus buttons css and imagesAlon Levy
2015-03-16client/index.html: add place for new plus+minus buttons, place multiple node ...Alon 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