Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-30 | Clean up a few error functions | Timotej Lazar | |
2016-03-16 | Add clear command for Prolog console | Timotej Lazar | |
2016-03-13 | Record when the Hint button is shown | Timotej Lazar | |
2016-03-02 | More CSS cleanups | Timotej Lazar | |
2016-03-02 | Ensure a layout is set at boot | Timotej Lazar | |
2016-03-02 | Minor HTML and 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 | Clean up navigation.js | Timotej Lazar | |
2016-03-01 | Simplify {prolog,python,robot}.js | Timotej Lazar | |
2016-03-01 | change_password: do not use alerts in normal operation | Timotej Lazar | |
2016-03-01 | problem_list: fix updating solved/attempted indicators | Timotej Lazar | |
Indicators were only removed for attempted problems, leading to incorrect display if logging out and back in as a user with fewer attempts. | |||
2016-03-01 | Clear hints immediately when pressing Plan or Test | Timotej Lazar | |
2016-02-28 | Experiment: add "teacher helped" link to Prolog screen | Timotej Lazar | |
Records a {'typ': 'experiment', 'data': 'teacher help'} action when clicked. This will allow us to consider such traces specially when evaluating different hint types. This is specific to the prolog_hints experiment and should be reverted or generalized in the future. | |||
2016-02-28 | Problem list: allow multi-paragraph group descriptions | Timotej Lazar | |
2016-02-28 | Fix indentation in prolog.js | Timotej Lazar | |
2016-02-26 | Replace several alerts with friendlier messages | Timotej Lazar | |
2016-02-26 | Use a consistent naming style for DOM IDs | Timotej Lazar | |
2016-02-26 | Remove unused id attributes in index.html | Timotej Lazar | |
2016-02-26 | Improve forms | Timotej Lazar | |
2016-02-26 | Simplify description+hints blocks markup | Timotej Lazar | |
2016-02-25 | Console: do not show cursor when disabled | Timotej Lazar | |
2016-02-25 | Gray-out the editor while waiting for test results | Timotej Lazar | |
2016-02-25 | Hide Plan button if no (more) plans are available | Timotej Lazar | |
2016-02-25 | Add a screen to view own solutions | Timotej Lazar | |
2016-02-24 | Remove substate machines from {prolog,python,robot}.js | Timotej Lazar | |
Unused code is unused. | |||
2016-02-24 | Ensure a ~1 second delay before displaying test results | Timotej Lazar | |
2016-02-23 | Remove explicit "Hint" button | Timotej Lazar | |
Hints are now generated for each tested program, and the user can press a button to reveal the hints. | |||
2016-02-23 | js/hint: s/serverHint/hint | Timotej Lazar | |
2016-02-23 | Remove redundant parameter from static hint handler | Timotej Lazar | |
2016-02-23 | Remove unused type parameter from hint handlers | Timotej Lazar | |
2016-02-22 | Do not send langauge in test/hint commands | Timotej Lazar | |
2016-02-18 | Translate and improve "login failed" message | Timotej Lazar | |
2016-02-18 | Fix handling of settings navigation icon | Timotej Lazar | |
2016-02-17 | Remove old comments | Timotej Lazar | |
2016-02-17 | Keep page title on state transitions | Timotej Lazar | |
2016-02-15 | Support resource templates in language/group/problem descriptions | Timotej Lazar | |
2016-02-15 | Move template handling code into a separate file | Timotej Lazar | |
2016-02-15 | Prolog terminal: do not submit an empty query | Timotej Lazar | |
2016-02-15 | Do not reuse hint class names in a problem session | Timotej Lazar | |
Reusing class names (e.g. “_emark_0”) caused an incorrect message (from the previous hint) to be displayed for subsequent hints with the same class. | |||
2015-12-17 | fixed the session expired bug | Robert Zorko | |
2015-12-17 | added 'use strict', coirrected some errors which were revealed by it and ↵ | Robert Zorko | |
fixed the argument of the call of the wait function used in the reset function (core.js) | |||
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 ↵ | Robert Zorko | |
prolog states | |||
2015-12-15 | Add error reporting on uncaught errors. Add "logService" to siteDefinition ↵ | Aleš Smodiš | |
for sending client logs to the server, commented out by default. | |||
2015-12-15 | Implement codeq.comms.forceReset() to better handle possible timeouts and ↵ | Aleš Smodiš | |
resulting blockage in codeq.reset(). | |||
2015-12-15 | Remove a diagnostic log line from the prolog screen, which remained there by ↵ | Aleš Smodiš | |
mistake. | |||
2015-12-15 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Aleš Smodiš | |
Conflicts: js/codeq/navigation.js | |||
2015-12-15 | Fixed the bug about the loss of problem solving screen state when entering a ↵ | Aleš Smodiš | |
navigation-bar state and getting back. Now every state carries with itself the publicly exposed jqScreen object and isModal boolean information, which is used by the globalStateMachine in the actualTransition method. |