summaryrefslogtreecommitdiff
path: root/js/codeq/core.js
AgeCommit message (Expand)Author
2015-10-15added gui_lang to the saml_login requestRobert Zorko
2015-10-15Don't mess with whitespace in HTML templatesTimotej Lazar
2015-10-13Remove codeq.getLang functionTimotej Lazar
2015-10-12Rename lang setting to gui_lang and store it in codeq.settingsTimotej Lazar
2015-10-12Fix: $.extend instead of $.merge settings objectTimotej Lazar
2015-10-09Fix setting the resources var in boot sequenceTimotej Lazar
2015-10-08Adapted to the reworked session handling on the server. Bugfixed the lang set...Aleš Smodiš
2015-10-05handle phonegap native mobile appMarko Pušnik
2015-10-05Fix iteration order in codeq.codePointCountTimotej Lazar
2015-10-05Move makeActivityHandler to core.jsTimotej Lazar
2015-10-02Remove the deprecated codeq.chooseTranslation().Aleš Smodiš
2015-10-02Bugfix: don't remove [\n\r\t] from templates.Aleš Smodiš
2015-10-01Add support for @img in templates.Aleš Smodiš
2015-10-01Bugfix core.js: fallback JSONization function, resource resolving function.Aleš Smodiš
2015-10-01Use codeq.templator() for hints. Support for images.Aleš Smodiš
2015-09-30Implemented GUI translations via the data-tkey tag attribute and res/*.json f...Aleš Smodiš
2015-09-29resolved merge conflictsRobert Zorko
2015-09-29added settings to the global codeq object and they are updated when the user ...Robert Zorko
2015-09-29logout, sign in + change password modals, setting drop-down, profile screenMarko Pušnik
2015-09-26Reimplemented translation support: leave the DOM structure intact, upon displ...Aleš Smodiš
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-23Refactored code from js/codeq.js into js/codeq/core.js.Aleš Smodiš
2015-08-25Login now fetches the list of available problems from the server.Aleš Smodiš
2015-08-24Introduced the Q promises library, created a basic login page to test prolog ...Aleš Smodiš