Age | Commit message (Expand) | Author |
2015-09-30 | Do not override user options in codeq.makeEditor | Timotej Lazar |
2015-09-30 | Remove CodeMirror panel addon | Timotej Lazar |
2015-09-30 | Use $('a,b') instead of $('a').add('b') | Timotej Lazar |
2015-09-30 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Marko Pušnik |
2015-09-30 | Merge branch 'master' of odie.guru.si:codeq-web | Marko Pušnik |
2015-09-30 | responsiveness and scrolling fixed for all viewport sizes | Marko Pušnik |
2015-09-30 | Submit login form on enter key | Timotej Lazar |
2015-09-30 | Fix indentation in login.js | Timotej Lazar |
2015-09-30 | Implemented GUI translations via the data-tkey tag attribute and res/*.json f... | Aleš Smodiš |
2015-09-30 | Correctly access solution in user problem data | Timotej Lazar |
2015-09-30 | Add the robot problem screen | Timotej Lazar |
2015-09-30 | Implemented structural translation of hints and plans. | Aleš Smodiš |
2015-09-30 | Bugfix login.js: sett was not declared, search for lan, not lang, in the retu... | Aleš Smodiš |
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 | Use static hint handler to show "planning" hints | 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š |