Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-15 | Fixed 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-10 | Add copyright info to JS files | Timotej Lazar | |
2015-12-07 | Fix layout for Robot problem screen | Timotej Lazar | |
2015-10-16 | added 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-16 | added 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-16 | added a transition to the original login state if the saml login fails | Robert Zorko | |
2015-10-16 | moved settings to its own page and changed the 'save' button from a normal ↵ | Robert Zorko | |
button to a form submit | |||
2015-10-13 | Simplify settings handling | Timotej Lazar | |
2015-10-13 | Remove codeq.getLang function | Timotej Lazar | |
2015-10-13 | Store robot's address in settings | Timotej Lazar | |
2015-10-12 | Rename lang setting to gui_lang and store it in codeq.settings | Timotej Lazar | |
2015-10-02 | moved 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-29 | added the basic cahnge language handler and the support to send an ↵ | Robert Zorko | |
'settings' action |