summaryrefslogtreecommitdiff
path: root/scripts/robot.js
AgeCommit message (Collapse)Author
2014-10-24robot: fix undefined variable from define additionAlon Levy
2014-10-20introduce require.js and rewrite testsAlon 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-09-29Improved tutorialgarbash
2014-09-28robot: reduce number of globalsAlon Levy
2014-08-17Display more chars of node titles on defaultgarbash
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-07Updated robot scriptOwen
2014-08-05Multiple Issues fixedOwen
Resizeable task bar Deliverable state combo box Edit node submit bug fix Code cleaup
2014-07-31All new text analysis engine,Owen
multiple nodes "and" triplets new graph creation wheel new rhizicore functions
2014-07-14Target and adjacent nodes are highlighted when clickedOwen
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-24client-only prototype filesOwen