Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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. | |||
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 | |
Remove the Language element from the navbar and have "CodeQ" (logo TBD) send user to the language-selection page. | |||
2015-10-05 | Save current program in trace with each 'open' action | Timotej Lazar | |
So we can resynchronize if something goes wrong. | |||
2015-10-05 | Record all user activity in trace | Timotej Lazar | |
New generic actions: open(time), close plan hint(feedback), test(feedback) New Prolog actions: prolog_solve(query), prolog_next, prolog_end New Python actions: python_run(program), python_stop, python_input(text) New robot actions: robot_run(program), robot_stop(program) | |||
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 | |
There were three identical copies for {prolog,python,robot}.js. | |||
2015-10-04 | Adapted to changes in codeq-server: load_problem and end_problem upon ↵ | Aleš Smodiš | |
entering and leaving the problem solving screen. | |||
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 ↵ | Aleš Smodiš | |
decide whether to activate or not the button. | |||
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š | |
Hints are not yet covered. | |||
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 ↵ | Robert Zorko | |
of the bar), renamed stateMachine to navigation | |||
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 ↵ | Aleš Smodiš | |
"lines" variable. | |||
2015-09-21 | Refactoring: simplified python.js and prolog.js, removed all DOM IDs except ↵ | Aleš Smodiš | |
for the top-level block #screen_prolog, made a copy of the latter into #screen_python so the two screens can now diverge. | |||
2015-09-18 | Implement console history and enable it with python problems. | Aleš Smodiš | |
2015-09-18 | Don't crash loading a python problem, if the problem has no plan set. | Aleš Smodiš | |
2015-09-18 | Add "Plan" button to display next "planning" hint | Timotej Lazar | |
2015-09-18 | Bugfix of the previous Bugfix (typo). | Aleš Smodiš | |
2015-09-18 | Reapply bugfix: join the array of removed character into a string, when the ↵ | Aleš Smodiš | |
user makes a deletion, and it needs to be recorded in activity. | |||
2015-09-18 | more comments | Robert Zorko | |
2015-09-18 | updated the python state with the last changes done to the prolog state | Robert Zorko | |
2015-09-18 | added some comments and improved the selection of the divs which are beeing ↵ | Robert Zorko | |
changed when transitioning | |||
2015-09-18 | updated for the recent changes in hte prolog and python.js files | Robert Zorko | |
2015-09-18 | added python and prolog into two different states | Robert Zorko | |