summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-03fix _addNodeNoHistory to correctly look for existing nodeswip/id_not_lower_case_nameAlon Levy
2014-11-03change id to be distinct from nameAlon 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
2014-10-26tests: forgot test2.js (used by test_require_js.js)Alon Levy
2014-10-26tests: forgot some more filesAlon Levy
2014-10-26oops, forgot tests/base.jsAlon Levy
2014-10-26Fixes #96 URL property in node isn't saved to JSONAlon Levy
2014-10-24textanalysis.ui: shift-tab now changes type back, tab forwardAlon Levy
2014-10-24fixes #106Alon Levy
2014-10-24robot: fix undefined variable from define additionAlon Levy
2014-10-21test_analyzer: better testAlon Levy
2014-10-21fix test_analyzer after require.jsAlon Levy
2014-10-21rhizicore: remove unused variableAlon Levy
2014-10-21oops - removed d3 accidentallyAlon Levy
2014-10-20introduce require.js and rewrite testsAlon Levy
2014-10-19remove no longer used watchdog.jsAlon Levy