summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2015-09-23Add support for loading static web resources through standard AJAX, ↵Aleš Smodiš
implementing loading of a programming language data.
2015-09-23Use static hint handler to show "planning" hintsTimotej Lazar
2015-09-23Improve error handling for button actionsTimotej Lazar
2015-09-23Refactored code from js/codeq.js into js/codeq/core.js.Aleš Smodiš
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-22Implement codeq.wait() that takes a promise and grays the screen until the ↵Aleš Smodiš
promise is resolved.
2015-09-22Make codeq.codePointCount() resilient to erraneous parameters.Aleš Smodiš
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-21Console bugfix: home should move to leftmostColumnTimotej Lazar
2015-09-18merge conflict occured and is now fixedRobert Zorko
2015-09-18split the selection of the language and the selection of the problem into ↵Robert Zorko
two seperate screens (this update also required some changes at the codeq-server, so that one needs to be up to date as well for this to work)
2015-09-18Use a link instead of a button in a static hint sequence.Aleš Smodiš
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 ↵Aleš Smodiš
user makes a deletion, and it needs to be recorded in activity.
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 ↵Aleš Smodiš
makes a deletion, and it needs to be recorded in activity.
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
buttons will always transition to the 'hints' quarter
2015-09-18added some comments and improved the selection of the divs which are beeing ↵Robert Zorko
changed when transitioning
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 ↵Aleš Smodiš
sequence after pressing the "more" button.
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 ↵Aleš Smodiš
manual stop of browsing through answers.
2015-09-17Fix handling of "enter" in the console: the current line must be processed ↵Aleš Smodiš
in its entirety, not split at the cursor.
2015-09-17Console fix: a line can now have multiple CSS classes, so text can e.g. now ↵Aleš Smodiš
be in multiple colors.
2015-09-17improvments to the state machine (states can now be registered) and those ↵Robert Zorko
improvments are now used for the existing two states (plus some code general code cleanup)