summaryrefslogtreecommitdiff
path: root/index.html
AgeCommit message (Collapse)Author
2016-12-05Move KaTeX js files and add auto-render extensionTimotej Lazar
2016-09-09Support LaTeX math notation in templatesTimotej Lazar
2016-09-09Declare HTML5 doctype and fix related issuesTimotej Lazar
Also ensure the topbar stays fixed regardless of the content scrollbar.
2016-04-24Revert "Experiment: add "teacher helped" link to Prolog screen"Timotej Lazar
This reverts commit 982522b5b9dfc39c10d08129b873aadf77b7293f.
2016-03-31Replace window.alert with custom message boxTimotej Lazar
2016-03-30Improve error messages for AAI upgrade formTimotej Lazar
2016-03-30Improve error messages for login formTimotej Lazar
2016-03-02More CSS cleanupsTimotej Lazar
2016-03-02Minor HTML and CSS cleanupsTimotej Lazar
2016-03-01change_password: do not use alerts in normal operationTimotej Lazar
2016-02-28Experiment: add "teacher helped" link to Prolog screenTimotej Lazar
Records a {'typ': 'experiment', 'data': 'teacher help'} action when clicked. This will allow us to consider such traces specially when evaluating different hint types. This is specific to the prolog_hints experiment and should be reverted or generalized in the future.
2016-02-26Replace several alerts with friendlier messagesTimotej Lazar
2016-02-26Use a consistent naming style for DOM IDsTimotej Lazar
2016-02-26Remove some comments from index.htmlTimotej Lazar
2016-02-26Reorder the login formTimotej Lazar
2016-02-26Remove unused id attributes in index.htmlTimotej Lazar
2016-02-26Improve formsTimotej Lazar
2016-02-26Simplify description+hints blocks markupTimotej Lazar
2016-02-25Add a screen to view own solutionsTimotej Lazar
2016-02-25Fix about page back buttonTimotej Lazar
2016-02-23Remove explicit "Hint" buttonTimotej Lazar
Hints are now generated for each tested program, and the user can press a button to reveal the hints.
2016-02-22Fix buttons in profile screenTimotej Lazar
2016-02-18Decrease size of problem description titleTimotej Lazar
2016-02-18Translate and improve "login failed" messageTimotej Lazar
2016-02-18Minor cleanups in index.htmlTimotej Lazar
2016-02-18Fix handling of settings navigation iconTimotej Lazar
2016-02-15Move template handling code into a separate fileTimotej Lazar
2016-02-13Use relative font sizes and fix stylingTimotej Lazar
Bootstrap: because 10px ought to be good for everyone!™
2015-12-15Use name instead of slug in Prolog descriptionsTimotej Lazar
2015-12-14Improve robot screenTimotej Lazar
2015-12-10Add copyright info to index.htmlTimotej Lazar
2015-12-07Unminify the Ladda CSS fileTimotej Lazar
The distributed version of non-minified file is buggy.
2015-12-07Fix layout for Robot problem screenTimotej Lazar
2015-11-19Small cleanups in index.htmlTimotej Lazar
2015-11-19Remove trailing space from a translation stringTimotej Lazar
2015-11-19Move back button to top-left corner in AAI loginTimotej Lazar
The top-right corner is occupied by the AAI frame's language selection links.
2015-11-19Make language selection in login/signup tab-accessibleTimotej Lazar
2015-11-19Use accesskeys 9 and 0 for settings and logoutTimotej Lazar
2015-11-18Add support for tabkey and accesskey navigationTimotej Lazar
2015-11-09about screen mockup; TODO: text&design -> Loni&SašaMarko Pušnik
2015-11-06Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webMarko Pušnik
2015-11-06Gui support for SAML account merge/upgrade upon first SAML-type login of an ↵Marko Pušnik
existing user.
2015-11-05Translate block labelsTimotej Lazar
2015-10-21Show a spinner on hint/test buttons when clickedTimotej Lazar
2015-10-20- iconsMarko Pušnik
- any state marker from the URL before everything else loads removed - settings dropdown separator visibility in case of saml login fixed - profile screen: - go back button refactored - name, email field - phone, browser and platform type detection (misc.js) added - mobile apps: - meta viewport and add HandheldFriendly changed - style @-ms-viewport defined - ajaxPrefix and eioHost temporary changed to dev server - android: phonegap whitelistening in config.xml fixed - ios: add hide status bar to config.xml TODO: - WP8 mobile app: test - iOS mobile app: saml login solution (iframe cross domain url not allowed) - "No Content-Security-Policy meta tag found. Please add one when using the cordova-plugin-whitelist plugin."
2015-10-19Tiny improvements to the "new here/sign up" messageTimotej Lazar
2015-10-19added translation for the recent addtions to the settings screenRobert Zorko
2015-10-19hiding the change password buttons if the user logs in via samlRobert Zorko
2015-10-16beautifications and translations of settings pageMarko Pušnik
2015-10-16added layout choise to the setting screen, the layout has also been added to ↵Robert Zorko
the codeq.settings (codeq-server and database has been updated as well)