| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-30 | textanalysis: remove trailing whitespace from link names | Alon Levy | |
| 2014-09-29 | textanalysis: fold a too long line | Alon Levy | |
| 2014-09-29 | Fixes #75: don't spew undefines in linktext. | Alon Levy | |
| TODO - code that doesn't make me choke up with tears | |||
| 2014-09-29 | Fixes #73: pre first node text missing spaces | Alon Levy | |
| 2014-09-28 | textanalysis: move graph touching function to non ui part | Alon Levy | |
| 2014-09-28 | s/TextAnalyser2/textAnalyser2/ plus use function as vars | Alon Levy | |
| 2014-09-23 | Fixes #50: drop parenthesis for prefix including sentences | Alon Levy | |
| Previously: prefix #a does #b => ((a, b), [(a, b, "does (prefix)")]) now: => ((a, b), [(a, b, "prefix #a does #b")]) | |||
| 2014-09-23 | add a function comment to TextAnalyzer2; marking up it needs fixing | Alon Levy | |
| 2014-09-23 | fix a #50 noticed error (introduced in af27835b) | Alon Levy | |
| 2014-09-21 | Fixes #41: conjugation/connector only sentences keep their links | Alon Levy | |
| 2014-09-21 | textanalysis: drop two noisy logs introduced a few commits ago | Alon Levy | |
| 2014-09-21 | textanalysis: multiple changes to autocomplete | Alon Levy | |
| 1. move the sugg variable to textanalysis.js instead of the ui part 2. use a callback for the autocomplete widget (it supports three options: array, string as url for a json returning service, or callback) 3. use a dictionary instead of an array to keep the list of suggestions. We iterate on the dictionary instead of using a Trie or some other datastructure in the callback. But the dictionary avoids iteration when adding a word. Overall a loss in performance, but not noticeable. Googling / memory suggests a Trie is what we want here, but I'm postponing that for later. See: http://ejohn.org/blog/javascript-trie-performance-analysis | |||
| 2014-09-21 | scripts/textanalysis.js cleanup: put switch & cases on same column | Alon Levy | |
| 2014-08-20 | textanalysis & textanalysis-ui split complete | Alon Levy | |
| 2014-08-19 | textanalysis: remove usage of $ | Alon Levy | |
| 2014-08-19 | start breaking textanalysis to logic and ui | Alon Levy | |
| 2014-08-19 | textanalysis: move two globals into textanalysis, only used by this function ↵ | Alon Levy | |
| and reset early | |||
| 2014-08-19 | textanalysis.js: some indentation and one if-bool rewrite | Alon Levy | |
| 2014-08-19 | TextAnalyzer2: remove unused variable | Alon Levy | |
| 2014-08-19 | textanalysis: remove unused variable | Alon Levy | |
| 2014-08-19 | textanalysis: make suggestions start out empty instead of an unrelevant list | Alon Levy | |
| 2014-08-18 | recording: record keystrokes. no strokes recorded for link renames | Alon Levy | |
| 2014-08-13 | Issue #40 | Owen | |
| 2014-08-13 | Issue #34 | Owen | |
| 2014-08-13 | Issue #35 | Owen | |
| 2014-08-13 | issue #36 | Owen | |
| 2014-08-13 | Issue #38 | Owen | |
| 2014-08-13 | Issue #31 | Owen | |
| 2014-08-10 | more 'use strict' and fallout handling | Alon Levy | |
| Just defining some variables instead of them becoming properties on the global object Some whitespace fixes too. | |||
| 2014-08-08 | Redone AND connectors (#issue 27) | Owen | |
| 2014-08-08 | Issue #14 | Owen | |
| 2014-08-08 | Fixed 3 node star case bug | Owen | |
| 2014-08-08 | Issue #25 | Owen | |
| 2014-08-07 | Issue #26 | Owen | |
| nodes didn't appear because the type selection index was undefined in the 0 to N_1 loop | |||
| 2014-08-06 | Highlight selection/deselection | Owen | |
| Nodes can be deselected by clicking background Clicking in the new sentence bubble will deselect the previous nodes | |||
| 2014-08-05 | Multiple Issues fixed | Owen | |
| Resizeable task bar Deliverable state combo box Edit node submit bug fix Code cleaup | |||
| 2014-08-01 | Fixed Suggestion bug | Owen | |
| Pressing enter while picking out one of the suggestions would submit the graph immediately Now, if the suggestion is altered, one enter applies the suggestion and a second enter submits it | |||
| 2014-08-01 | BetterAnalysis+Suggestions+TypeSelection | Owen | |
| AND cases are managed better small graph bugs resolved Typeselection works just as before now New nodes added to suggestion box Previous phrases added to suggestion box | |||
| 2014-07-31 | All new text analysis engine, | Owen | |
| multiple nodes "and" triplets new graph creation wheel new rhizicore functions | |||
| 2014-07-28 | Panning, bug fixes | Owen | |
| 2014-07-15 | Added basic zoom feature | Owen | |
| 2014-07-14 | Target and adjacent nodes are highlighted when clicked | Owen | |
| Background click remove editing boxes and highlights Deliverables test button adds 140 random tasks and dates Links between nodes have two colors: blue and green for dependencies | |||
| 2014-06-24 | client-only prototype files | Owen | |
