| Age | Commit message (Expand) | Author |
| 2015-04-01 | DB_op: rename statement_set -> query_set | LV-426 |
| 2015-04-01 | DB_op: function reordering | LV-426 |
| 2015-04-01 | Query_Struct_Type - could probably use some cleanup | LV-426 |
| 2015-04-01 | DB_Query, DB_row, DB_op, DB_composed_op iteration code, add explicit DB_op.it... | LV-426 |
| 2015-04-01 | DB_Query: __repr__(): include query struct | LV-426 |
| 2015-04-01 | neo4j_cypher: host DB_Query code, DB_row, DB_result_set | LV-426 |
| 2015-04-01 | neo4j_cypher: introducte Query_Transformation, QT_Node_Filter__Doc_ID_Label | LV-426 |
| 2015-04-01 | neo4j_cypher: rm code moved to neo4j_cypher_parser | LV-426 |
| 2015-04-01 | meta label schema | LV-426 |
| 2015-04-01 | neo4j_cypher: update after kw list migration to neo4j_cypher_parser | LV-426 |
| 2015-04-01 | extract parser code into neo4j_cypher_parser.py | LV-426 |
| 2015-04-01 | test_neo4j_cypher.py: adopt new query transformation application syntax | LV-426 |
| 2015-04-01 | rz_api_backend: inject rzdoc_name into common ajax request context | LV-426 |
| 2015-04-01 | wip: btn_rzdoc__new(), btn_rzdoc__open() | LV-426 |
| 2015-04-01 | model/core.js: introduce global rz_state variable, currently used to track cu... | LV-426 |
| 2015-04-01 | index.html: toolbar__doc | LV-426 |
| 2015-04-01 | keyshortcuts.js: restoring requirejs rz_core dependency, removing get_rz_core() | LV-426 |
| 2015-04-01 | refactor rz_core initialization: | LV-426 |
| 2015-04-01 | DBO_diff_commit__attr: rm suffix space, rename params | LV-426 |
| 2015-04-01 | Slightly more stylised zoom buttons | garbash |
| 2015-04-01 | Replaced login separator lines from absolute to relative | garbash |
| 2015-04-01 | login: allow y scrolling. fixes #376 | Alon Levy |
| 2015-03-29 | client/view/graph_view: allow links with x/y that is zero | Alon Levy |
| 2015-03-25 | Revert "client/view/graph_view: force recalculation of linkDistance on each f... | Alon Levy |
| 2015-03-24 | client/view/graph_view: remove debug print | Alon Levy |
| 2015-03-24 | client: css: make notselected unclickable and hide any unselected link labels | Alon Levy |
| 2015-03-24 | client/graph_view: add link distance depending on degree of node | Alon Levy |
| 2015-03-24 | client/view/graph_view: force recalculation of linkDistance on each force__lo... | Alon Levy |
| 2015-03-24 | client/model/graph: track node degree (O(1) amortized on link and node addition) | Alon Levy |
| 2015-03-23 | client: dragging a node fixes it's position; unfixing needs to be thought out | Alon Levy |
| 2015-03-22 | server/neo4j_util: actually neo4j supports any char as the first char includi... | Alon Levy |
| 2015-03-22 | server/neo4j_util: neo4j also supports underscore as first letter of a label | Alon Levy |
| 2015-03-22 | server: more cascade exception logging | Alon Levy |
| 2015-03-22 | server: support non ascii chars in link names | Alon Levy |
| 2015-03-22 | client: info/edge-info: prevent horizontal scroll bar | Alon Levy |
| 2015-03-22 | client: move zoom buttons into zoom-bar on bottom right | Alon Levy |
| 2015-03-17 | client: Bacon/jquery dependency: use shim | Alon Levy |
| 2015-03-16 | client: plus/minus zoom implementation using log scale, state still in d3.beh... | Alon Levy |
| 2015-03-16 | client/selection: hide/show multiple node operations via parent div | Alon Levy |
| 2015-03-16 | client/rz_core: small style fixes | Alon Levy |
| 2015-03-16 | client: one line coding style fix | Alon Levy |
| 2015-03-16 | client: add plus and minus buttons css and images | Alon Levy |
| 2015-03-16 | client/index.html: add place for new plus+minus buttons, place multiple node ... | Alon Levy |
| 2015-03-16 | server/db_driver: note on exception reraise related logging being fixed in py... | Alon Levy |
| 2015-03-16 | client/model/diff/Topo_Diff: ensure correct link names | Alon Levy |
| 2015-03-16 | client: use 'untitled' as empty link fixes #381 | Alon Levy |
| 2015-03-15 | server/db_driver: reraising exception loses stack, so log first part before r... | Alon Levy |
| 2015-03-15 | client/graph_view: record rest force layout position and load right after clo... | Alon Levy |
| 2015-03-15 | client/graph_view: rename debug only function with double underscore prefix | Alon Levy |
| 2015-03-15 | client/graph_view: extract force__load_graph | Alon Levy |