summaryrefslogtreecommitdiff
path: root/js/codeq/settings.js
AgeCommit message (Collapse)Author
2016-03-30Clean up a few error functionsTimotej Lazar
2016-02-26Use a consistent naming style for DOM IDsTimotej Lazar
2016-02-18Fix handling of settings navigation iconTimotej Lazar
2015-12-17added 'use strict', coirrected some errors which were revealed by it and ↵Robert Zorko
fixed the argument of the call of the wait function used in the reset function (core.js)
2015-12-15Fixed the bug about the loss of problem solving screen state when entering a ↵Aleš Smodiš
navigation-bar state and getting back. Now every state carries with itself the publicly exposed jqScreen object and isModal boolean information, which is used by the globalStateMachine in the actualTransition method.
2015-12-10Add copyright info to JS filesTimotej Lazar
2015-12-07Fix layout for Robot problem screenTimotej Lazar
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)
2015-10-16added an error msg ot the settings screen if something goes wrong and moved ↵Robert Zorko
the redirect to only happen if the update request is successful. Also tested validation - the auto validation works, but the regex might need tweaking
2015-10-16added a transition to the original login state if the saml login failsRobert Zorko
2015-10-16moved settings to its own page and changed the 'save' button from a normal ↵Robert Zorko
button to a form submit
2015-10-13Simplify settings handlingTimotej Lazar
2015-10-13Remove codeq.getLang functionTimotej Lazar
2015-10-13Store robot's address in settingsTimotej Lazar
2015-10-12Rename lang setting to gui_lang and store it in codeq.settingsTimotej Lazar
2015-10-02moved gui language selection completely into the settings dropdown menu and ↵root
(gui) language changes are now written to the DB once the save button is pressed
2015-09-29added the basic cahnge language handler and the support to send an ↵Robert Zorko
'settings' action