summaryrefslogtreecommitdiff
path: root/src/client/textanalysis.js
AgeCommit message (Collapse)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 ↵Alon Levy
(still cannot change type of chained node during editing)
2015-01-11client/textanalysis: move tokenize into moduleAlon Levy
2015-01-07client/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-06client: fix tab switching; move to new tokenize implementation (not strictly ↵Alon Levy
""right""
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 ↵Alon Levy
working
2015-01-05client: renames (find - all are lower case underscore separates) plus ↵Alon Levy
clone+input-to-diff to db and back flow working
2015-01-05actually commit links - but the ids are messed up, neo4j matches nothing and ↵Alon Levy
the creation fails silently
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 ↵Alon Levy
for nodes/links not helping. thinking of graph trees
2015-01-05client/model/textanalyzer/textAnalyser: s/addNode/__addNode/ for consistency ↵Alon Levy
with __addLink
2015-01-05wip fixes from week 52 refactorAlon Levy
2015-01-05introduce commit_and_tx_diff__topo & commit_diff__topoAlon 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-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
Still have separate paths for and links in parsing and to server. But a one liner..
2014-12-28client/textanalysis: fix #241 - return spaces to chained sentence chain nodeAlon Levy
2014-12-23use topo_diff for user input changesAlon 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-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