summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2015-09-30Use $('a,b') instead of $('a').add('b')Timotej Lazar
Improving my jQuery-fu…
2015-09-30Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webMarko Pušnik
2015-09-30Merge branch 'master' of odie.guru.si:codeq-webMarko Pušnik
Conflicts: index.html
2015-09-30responsiveness and scrolling fixed for all viewport sizesMarko Pušnik
2015-09-30Submit login form on enter keyTimotej Lazar
2015-09-30Fix indentation in login.jsTimotej Lazar
2015-09-30Implemented GUI translations via the data-tkey tag attribute and res/*.json ↵Aleš Smodiš
files.
2015-09-30Correctly access solution in user problem dataTimotej Lazar
2015-09-30Add the robot problem screenTimotej Lazar
Mostly a copy of the Python screen, a lot of functionality is missing.
2015-09-30Implemented structural translation of hints and plans.Aleš Smodiš
2015-09-30Bugfix login.js: sett was not declared, search for lan, not lang, in the ↵Aleš Smodiš
returned settings.
2015-09-29forgotten files from previous commitsMarko Pušnik
2015-09-29resolved merge conflictRobert Zorko
2015-09-29added the basic cahnge language handler and the support to send an ↵Robert Zorko
'settings' action
2015-09-29Temporary hint fix: hints are shown in slovene only.Aleš Smodiš
2015-09-29Correctly process hint_type and hint.Aleš Smodiš
2015-09-29Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webMarko Pušnik
2015-09-29made login as modal with arnesaai button + modals beautified;Marko Pušnik
2015-09-29resolved merge conflictsRobert Zorko
2015-09-29added settings to the global codeq object and they are updated when the user ↵Robert Zorko
logs into the application
2015-09-29Add a statusbar to the editor widgetTimotej Lazar
2015-09-29Changes to process language.js files with ordered problems (arrays instead ↵Aleš Smodiš
of dictionaries).
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 ↵Aleš Smodiš
decide whether to activate or not the button.
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š
Hints are not yet covered.
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 ↵Aleš Smodiš
display language switch only replace language-dependent content.
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, ↵Aleš Smodiš
reimplemented problem index from JSON data.
2015-09-24Reimplemented language selection with simple links. Removed unused ↵Aleš Smodiš
startup.js, moved the boot sequence to core.js.
2015-09-24Add a few comments to index.html, so it is straightforward what are various ↵Aleš Smodiš
fragments for.
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