Menu

Prototype Commit Log


Commit Date  
[r13] by alessio-gaspar

Refactoring but nothing really big

2011-11-25 06:34:09 Tree
[r12] by alessio-gaspar

Some refactoring;
- get rid of page_initialize non sense by merging it with the document ready JQuery function
- start migration to unobtrusive JS programming techniques; e.g. global variables / global functions
- break down edit.js into files to host the views for headers, programs & tests
- add a new tab to host the tests results which are still rendered by renderEvaluatedTests in edit.js until it's moved into the model parts of the program. The "tests" tab is using a partial version of this function which does not evaluate the program. Trying to keep edit separate from run / get tests results so it might be easier later on to log each separate run attempts; this will most likely evolve quickly

2011-11-24 08:38:45 Tree
[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
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.