summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2014-08-19chrome fix to setting user: prevent default action, which was a new http ↵Alon Levy
request (GET?), which reloaded the page
2014-08-18recording: record keystrokes. no strokes recorded for link renamesAlon Levy
2014-08-18adding history, links & nodes onlyAlon Levy
no atomicity - nodes/links recorded as separate additions We record both temp (state == 'temp') and not temp nodes, can be filtered during analysis.
2014-08-18fix user setting - smaller input field, on enter put sensible textAlon Levy
2014-08-18add a user setting field; does nothing except set graph.userAlon Levy
2014-08-18buttons: remove some dead code, reindent some live codeAlon Levy
2014-08-18oops, forgot drag and drop implementationAlon Levy
2014-08-17drag&drop load of json, plus save (kinda), some refactoringAlon Levy
save & load json moved from buttons to rhizicore.js added a save as button (need to switch to normal ui for that menu, it's fixed right now) save not correct - instead of a save dialog since it is a json file the browser just displays it (even though it's base64 encoded).
2014-08-17gant: fix support for firefox: doesn't support 01-01-2018 style dates (/ is ↵Alon Levy
supported by both chrome and firefox)
2014-08-17ugly #33 fix: node's id's are lowercase nowAlon Levy
text attribute contains original mixed case string and is used for display.
2014-08-17load: bail early if no data storedAlon Levy
2014-08-17gant.js: use min date as left boundAlon Levy
2014-08-17Fixed node title shorten functiongarbash
2014-08-17Display more chars of node titles on defaultgarbash
2014-08-13made infobox wider and more readablegarbash
2014-08-13Issue #30Owen
2014-08-13Issue #40Owen
2014-08-13Issue #34Owen
2014-08-13Stop duplicate linksOwen
2014-08-13Issue #35Owen
2014-08-13issue #36Owen
2014-08-13Issue #38Owen
2014-08-13Issue #31Owen
2014-08-13fix force and drag interaction according to wiki - could have also used the ↵Alon Levy
force.drag behavior (but we already had callbacks)
2014-08-10more 'use strict' and fallout handlingAlon Levy
Just defining some variables instead of them becoming properties on the global object Some whitespace fixes too.
2014-08-10Issue #32Owen
2014-08-10Issue #29Owen
2014-08-10Issue #28Owen
2014-08-08Redone AND connectors (#issue 27)Owen
2014-08-08Fixed disappearing node problemOwen
2014-08-08Issue #14Owen
2014-08-08Fixed 3 node star case bugOwen
2014-08-08Issue #25Owen
2014-08-07Updated robot scriptOwen
2014-08-07buttons.js: fix wrong code indentationAlon Levy
2014-08-07Issue 21Owen
2014-08-07buttons.js: don't recode JSON.stringifyAlon Levy
2014-08-07gant.js: remove whitespace at EOLs (some of it)Alon Levy
2014-08-07Issue #26Owen
nodes didn't appear because the type selection index was undefined in the 0 to N_1 loop
2014-08-07fixed linebreak in infobox with datesgarbash
2014-08-07Widened infoboxgarbash
2014-08-06buttons.js: on load show the loaded graphAlon Levy
2014-08-06rhizicore.js: showInfo: uncommented url in file? comment itAlon Levy
2014-08-06rhizicore.js: add "use strict"Alon Levy
2014-08-06remove whitespace at end of linesAlon Levy
2014-08-06Highlight selection/deselectionOwen
Nodes can be deselected by clicking background Clicking in the new sentence bubble will deselect the previous nodes
2014-08-05Multiple Issues fixedOwen
Resizeable task bar Deliverable state combo box Edit node submit bug fix Code cleaup
2014-08-01Fixed Suggestion bugOwen
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-01BetterAnalysis+Suggestions+TypeSelectionOwen
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-31All new text analysis engine,Owen
multiple nodes "and" triplets new graph creation wheel new rhizicore functions