| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-13 | client: drop and links always; fixes #276 | Alon Levy | |
| 2015-01-13 | client: move NEW_NODE_NAME to consts, use everywhere | Alon Levy | |
| 2015-01-13 | textanalysis: only send new nodes. Fixes #260 | Alon Levy | |
| 2015-01-13 | client/graph: find_node__* default to recursion but optional | Alon Levy | |
| 2015-01-13 | client: textanalysis: fix type changing. Fixes #262 | Alon Levy | |
| 2015-01-13 | client/textanalysis: use constant for 'new node' | Alon Levy | |
| 2015-01-12 | client: don't keep quotes in node name: Fixes #258 | Alon Levy | |
| 2015-01-11 | client/textanalysis: fix node type change on tab to use cursor correctly ↵ | Alon Levy | |
| (still cannot change type of chained node during editing) | |||
| 2015-01-11 | client/textanalysis: move tokenize into module | Alon Levy | |
| 2015-01-07 | client/textanalysis: fix Tab setting on new nodes. Cannot change types of ↵ | Alon Levy | |
| existing nodes through text analysis (regression, not sure if bad) | |||
| 2015-01-06 | client: fix tab switching; move to new tokenize implementation (not strictly ↵ | Alon Levy | |
| ""right"" | |||
| 2015-01-06 | client/textanalysis: use new_tokenize | Alon Levy | |
| 2015-01-06 | client: wip: get tab working again | Alon Levy | |
| 2015-01-06 | client/analyzeSentence: use spec | Alon Levy | |
| 2015-01-06 | textanalysis: new_tokenise: return node start/end | Alon Levy | |
| 2015-01-06 | client/textanalysis: simplify auto suggest options logic, completer back to ↵ | Alon Levy | |
| working | |||
| 2015-01-05 | client: renames (find - all are lower case underscore separates) plus ↵ | Alon Levy | |
| clone+input-to-diff to db and back flow working | |||
| 2015-01-05 | actually commit links - but the ids are messed up, neo4j matches nothing and ↵ | Alon Levy | |
| the creation fails silently | |||
| 2015-01-05 | animation for invisible bubble (will return the bubble later to edit graph) | Alon Levy | |
| 2015-01-05 | bubble property used, lacks animation (noticeably) | Alon Levy | |
| 2015-01-05 | initial graph_view introduction - mixing circle & force layouts | Alon Levy | |
| 2015-01-05 | wip textanalysis broken. it creates extra nodes. state variable overloading ↵ | Alon Levy | |
| for nodes/links not helping. thinking of graph trees | |||
| 2015-01-05 | client/model/textanalyzer/textAnalyser: s/addNode/__addNode/ for consistency ↵ | Alon Levy | |
| with __addLink | |||
| 2015-01-05 | wip fixes from week 52 refactor | Alon Levy | |
| 2015-01-05 | introduce commit_and_tx_diff__topo & commit_diff__topo | Alon Levy | |
| Multiple fixes / changes. _bugs introduced_ Changes: graph has two change functions (i.e. the internal API): - commit_and_tx_diff_topo This currently transmits, later will optimistically apply first - commit_diff__topo This only applies. Used on the ajax success path for commit_and_tx_diff__topo and when changes are only local. It signals on the diffBus - diffBus - a Bacon.Bus that all UI listens to - selection UI - node/link dialogs - main view (rz_core/update_view__graph) Small changes: whitespace rename filer->filter Completely broken: - text entry. should use commit_diff__topo Problems introduced: selection doesn't work correctly. editing not verified yet | |||
| 2015-01-05 | wip names bus drop, more bacon, fix completer remove names, fix json loading | Alon Levy | |
| 2014-12-28 | client/textanalysis: don't create links without explicit text (Fixes #232) | Alon Levy | |
| 2014-12-28 | client/textanalysis: Fixes #233 regression | Alon Levy | |
| Still have separate paths for and links in parsing and to server. But a one liner.. | |||
| 2014-12-28 | client/textanalysis: fix #241 - return spaces to chained sentence chain node | Alon Levy | |
| 2014-12-23 | use topo_diff for user input changes | Alon Levy | |
| pretty large commit, but it mainly boils to - reusing the same format clone returns to the client for topo_diff bad bad code introduced mainly in client side, but server wasn't spared: - graph/commit_topo__diff massages the links too much - this should not be there at all, it should be in the correct format to begin with. server code duplication between clone & topo_diff post processing, should be factored out on the good side: single transaction whenever user presses enter, and the correct place to send back any accumulated diffs (other user changes). | |||
| 2014-12-23 | client/text_analysis: remove final space in link name | Alon Levy | |
| 2014-12-23 | textanalysis: wip new tokenizer: should also deal with spaces in links | Alon Levy | |
| 2014-12-23 | client: no more empty names - is default, chained also introduced | Alon Levy | |
| 2014-12-21 | textanalysis: allow #a #b, i.e. unnamed link (sets name to '') | Alon Levy | |
| 2014-12-16 | moving files around after repository merger | Alon Levy | |
