summaryrefslogtreecommitdiff
path: root/js/codeq/python.js
AgeCommit message (Collapse)Author
2015-10-05Fix editor activity reportingTimotej Lazar
2015-10-05Move makeActivityHandler to core.jsTimotej Lazar
There were three identical copies for {prolog,python,robot}.js.
2015-10-04Adapted to changes in codeq-server: load_problem and end_problem upon ↵Aleš Smodiš
entering and leaving the problem solving screen.
2015-10-01Submit activity when closing problem screenTimotej Lazar
2015-10-01Use 'value' option in CM constructor to set initial contentTimotej Lazar
2015-09-30Implemented structural translation of hints and plans.Aleš Smodiš
2015-09-29Correctly process hint_type and hint.Aleš Smodiš
2015-09-29Add a statusbar to the editor widgetTimotej Lazar
2015-09-29Temporary "plan" button fix: look at the presence of Slovene translation to ↵Aleš Smodiš
decide whether to activate or not the button.
2015-09-29Convert tab to 4 spaces in Python codemirrorTimotej Lazar
2015-09-29login removed from navbarMarko Pušnik
2015-09-28CRLF -> LF conversion for python.js and prolog.js.Aleš Smodiš
2015-09-28Implement in-structure GUI translation for python and problem editing screens.Aleš Smodiš
Hints are not yet covered.
2015-09-25refactor menu + some forms to use bootstrap properlyMarko Pušnik
2015-09-23Improve error handling for button actionsTimotej Lazar
2015-09-22Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webRobert Zorko
2015-09-22enabled buttons in the navigation header (at least buttons on the left side ↵Robert Zorko
of the bar), renamed stateMachine to navigation
2015-09-22Add support for run/stop in the Python interfaceTimotej Lazar
2015-09-22Bugfix python terminal: unregister terminal_output on exit, declare the ↵Aleš Smodiš
"lines" variable.
2015-09-21Refactoring: 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-18Implement console history and enable it with python problems.Aleš Smodiš
2015-09-18Don't crash loading a python problem, if the problem has no plan set.Aleš Smodiš
2015-09-18Add "Plan" button to display next "planning" hintTimotej Lazar
2015-09-18Bugfix of the previous Bugfix (typo).Aleš Smodiš
2015-09-18Reapply 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-18more commentsRobert Zorko
2015-09-18updated the python state with the last changes done to the prolog stateRobert Zorko
2015-09-18added some comments and improved the selection of the divs which are beeing ↵Robert Zorko
changed when transitioning
2015-09-18updated for the recent changes in hte prolog and python.js filesRobert Zorko
2015-09-18added python and prolog into two different statesRobert Zorko