summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
2015-09-29Changes to process language.js files with ordered problems (arrays instead of...Aleš Smodiš
2015-09-29Merge branch 'master' of odie.guru.si:codeq-webMarko Pušnik
2015-09-29logout, sign in + change password modals, setting drop-down, profile screenMarko Pušnik
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-28Add 'r' (redo) for next answer in PrologTimotej Lazar
2015-09-28Update comment for previous commitTimotej Lazar
2015-09-27Bugfix: '\n' should be 'n' for next Prolog answerTimotej Lazar
2015-09-26Reimplemented translation support: leave the DOM structure intact, upon displ...Aleš Smodiš
2015-09-25refactor menu + some forms to use bootstrap properlyMarko Pušnik
2015-09-24Make browser autodetection a little more resilient.Aleš Smodiš
2015-09-24Implemented: CodeQ event queue, basic translation infrastructure, reimplement...Aleš Smodiš
2015-09-24Reimplemented language selection with simple links. Removed unused startup.js...Aleš Smodiš
2015-09-24Add a few comments to index.html, so it is straightforward what are various f...Aleš Smodiš
2015-09-23Add support for loading static web resources through standard AJAX, implement...Aleš Smodiš
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 o...Robert Zorko
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 pr...Aleš Smodiš
2015-09-22Make codeq.codePointCount() resilient to erraneous parameters.Aleš Smodiš
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-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 two...Robert Zorko
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 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