| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-28 | __response_wrap on errror | LV-426 | |
| 2014-09-28 | TestRhiziAPI | LV-426 | |
| 2014-09-28 | Early Rhizi API prototype: | LV-426 | |
| - load_node_by_id_attr() - response_wrap() | |||
| 2014-09-28 | add jsdom based test - not actually history test yet, just calls textAnalyser2 | Alon Levy | |
| 2014-09-28 | rename conf file | LV-426 | |
| 2014-09-28 | debug-ui: add forgotten css style (merge up) | Alon Levy | |
| 2014-09-28 | textanalysis: move graph touching function to non ui part | Alon Levy | |
| 2014-09-28 | textanalysis-ui: lookup textanalyser a single time | Alon Levy | |
| 2014-09-28 | index.html: debug menu frobbing | Alon Levy | |
| 2014-09-28 | robot: reduce number of globals | Alon Levy | |
| 2014-09-28 | DBO_load_node_set_by_DB_id & test | LV-426 | |
| 2014-09-28 | flush_db neo4j utility | LV-426 | |
| 2014-09-28 | db_controller test class | LV-426 | |
| 2014-09-28 | textanalysis-ui: protect #textanalyser access for easier node.js usage for ↵ | Alon Levy | |
| testing | |||
| 2014-09-28 | s/TextAnalyser2/textAnalyser2/ plus use function as vars | Alon Levy | |
| 2014-09-28 | history: correct spelling mistake in field s/linkes/links/ | Alon Levy | |
| 2014-09-28 | history: save json as text editor viewable | Alon Levy | |
| 2014-09-28 | parse_single_query_response_data: assist in single query result parsing | LV-426 | |
| 2014-09-28 | distinguish between loading by DB id and by id attribute: | LV-426 | |
| - DBO_load_node_set_by_attribute - DBO_load_node_set_by_id_attribute (convenience op) | |||
| 2014-09-28 | debug-ui: use div's and float's instead of tables | Alon Levy | |
| 2014-09-28 | rhizicore: start responsive ui: svg width/height in percent | Alon Levy | |
| 2014-09-27 | Input box fixed - #62 solved | Anmol Agrawal | |
| 2014-09-24 | add DBO_load_node_set_by_id DB op | LV-426 | |
| 2014-09-24 | add listen_address, listen_port conf options | LV-426 | |
| 2014-09-24 | db_controller.DBO_add_node_set.__init__ - add optional | LV-426 | |
| input_to_DB_property_map property mapping argument | |||
| 2014-09-23 | Fixes #51: type changes on mixed case / upper case node names | Alon Levy | |
| 2014-09-23 | textanalysis-ui: a little cleanup | Alon Levy | |
| according to my yet unwritten coding conventions: 1. no single line blocks 2. no empty lines without a good reason | |||
| 2014-09-23 | rhizicore: adding nodes that exist is currently common practice, drop ↵ | Alon Levy | |
| verbose logging | |||
| 2014-09-23 | Fixes #50: drop parenthesis for prefix including sentences | Alon Levy | |
| Previously: prefix #a does #b => ((a, b), [(a, b, "does (prefix)")]) now: => ((a, b), [(a, b, "prefix #a does #b")]) | |||
| 2014-09-23 | add a function comment to TextAnalyzer2; marking up it needs fixing | Alon Levy | |
| 2014-09-23 | fix a #50 noticed error (introduced in af27835b) | Alon Levy | |
| 2014-09-23 | initial implementation | LV-426 | |
| 2014-09-23 | use mediawiki markup in README | LV-426 | |
| 2014-09-21 | textanalysis-ui: Fixes #42 - remove helper text when sentence is edited then ↵ | Alon Levy | |
| deleted | |||
| 2014-09-21 | Fixes #41: conjugation/connector only sentences keep their links | Alon Levy | |
| 2014-09-21 | Initial commit | LV-426 | |
| 2014-09-21 | textanalysis: drop two noisy logs introduced a few commits ago | Alon Levy | |
| 2014-09-21 | rhizicore cleanup: use single if for a conjunction, reindent | Alon Levy | |
| 2014-09-21 | Fixes #59 (rename node title changing case only results in node deletion) | Alon Levy | |
| 2014-09-21 | rhizicore.js: Fix autosuggest on load | Alon Levy | |
| Auto suggest doesn't work for nodes loaded from local storage Fixes #60 | |||
| 2014-09-21 | rhizicore: set minimal svg size to (1000,1000) | Alon Levy | |
| Works around a problem where you load rhizi with a small window size and then enlarge it, since we don't dynamically change the svg size (and it is fixed instead of filling a parent div or such) we lose access to a lot of the screen (i.e. can't drag nodes there, can't see anything there, etc). | |||
| 2014-09-21 | textanalysis: multiple changes to autocomplete | Alon Levy | |
| 1. move the sugg variable to textanalysis.js instead of the ui part 2. use a callback for the autocomplete widget (it supports three options: array, string as url for a json returning service, or callback) 3. use a dictionary instead of an array to keep the list of suggestions. We iterate on the dictionary instead of using a Trie or some other datastructure in the callback. But the dictionary avoids iteration when adding a word. Overall a loss in performance, but not noticeable. Googling / memory suggests a Trie is what we want here, but I'm postponing that for later. See: http://ejohn.org/blog/javascript-trie-performance-analysis | |||
| 2014-09-21 | textanalysis-ui: add note about 200 Hz text analysis being perhaps overzealous | Alon Levy | |
| 2014-09-21 | textanalysis-ui: spaces before and after assignment and opening curlies | Alon Levy | |
| 2014-09-21 | scripts/autocomplete.js: use an instead of a | Alon Levy | |
| 2014-09-21 | scripts/textanalysis.js cleanup: put switch & cases on same column | Alon Levy | |
| 2014-09-21 | scripts/autocomplete.js cleanup: remove empty lines at wrong places | Alon Levy | |
| 2014-09-12 | textanalysis-ui: use value and not key | Alon Levy | |
| Fixes #58 | |||
| 2014-08-20 | textanalysis & textanalysis-ui split complete | Alon Levy | |
| 2014-08-19 | textanalysis: remove usage of $ | Alon Levy | |
