| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-28 | make debug ui click handlers only apply to the labels, remove some debug prints | Alon Levy | |
| 2014-10-28 | history/rhizicore: record zoom events; zoom g element selector: svg g.zoom | Alon Levy | |
| 2014-10-28 | history: refactor action key to record parameter | Alon Levy | |
| 2014-10-28 | textanalysis.ui: use input event if it exists, fallback to polling of 50ms ↵ | Alon Levy | |
| (not 5ms) otherwise | |||
| 2014-10-28 | textanalysis{,.ui}: fix remaining globals, use strict | Alon Levy | |
| 2014-10-28 | wip/history zoom | Alon Levy | |
| 2014-10-27 | Fixes #116 - no star graph for a single node | Alon Levy | |
| 2014-10-27 | textanalysis: s/abnormalGraph/starGraph/ | Alon Levy | |
| 2014-10-26 | history switch to events; using a single GRAPH_DIFF action. todo - replay; ↵ | Alon Levy | |
| zoom in/out; clicks on nodes/edges | |||
| 2014-10-26 | introduce signal, start using in history; use consts for signal name | Alon Levy | |
| introduces two new modules: scripts/consts.js scripts/signal.js signal is a thin wrapper for jquery('window').on and jquery('window').trigger, which seems like an adaquete signal library - there are faster things around, but why introduce another dependency. | |||
| 2014-10-26 | textanalysis: protect from temp nodes on finalize (all these patches - need ↵ | Alon Levy | |
| to rewrite that and heavily test it) | |||
| 2014-10-26 | textanalysis (#86): make star case avoid an empty string that was causing a ↵ | Alon Levy | |
| chainlink temp node created from '' | |||
| 2014-10-26 | s/const/var/ ES6 defines const, not there yet | Alon Levy | |
| 2014-10-26 | Fixes #86 | Alon Levy | |
| 2014-10-26 | textanalysis: use consts | Alon Levy | |
| 2014-10-26 | textanalysis: whitespace fix (same line touched by last patch) | Alon Levy | |
| 2014-10-26 | remove extra spaces around 'and' nodes | Alon Levy | |
| 2014-10-26 | Fixes #114 | Alon Levy | |
| In * case sentence - Description contains quote marks for multiple worded sentence | |||
| 2014-10-26 | textanalysis: factor out tokenize | Alon Levy | |
| 2014-10-26 | Fixes #96 URL property in node isn't saved to JSON | Alon Levy | |
| 2014-10-24 | textanalysis.ui: shift-tab now changes type back, tab forward | Alon Levy | |
| 2014-10-24 | fixes #106 | Alon Levy | |
| broken by define addition (require.js) | |||
| 2014-10-24 | robot: fix undefined variable from define addition | Alon Levy | |
| 2014-10-21 | test_analyzer: better test | Alon Levy | |
| need better graph accessors to give only the 'real' nodes & links - that will fix some of the tests, leaving the real wrong ones | |||
| 2014-10-21 | fix test_analyzer after require.js | Alon Levy | |
| 2014-10-21 | rhizicore: remove unused variable | Alon Levy | |
| 2014-10-21 | oops - removed d3 accidentally | Alon Levy | |
| 2014-10-20 | introduce require.js and rewrite tests | Alon Levy | |
| Yes, I'm being lazy. The purpose of require.js is to allow writing modules, i.e. individual smaller then the whole files with clear dependencies. This is achieved by using a new api provided by require.js: define, require, requirejs Read more at [requirejs] (http://requirejs.org) Tests have been rewritten to work correctly with require.js; they still use jsdom. Test output is now stored in the repository, all tests are run via run_tests.js; This is a hack - once a good harness (with assertions, suites - unittest like) presents itself it will be used. Hidden here is also using FileSaver for history saving, so history is saved to history.json instead to a random name. Plus dropping some dead code. | |||
| 2014-10-19 | remove no longer used watchdog.js | Alon Levy | |
| 2014-10-19 | factor out util.js | Alon Levy | |
| 2014-10-19 | text_analyzer: drop unused verb variable | Alon Levy | |
| 2014-10-19 | adding proper Save As (with non random filename); MIT licensed | Alon Levy | |
| Actually seems that the proper way to save nowadays is the [download] (https://html.spec.whatwg.org/multipage/semantics.html#attr-hyperlink-download) attribute of a 'a' element, but that's also supported by the added [FileSaver.js] (external/scripts/FileSaver.js) | |||
| 2014-10-13 | drop empty myGraph.updateGraph function | Alon Levy | |
| 2014-10-13 | Fixes #95 no double text in central node of star graphPrototype | Alon Levy | |
| 2014-10-12 | Fixes #85 - compare using lower case | Alon Levy | |
| The whole lower case thing is a hack. We should separete id and name. But right now it seems to be holding. | |||
| 2014-10-12 | myGraph.compareSubset: add verbose logging | Alon Levy | |
| 2014-10-12 | textanalysis: allow more than one letter changes between calls to ↵ | Alon Levy | |
| textanalysis, firefox sometimes lags | |||
| 2014-10-12 | Fixes #89 | Alon Levy | |
| 2014-10-12 | Fixes #83: don't register keypress multiple times | Alon Levy | |
| 2014-10-12 | Fixes #88: Property window doesn’t show up when a node is deleted. | Anmol Agrawal | |
| 2014-10-12 | #63 don't move on node click | Alon Levy | |
| 2014-10-12 | #63 don't start force simulation when no topological change done | Alon Levy | |
| 2014-10-12 | textanalysis: fix logic of allowed renames | Alon Levy | |
| 2014-10-12 | rhizhicore: fix use of mixed case in changed_nodes | Alon Levy | |
| 2014-10-09 | rhizicore: fix some indentation in editName | Alon Levy | |
| Not required right now, triggered by reverted patch. | |||
| 2014-10-09 | Revert "Allow chainlink when no last node is there" | Alon Levy | |
| This reverts commit e58e0c0b520d4abb971d3917712340330e5d85ff. It actually destroyed quite a lot of things, specifically even a simple sentence ended up being a chainlink. I need to rethink the 'abnormalGraph' predicate. | |||
| 2014-10-09 | Allow chainlink when no last node is there | Alon Levy | |
| Fixes #86 Well, almost - the center node contains the 'a and b and c' (with extra spaces too). node test_analyzer.js '#a and #b and #c are cool' digraph { BUBBLE; a; b; c; "new node"; "a and b and c are cool"; a -> "a and b and c are cool"; b -> "a and b and c are cool"; c -> "a and b and c are cool"; } | |||
| 2014-10-08 | textanalysis: use and instead of nested ifs (refactor) | Alon Levy | |
| 2014-10-08 | Fixes #85 | Alon Levy | |
| This is more of #49 basically, just for a more complex sentence. I've kept the flow that we have, but augmented the graph change check (myGraph.compareSubset) and introduced some helper functions for sets on the way. | |||
| 2014-10-08 | textanalysis: for a chainlink edit trim the complete sentence | Alon Levy | |
