Menu

Commit [r12]  Maximize  Restore  History

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

alessio-gaspar 2011-11-24

added /HeaderView.js
added /ProgramView.js
added /TestsView.js
changed /edits.html
changed /edits.js
added /sherpa.js
/HeaderView.js Diff Switch to side-by-side view
Loading...
/ProgramView.js Diff Switch to side-by-side view
Loading...
/TestsView.js Diff Switch to side-by-side view
Loading...
/edits.html Diff Switch to side-by-side view
Loading...
/edits.js Diff Switch to side-by-side view
Loading...
/sherpa.js Diff Switch to side-by-side view
Loading...
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.