Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-17 | added '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-15 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Aleš Smodiš | |
Conflicts: js/codeq/navigation.js | |||
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-14 | fixed the bug with the overlay not beeing hidden after server times out | Robert Zorko | |
2015-12-10 | Add copyright info to JS files | Timotej Lazar | |
2015-11-09 | about screen mockup; TODO: text&design -> Loni&Saša | Marko Pušnik | |
2015-11-09 | clean up | Marko Pušnik | |
2015-10-21 | global saml_logout has been disabled. A bug with the saml login timeout has ↵ | Robert Zorko | |
been fixed (if the user entered the saml login screen and went back he would later get the timeout error) | |||
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-15 | AAI login is moved to its own screen and js file | Robert Zorko | |
2015-10-14 | moved the cahnged pass popup to its own screen and enabled the change pass ↵ | Robert Zorko | |
btn in the profile screen | |||
2015-10-14 | moved the signup to its own screen (and file) | Robert Zorko | |
2015-10-14 | fixed the logout bug when the user logs out while in the problem screen - ↵ | Robert Zorko | |
the transition to the login screen must be performed before the logout happens | |||
2015-10-13 | disabled using the browser navigation button to jump back to a screen after ↵ | Robert Zorko | |
logout and fixed a small display error where the banner would say 'signed in' twice | |||
2015-10-13 | moved login from a popup to its own page and made some changes to the logout ↵ | Robert Zorko | |
button | |||
2015-10-06 | Rename state 'problem' to problem_list | Timotej Lazar | |
Remove the Language element from the navbar and have "CodeQ" (logo TBD) send user to the language-selection page. | |||
2015-10-05 | sign up, reset password and profile pages + related comm messages | Marko Pušnik | |
2015-09-30 | Add the robot problem screen | Timotej Lazar | |
Mostly a copy of the Python screen, a lot of functionality is missing. | |||
2015-09-29 | logout, sign in + change password modals, setting drop-down, profile screen | Marko Pušnik | |
2015-09-29 | login removed from navbar | Marko Pušnik | |
2015-09-28 | Implement in-structure GUI translation for python and problem editing screens. | Aleš Smodiš | |
Hints are not yet covered. | |||
2015-09-22 | enabled buttons in the navigation header (at least buttons on the left side ↵ | Robert Zorko | |
of the bar), renamed stateMachine to navigation |