summaryrefslogtreecommitdiff
path: root/src/client/textanalysis.js
AgeCommit message (Expand)Author
2015-01-13client: drop and links always; fixes #276Alon Levy
2015-01-13client: move NEW_NODE_NAME to consts, use everywhereAlon Levy
2015-01-13textanalysis: only send new nodes. Fixes #260Alon Levy
2015-01-13client/graph: find_node__* default to recursion but optionalAlon Levy
2015-01-13client: textanalysis: fix type changing. Fixes #262Alon Levy
2015-01-13client/textanalysis: use constant for 'new node'Alon Levy
2015-01-12client: don't keep quotes in node name: Fixes #258Alon Levy
2015-01-11client/textanalysis: fix node type change on tab to use cursor correctly (sti...Alon Levy
2015-01-11client/textanalysis: move tokenize into moduleAlon Levy
2015-01-07client/textanalysis: fix Tab setting on new nodes. Cannot change types of exi...Alon Levy
2015-01-06client: fix tab switching; move to new tokenize implementation (not strictly ...Alon Levy
2015-01-06client/textanalysis: use new_tokenizeAlon Levy
2015-01-06client: wip: get tab working againAlon Levy
2015-01-06client/analyzeSentence: use specAlon Levy
2015-01-06textanalysis: new_tokenise: return node start/endAlon Levy
2015-01-06client/textanalysis: simplify auto suggest options logic, completer back to w...Alon Levy
2015-01-05client: renames (find - all are lower case underscore separates) plus clone+i...Alon Levy
2015-01-05actually commit links - but the ids are messed up, neo4j matches nothing and ...Alon Levy
2015-01-05animation for invisible bubble (will return the bubble later to edit graph)Alon Levy
2015-01-05bubble property used, lacks animation (noticeably)Alon Levy
2015-01-05initial graph_view introduction - mixing circle & force layoutsAlon Levy
2015-01-05wip textanalysis broken. it creates extra nodes. state variable overloading f...Alon Levy
2015-01-05client/model/textanalyzer/textAnalyser: s/addNode/__addNode/ for consistency ...Alon Levy
2015-01-05wip fixes from week 52 refactorAlon Levy
2015-01-05introduce commit_and_tx_diff__topo & commit_diff__topoAlon Levy
2015-01-05wip names bus drop, more bacon, fix completer remove names, fix json loadingAlon Levy
2014-12-28client/textanalysis: don't create links without explicit text (Fixes #232)Alon Levy
2014-12-28client/textanalysis: Fixes #233 regressionAlon Levy
2014-12-28client/textanalysis: fix #241 - return spaces to chained sentence chain nodeAlon Levy
2014-12-23use topo_diff for user input changesAlon Levy
2014-12-23client/text_analysis: remove final space in link nameAlon Levy
2014-12-23textanalysis: wip new tokenizer: should also deal with spaces in linksAlon Levy
2014-12-23client: no more empty names - is default, chained also introducedAlon Levy
2014-12-21textanalysis: allow #a #b, i.e. unnamed link (sets name to '')Alon Levy
2014-12-16moving files around after repository mergerAlon Levy