Rename draw() to createDom()
[armadillo.git] / web_frontend / main.js
2011-12-28 Robert SesekRename draw() to createDom()
2011-12-28 Robert SesekSwitch from having embeded JS in index.html to using...
2011-12-28 Robert SesekMerge branch 'jquery'
2011-12-28 Robert SesekFix two incorrect usages of Array.splice
2011-12-26 Robert SesekRemove dependency on the closure library in the comiple...
2011-12-26 Robert SesekRemove goog.string.format
2011-12-26 Robert SesekRemove uses of goog.array
2011-12-26 Robert SesekRemove most uses of jQuery from main.js
2011-12-26 Robert SesekSwitch to using jQuery XHR
2011-09-20 Robert SesekUpdate the frontend for the New Directory functionality
2011-07-09 Robert SesekDon't use absolute URLs because the MFE will not work...
2011-04-16 Robert SesekMerge branch 'backend-tv-rename'
2011-04-16 Robert SesekUse %f for the build string
2011-04-16 Robert SesekFormat the version string to include the minor build...
2011-04-16 Robert SesekRevert "Add logic to handle remote service requests...
2011-04-16 Robert SesekAdd logic to handle remote service requests by serving...
2010-11-15 Robert SesekSet the title of the document to include the path.
2010-11-14 Robert SesekRemove the initialized ivar and just check whether...
2010-11-14 Robert SesekBetter handling of clearing the error in the list callback.
2010-11-14 Robert SesekFix the error animation.
2010-10-04 Robert SesekFix all the path joining nastiness by writing a smart...
2010-10-04 Robert SesekSeparate the path from the name in PathComponent. First...
2010-10-03 Robert SesekPut the version in the footer.
2010-09-07 Robert SesekCreate confirmation dialog for file deletion.
2010-09-06 Robert SesekMove click handling into the File object.
2010-09-02 Robert SesekCreate a new JS class for representing files in directo...
2010-09-02 Robert Sesek* Add some basic styling
2010-09-01 Robert SesekDisplay error messages from the backend to the user.
2010-09-01 Robert Sesek* Fix a bug in sendRequest_()
2010-09-01 Robert SesekAdd GPL file headers
2010-08-31 Robert SesekAdd an ability to navigate upwards.
2010-08-31 Robert SesekHandle errors in the FE.
2010-08-31 Robert SesekUse the hash to store the path.
2010-08-31 Robert SesekTraversing directories is now possible.
2010-08-31 Robert Sesek* Restructure WebFE to have an app controller object.
2010-08-31 Robert SesekBasic directory listing on the web.
2010-08-30 Robert SesekAdd some response and request helpers for the backend...
2010-08-27 Robert SesekDumb front end main.js!