Age | Commit message (Expand) | Author |
2016-05-22 | Add support for per-problem initial code | Timotej Lazar |
2016-03-31 | Replace window.alert with custom message box | Timotej Lazar |
2016-03-31 | Clean up more error functions | Timotej Lazar |
2016-03-02 | More CSS cleanups | Timotej Lazar |
2016-03-01 | Remove the commError wrapper function | Timotej Lazar |
2016-03-01 | Minor cleanups around the loadProblemData function | Timotej Lazar |
2016-03-01 | Check that {prolog,python,robot}Handler exists before destroying it | Timotej Lazar |
2016-03-01 | Simplify {prolog,python,robot}.js | Timotej Lazar |
2016-03-01 | Clear hints immediately when pressing Plan or Test | Timotej Lazar |
2016-02-26 | Use a consistent naming style for DOM IDs | Timotej Lazar |
2016-02-26 | Simplify description+hints blocks markup | Timotej Lazar |
2016-02-25 | Gray-out the editor while waiting for test results | Timotej Lazar |
2016-02-24 | Remove substate machines from {prolog,python,robot}.js | Timotej Lazar |
2016-02-24 | Ensure a ~1 second delay before displaying test results | Timotej Lazar |
2016-02-23 | Remove explicit "Hint" button | Timotej Lazar |
2016-02-22 | Do not send langauge in test/hint commands | Timotej Lazar |
2016-02-17 | Remove old comments | Timotej Lazar |
2016-02-15 | Support resource templates in language/group/problem descriptions | Timotej Lazar |
2015-12-17 | added 'use strict', coirrected some errors which were revealed by it and fixe... | Robert Zorko |
2015-12-16 | merge with Ales fixes | Robert Zorko |
2015-12-16 | moved loading of problem data into the 'enter' of the python, robot and prolo... | Robert Zorko |
2015-12-15 | Fixed the bug about the loss of problem solving screen state when entering a ... | Aleš Smodiš |
2015-12-10 | Add copyright info to JS files | Timotej Lazar |
2015-11-18 | Disable editor while waiting for hint/test results | Timotej Lazar |
2015-11-18 | Escape from editor using the escape key | Timotej Lazar |
2015-10-21 | Show a spinner on hint/test buttons when clicked | Timotej Lazar |
2015-10-06 | Rename state 'problem' to problem_list | Timotej Lazar |
2015-10-05 | Save current program in trace with each 'open' action | Timotej Lazar |
2015-10-05 | Record all user activity in trace | Timotej Lazar |
2015-10-05 | Remove some stale comments | Timotej Lazar |
2015-10-05 | Fix editor activity reporting | Timotej Lazar |
2015-10-05 | Move makeActivityHandler to core.js | Timotej Lazar |
2015-10-04 | Adapted to changes in codeq-server: load_problem and end_problem upon enterin... | Aleš Smodiš |
2015-10-01 | Submit activity when closing problem screen | Timotej Lazar |
2015-10-01 | Use 'value' option in CM constructor to set initial content | Timotej Lazar |
2015-09-30 | Implemented structural translation of hints and plans. | Aleš Smodiš |
2015-09-29 | Correctly process hint_type and hint. | Aleš Smodiš |
2015-09-29 | Add a statusbar to the editor widget | Timotej Lazar |
2015-09-29 | Temporary "plan" button fix: look at the presence of Slovene translation to d... | Aleš Smodiš |
2015-09-29 | Convert tab to 4 spaces in Python codemirror | Timotej Lazar |
2015-09-29 | login removed from navbar | Marko Pušnik |
2015-09-28 | CRLF -> LF conversion for python.js and prolog.js. | Aleš Smodiš |
2015-09-28 | Implement in-structure GUI translation for python and problem editing screens. | Aleš Smodiš |
2015-09-25 | refactor menu + some forms to use bootstrap properly | Marko Pušnik |
2015-09-23 | Improve error handling for button actions | Timotej Lazar |
2015-09-22 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Robert Zorko |
2015-09-22 | enabled buttons in the navigation header (at least buttons on the left side o... | Robert Zorko |
2015-09-22 | Add support for run/stop in the Python interface | Timotej Lazar |
2015-09-22 | Bugfix python terminal: unregister terminal_output on exit, declare the "line... | Aleš Smodiš |
2015-09-21 | Refactoring: simplified python.js and prolog.js, removed all DOM IDs except f... | Aleš Smodiš |