summaryrefslogtreecommitdiff
path: root/index.html
AgeCommit message (Collapse)Author
2014-08-19audit from chrome: add width/height to imagesAlon 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-18index.html: Camel case SAVE/LOADAlon Levy
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-18put all debug gui (load/save/deliverables) into a tableAlon 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-17Display more chars of node titles on defaultgarbash
2014-08-13Issue #38Owen
2014-08-10move external dependencies to project - jquery-ui and google font (''cache'' ↵Alon Levy
fonts.googleapis.com response)
2014-08-10Issue #1Owen
2014-08-07index.html: use utf-8 char setAlon Levy
Makes it easier to develop with d3.js from git, which uses pi symbol and other greek math symbols.
2014-08-07index.html: remove whitespace at ends of linesAlon Levy
2014-08-07Widened infoboxgarbash
2014-07-28Panning, bug fixesOwen
2014-07-23fixed jquery loadinggarbash
2014-07-22Save/UI/gantt changesOwen
save now asks you if you're sure if you've build an unsaved graph small changes to UI recommended by Yael took out zooming bug in gantt
2014-07-21Save Load done, Gantt scrolling much betterOwen
Save now asks if you wish to discard your changes Load now load everything perfectly, no bugs with dates or the gantt chart Scrolling for the gantt area new works much much better, it deactivates zooming controls and enables horizontal scrolling. Zooming and background clicking is left intact in Graph mode.
2014-07-15Added basic zoom featureOwen
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-24index test fileOwen