summaryrefslogtreecommitdiff
path: root/js/codeq/python.js
AgeCommit message (Expand)Author
2015-10-05Fix editor activity reportingTimotej Lazar
2015-10-05Move makeActivityHandler to core.jsTimotej Lazar
2015-10-04Adapted to changes in codeq-server: load_problem and end_problem upon enterin...Aleš Smodiš
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 d...Aleš Smodiš
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š
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 o...Robert Zorko
2015-09-22Add support for run/stop in the Python interfaceTimotej Lazar
2015-09-22Bugfix python terminal: unregister terminal_output on exit, declare the "line...Aleš Smodiš
2015-09-21Refactoring: simplified python.js and prolog.js, removed all DOM IDs except f...Aleš Smodiš
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 u...Aleš Smodiš
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 c...Robert Zorko
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