summaryrefslogtreecommitdiff
path: root/js/codeq/prolog.js
AgeCommit message (Collapse)Author
2015-09-28Update comment for previous commitTimotej Lazar
2015-09-27Bugfix: '\n' should be 'n' for next Prolog answerTimotej Lazar
2015-09-25refactor menu + some forms to use bootstrap properlyMarko Pušnik
2015-09-23Improve error handling for button actionsTimotej Lazar
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-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-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-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-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-18changes for th latest changesRobert Zorko
2015-09-18updated the python state with the last changes done to the prolog stateRobert 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-18updated for the recent changes in hte prolog and python.js filesRobert Zorko
2015-09-18added prolog state (I missed it in the previous commit)Robert Zorko