summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
2015-09-18Enable auto-history in prolog console.Aleš Smodiš
2015-09-18Don't crash loading a prolog problem, if the problem has no plan set.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-18Log errors to console.Aleš Smodiš
2015-09-18Add "Plan" button to display next "planning" hintTimotej Lazar
2015-09-18Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webRobert Zorko
2015-09-18divided the login and problem chooser into two different screensRobert Zorko
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-18removed old prolog and python filesRobert Zorko
2015-09-18changes for th latest changesRobert Zorko
2015-09-18Merge branch 'master' into stateMachineRobert Zorko
2015-09-18Bugfix: template parameter can be a numberTimotej Lazar
2015-09-18Bugfix: off-by-one when displaying an array of hints.Aleš Smodiš
2015-09-18Bugfix: join the array of removed character into a string, when the user make...Aleš Smodiš
2015-09-18Escape HTML in hint template parametersTimotej Lazar
2015-09-18more commentsRobert Zorko
2015-09-18updated the python state with the last changes done to the prolog stateRobert Zorko
2015-09-18Merge branch 'master' into stateMachineRobert Zorko
2015-09-18added another possible transition in the main app screen - the hint and test ...Robert Zorko
2015-09-18added some comments and improved the selection of the divs which are beeing c...Robert Zorko
2015-09-18Bugfix: handle arrays as a static hint.Aleš Smodiš
2015-09-18updated for the recent changes in hte prolog and python.js filesRobert Zorko
2015-09-18Simplified handling of an array of static hints.Aleš Smodiš
2015-09-18added prolog state (I missed it in the previous commit)Robert Zorko
2015-09-18XMerge branch 'master' of ssh://212.235.189.51:22122/codeq-webRobert Zorko
2015-09-18added python and prolog into two different statesRobert Zorko
2015-09-17Implemented support for an array of static hints, which are displayed in sequ...Aleš Smodiš
2015-09-17Refactored hint handling into a separate module.Aleš Smodiš
2015-09-17Console bugfix: moving inside pasted string did not work correctly.Aleš Smodiš
2015-09-17Minor bugfix in prolog mode terminal: don't add an additional full-stop on ma...Aleš Smodiš
2015-09-17Fix handling of "enter" in the console: the current line must be processed in...Aleš Smodiš
2015-09-17Console fix: a line can now have multiple CSS classes, so text can e.g. now b...Aleš Smodiš
2015-09-17improvments to the state machine (states can now be registered) and those imp...Robert Zorko
2015-09-16Enabled the state machine and the UI improvments and removed some debug logingRobert Zorko
2015-09-16Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webRobert Zorko
2015-09-16basis for the state machine and some UI improvements (currently disabled)Robert Zorko
2015-09-16Implement async. comm. with Python interpreterTimotej Lazar
2015-09-16Bugfix: console must not collapse spaces.Aleš Smodiš
2015-09-16Removed the "run" and "break" buttons. Removed commented-out code from prolog...Aleš Smodiš
2015-09-15A few terminal newline fixes for Prolog.Aleš Smodiš
2015-09-15Bugfix: leftmostCol was not correctly referenced.Aleš Smodiš
2015-09-15Prolog handler now uses CodeQ terminal.Aleš Smodiš
2015-09-15Augmenting the console:Aleš Smodiš
2015-09-15Remove the old code: old communication, separate prolog and python pages.Aleš Smodiš
2015-09-14Implemented async delivery of server events.Aleš Smodiš
2015-09-14Reimplemented communication with the server.Aleš Smodiš
2015-09-10Support hints with indexed messagesTimotej Lazar
2015-09-08Process templates in popover hintsTimotej Lazar