summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-09Fix #125 - regression, not treating lowercased names as equivalentAlon Levy
2014-11-09s/textAnalyser2/textAnalyser/Alon Levy
2014-11-09split highlight (search neighborhood of node) between graph & rhizicoreAlon Levy
2014-11-03Fixes #119Alon Levy
2014-11-03Fixes #121 - Large part of map unclickable due to autocomplete suggestionsAlon Levy
2014-11-03update jquery-ui.js to v1.11.2Alon Levy
2014-11-03fixes #79; note that hightlightNode sucksAlon Levy
2014-11-03accidentally left verbose onAlon Levy
2014-11-03add helper script to commit run_tests outputAlon Levy
2014-11-03update run_tests.js outputAlon Levy
2014-11-03fix whitespaceAlon Levy
2014-11-03fixes #122: show node text edit box over node regardless of position/zoomAlon Levy
2014-11-03fix _addNodeNoHistory to correctly look for existing nodesAlon Levy
2014-11-03change id to be distinct from nameAlon Levy
2014-11-03drag_n_drop: fix load break on graph.js introduction (Fixes #123)Alon Levy
2014-11-02graph: make addNodeNoHistory internalAlon Levy
2014-11-02graph: fix missing semicolonAlon Levy
2014-11-02getting rid of bad object names: myGraph -> GraphLV-426
2014-11-02fix borked tests - must use typeof to avoid exception on undefined variableAlon Levy
2014-11-02move .gitignore from scripts to rootAlon Levy
2014-11-02split off model/graph.jsAlon Levy
2014-11-02add a gitignored local_config for the urlArgsAlon Levy
2014-11-02recomment 'urlArgs', causes debug script naming issuesLV-426
2014-10-31rhizicore: have a default size for nodes to avoid setting circle.r to nanAlon Levy
2014-10-29fix multiple warnings from zed (zedapp.org)Alon Levy
2014-10-29small move to allow numeric id; not enoughAlon Levy
2014-10-29save/load xy positionAlon Levy
2014-10-28robot: unbreak - setting value doesn't trigger input eventAlon Levy
2014-10-28history: show last logged action (ui has negative z-index)Alon Levy
2014-10-28make debug ui click handlers only apply to the labels, remove some debug printsAlon Levy
2014-10-28history/rhizicore: record zoom events; zoom g element selector: svg g.zoomAlon Levy
2014-10-28history: refactor action key to record parameterAlon Levy
2014-10-28textanalysis.ui: use input event if it exists, fallback to polling of 50ms (n...Alon Levy
2014-10-28textanalysis{,.ui}: fix remaining globals, use strictAlon Levy
2014-10-28wip/history zoomAlon Levy
2014-10-27update test output, mark issue 86 test as suchAlon Levy
2014-10-27Fixes #116 - no star graph for a single nodeAlon Levy
2014-10-27textanalysis: s/abnormalGraph/starGraph/Alon Levy
2014-10-26history switch to events; using a single GRAPH_DIFF action. todo - replay; zo...Alon Levy
2014-10-26introduce signal, start using in history; use consts for signal nameAlon Levy
2014-10-26textanalysis: protect from temp nodes on finalize (all these patches - need t...Alon Levy
2014-10-26textanalysis (#86): make star case avoid an empty string that was causing a c...Alon Levy
2014-10-26s/const/var/ ES6 defines const, not there yetAlon Levy
2014-10-26Fixes #86Alon Levy
2014-10-26textanalysis: use constsAlon Levy
2014-10-26textanalysis: whitespace fix (same line touched by last patch)Alon Levy
2014-10-26remove extra spaces around 'and' nodesAlon Levy
2014-10-26tests: print link label in graphviz outputAlon Levy
2014-10-26Fixes #114Alon Levy
2014-10-26textanalysis: factor out tokenizeAlon Levy