Menu

Prototype Commit Log


Commit Date  
[r11] by alessio-gaspar

Last version had a single function to prepare all editables, instead, we now bind the functions updating our model right when we buld the view for it. renderHeader is where the action is for this upload. Had to first add the HTML before to bind the functions so both the HTML & list of models to modify for given editables elements, then we update the DOM by assigning the HTML to our div's innerHTML, then only we invoke prepareEditables

2011-11-20 07:45:26 Tree
[r10] by alessio-gaspar

Fixed bug - when switching around between tabs, the rendering done by page_reloaded doesn't hold the event handlers inserted by prepareEditables. page_reloaded now invokes prepareEditables when it's done rendering

2011-11-19 23:40:55 Tree
[r9] by alessio-gaspar

- allow editing of program's name in header tab
- update model based on new input
- use $(document).ready vs. onpageload event

2011-11-19 23:36:07 Tree
[r8] by alessio-gaspar

oops.Forgot to add the lib folder while uploading these old versions.

2011-11-19 20:38:06 Tree
[r7] by alessio-gaspar

- add function running the program every time the focus events is sent by the tabs

2011-11-19 20:31:01 Tree
[r6] by alessio-gaspar

- some styling of tables so headers stand out
- debug panel shows details of run vs. all tests
- improving the tests panel

2011-11-19 20:28:34 Tree
[r5] by alessio-gaspar

- function to run program vs. all tests,
- modify evalProgram to take one test index parameters

2011-11-19 20:27:07 Tree
[r4] by alessio-gaspar

- started evaluation function for program
- made jquery-ui.js sortable divs
- added tabs - probably going to remove them unless I style them
- added numbered lined in order to be ready to update model based on drag'n'drop sorting
- evaluation of program works now

2011-11-19 20:24:45 Tree
[r3] by alessio-gaspar

Previous version was before the myprogram.js is fully integrated
- integrating myprogram.js
- separate rendering of header / body / tests
- group under rdr global variable all of the tags used in these functions
- use tables to render both headers & tests

2011-11-19 20:22:19 Tree
[r2] by alessio-gaspar

Uploading old version stored locally

2011-11-19 20:19:32 Tree
Older >