| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-07 | mv type sanity checks to neo4j_util | LV-426 | |
| 2014-10-07 | rename | LV-426 | |
| 2014-10-07 | rhizicore: don't move graph when only changing link or node text | Alon Levy | |
| Fixes #49 Note about solution: in general we need to find out whether the graph from the new text (NewVertices, NewLinks) is homologous to the graph from the old text (OldVertices, OldLinks). The implemented solution only checks an easier case, where there is a single renamed vertex. A better solution to do later: - have textanalysis have state - have textanalysis return the difference from the last state: nodes added nodes deleted nodes changed - plus for bonus refactor all the editing functions (edit* in myGraph) | |||
| 2014-10-07 | rhizicore: update: add no_relayout parameter, plus don't keep assigning tick ↵ | Alon Levy | |
| event handler | |||
| 2014-10-07 | rhizicore: add hasNode | Alon Levy | |
| 2014-10-07 | textanalysis: fix indentation | Alon Levy | |
| 2014-10-07 | textanalysis: workaround undefined or double link addition | Alon Levy | |
| 2014-10-07 | rhizicore: add debug print if NaN's introduced in translate | Alon Levy | |
| 2014-10-07 | rhizicore: add helper debug_print | Alon Levy | |
| 2014-10-07 | textanalysis: group vars at start of function | Alon Levy | |
| 2014-10-07 | rhizicore: fix loading json's (drag n drop) without 'name' | Alon Levy | |
| 2014-10-07 | rhizicore: merge node addition | Alon Levy | |
| 2014-10-07 | rhizicore: don't change state of existing nodes on addition | Alon Levy | |
| changing state of existing node results in ability to delete nodes while creating a new sentence by inputting a node name and then deleting it. This was fixed for the common case in a previous commit, but not for the case of loading from storage. | |||
| 2014-10-07 | fix broken save | Alon Levy | |
| 2014-10-07 | d3: don't divide by zero if no weight is set | Alon Levy | |
| 2014-10-07 | tests: add test_nan_problem | Alon Levy | |
| replaces test_history.js. fixes links to new external/scripts/* The new test some point it actually showed the d3 problem, but now it doesn't. To run it: node tests/test_nan_problem.js | grep nan | |||
| 2014-10-06 | handle empty filter maps | LV-426 | |
| 2014-10-06 | filter_attr_map to cypher where clause conversion: ↵ | LV-426 | |
| where_clause_from_filter_attr_map() | |||
| 2014-10-06 | common DB_op __type_check_filter_attr_map() | LV-426 | |
| 2014-10-06 | DBO_load_node_id_set: fix cypher query | LV-426 | |
| 2014-10-06 | fix REST query path | LV-426 | |
| 2014-10-06 | use cypher query parameter place-holders: | LV-426 | |
| - each attribute filter set in passed as a query parameter - avoid string encoding issues when attempting non-parameterized queries | |||
| 2014-10-06 | migrate towards testing via embedded DB, remove DB initialization | LV-426 | |
| 2014-10-05 | refactor DB_Driver_REST, add DB_Driver_Embedded stub | LV-426 | |
| 2014-10-05 | harden test_load_node_set_by_attribute() | LV-426 | |
| 2014-10-05 | fix db_controller tests | LV-426 | |
| 2014-10-05 | add node insertion to test setup | LV-426 | |
| 2014-10-05 | add int (non-string) node properties | LV-426 | |
| 2014-10-05 | adapt DBO_load_node_set_by_id_attribute to DBO_load_node_set_by_attribute | LV-426 | |
| 2014-10-05 | misc - switch to iteritems() | LV-426 | |
| 2014-10-05 | fix DBO_load_node_set_by_attribute filter query part construction | LV-426 | |
| 2014-10-05 | DB_op refactor: mv begin(), commit() functions to db_controller bringing us ↵ | LV-426 | |
| closer towards op reusability with both REST/Embedded DB instances | |||
| 2014-10-05 | index.html: forgot to update d3.js location after changing to non min | Alon Levy | |
| 2014-10-05 | d3: use non minified version, upgrade to 3.4.11 from release | Alon Levy | |
| https://github.com/mbostock/d3/archive/v3.4.11.tar.gz Non scientifically, looks much faster on firefox. | |||
| 2014-10-05 | move all external scripts to a subdirectory 'external'; easier to grep stuff | Alon Levy | |
| 2014-10-02 | index.html: s/Expand/expand/ for #62 | Alon Levy | |
| 2014-10-02 | tests: get meaningful console.log in loaded scripts | Alon Levy | |
| 2014-10-02 | Undo of commit Merge branch '#62' into Prototype | garbash | |
| It broke the input box | |||
| 2014-10-01 | Merge branch '#62' into Prototype | Anmol Agrawal | |
| Conflicts: index.html scripts/rhizicore.js | |||
| 2014-09-30 | The text box is fixed except that it doesn’t return to it’s original | Anmol Agrawal | |
| size. | |||
| 2014-09-30 | change #2 to issue #74 | Anmol Agrawal | |
| 2014-09-30 | #74 fixed | Anmol Agrawal | |
| 2014-09-30 | textanalysis: remove trailing whitespace from link names | Alon Levy | |
| 2014-09-30 | #62 - Refactored code | Anmol Agrawal | |
| 2014-09-30 | Revert "Fix #63 - don't move graph on click (possible side effects?)" | Alon Levy | |
| This reverts commit 5c5f9a8cfe3edd6f1df31ab00885e58e4a36bfd1. reopen #63 this fix causes regressions - the update function does two things: 1. updates link & node graphical representation 2. causes the force layout to reposition links and edges (using tick to selectively do that) I need to change #2 without affecting #1. | |||
| 2014-09-30 | Fix #63 - don't move graph on click (possible side effects?) | Alon Levy | |
| 2014-09-30 | rhizicore: since s/text/name/ fix load | Alon Levy | |
| Loading an old save (with no 'name' in nodes) triggers this path. | |||
| 2014-09-30 | rhizicore: remove commented code | Alon Levy | |
| 2014-09-30 | #62 - Fix number 1 | Anmol Agrawal | |
| The text box is fixed except that it doesn’t return to it’s original size. | |||
| 2014-09-29 | adding sage.json: Fixes #19 | Alon Levy | |
| Together with 3e3c130b3eede854db602259215866a409618967 and the patches leading up to it starting at a6a7e30ca545e83f5291ecd5aee13e5d47270779 | |||
