Age | Commit message (Expand) | Author |
2015-09-29 | forgotten files from previous commits | Marko Pušnik |
2015-09-29 | resolved merge conflict | Robert Zorko |
2015-09-29 | added the basic cahnge language handler and the support to send an 'settings'... | Robert Zorko |
2015-09-29 | Temporary hint fix: hints are shown in slovene only. | Aleš Smodiš |
2015-09-29 | Correctly process hint_type and hint. | Aleš Smodiš |
2015-09-29 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Marko Pušnik |
2015-09-29 | made login as modal with arnesaai button + modals beautified; | Marko Pušnik |
2015-09-29 | resolved merge conflicts | Robert Zorko |
2015-09-29 | added settings to the global codeq object and they are updated when the user ... | Robert Zorko |
2015-09-29 | Add a statusbar to the editor widget | Timotej Lazar |
2015-09-29 | Changes to process language.js files with ordered problems (arrays instead of... | Aleš Smodiš |
2015-09-29 | Merge branch 'master' of odie.guru.si:codeq-web | Marko Pušnik |
2015-09-29 | logout, sign in + change password modals, setting drop-down, profile screen | Marko Pušnik |
2015-09-29 | Temporary "plan" button fix: look at the presence of Slovene translation to d... | Aleš Smodiš |
2015-09-29 | Convert tab to 4 spaces in Python codemirror | Timotej Lazar |
2015-09-29 | login removed from navbar | Marko Pušnik |
2015-09-28 | CRLF -> LF conversion for python.js and prolog.js. | Aleš Smodiš |
2015-09-28 | Implement in-structure GUI translation for python and problem editing screens. | Aleš Smodiš |
2015-09-28 | Add 'r' (redo) for next answer in Prolog | Timotej Lazar |
2015-09-28 | Update comment for previous commit | Timotej Lazar |
2015-09-27 | Bugfix: '\n' should be 'n' for next Prolog answer | Timotej Lazar |
2015-09-26 | Reimplemented translation support: leave the DOM structure intact, upon displ... | Aleš Smodiš |
2015-09-25 | refactor menu + some forms to use bootstrap properly | Marko Pušnik |
2015-09-24 | Make browser autodetection a little more resilient. | Aleš Smodiš |
2015-09-24 | Implemented: CodeQ event queue, basic translation infrastructure, reimplement... | Aleš Smodiš |
2015-09-24 | Reimplemented language selection with simple links. Removed unused startup.js... | Aleš Smodiš |
2015-09-24 | Add a few comments to index.html, so it is straightforward what are various f... | Aleš Smodiš |
2015-09-23 | Add support for loading static web resources through standard AJAX, implement... | Aleš Smodiš |
2015-09-23 | Place a border around individual static hints | Timotej Lazar |
2015-09-23 | Use static hint handler to show "planning" hints | Timotej Lazar |
2015-09-23 | Remove padding above the code editor | Timotej Lazar |
2015-09-23 | Improve error handling for button actions | Timotej Lazar |
2015-09-23 | Refactored code from js/codeq.js into js/codeq/core.js. | Aleš Smodiš |
2015-09-22 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Robert Zorko |
2015-09-22 | enabled buttons in the navigation header (at least buttons on the left side o... | Robert Zorko |
2015-09-22 | Add support for run/stop in the Python interface | Timotej Lazar |
2015-09-22 | Implement codeq.wait() that takes a promise and grays the screen until the pr... | Aleš Smodiš |
2015-09-22 | Make codeq.codePointCount() resilient to erraneous parameters. | Aleš Smodiš |
2015-09-22 | Bugfix python terminal: unregister terminal_output on exit, declare the "line... | Aleš Smodiš |
2015-09-21 | Refactoring: simplified python.js and prolog.js, removed all DOM IDs except f... | Aleš Smodiš |
2015-09-21 | Console bugfix: home should move to leftmostColumn | Timotej Lazar |
2015-09-18 | merge conflict occured and is now fixed | Robert Zorko |
2015-09-18 | split the selection of the language and the selection of the problem into two... | Robert Zorko |
2015-09-18 | Use a link instead of a button in a static hint sequence. | Aleš Smodiš |
2015-09-18 | Enable auto-history in prolog console. | Aleš Smodiš |
2015-09-18 | Don't crash loading a prolog problem, if the problem has no plan set. | Aleš Smodiš |
2015-09-18 | Implement console history and enable it with python problems. | Aleš Smodiš |
2015-09-18 | Don't crash loading a python problem, if the problem has no plan set. | Aleš Smodiš |
2015-09-18 | Log errors to console. | Aleš Smodiš |
2015-09-18 | Add "Plan" button to display next "planning" hint | Timotej Lazar |