summaryrefslogtreecommitdiff
path: root/js/codeq/navigation.js
AgeCommit message (Collapse)Author
2016-03-01Clean up navigation.jsTimotej Lazar
2016-02-26Use a consistent naming style for DOM IDsTimotej Lazar
2016-02-26Remove unused id attributes in index.htmlTimotej Lazar
2016-02-18Fix handling of settings navigation iconTimotej Lazar
2016-02-17Keep page title on state transitionsTimotej 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-15Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webAleš Smodiš
Conflicts: js/codeq/navigation.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-14fixed the bug with the overlay not beeing hidden after server times outRobert Zorko
2015-12-10Add copyright info to JS filesTimotej Lazar
2015-11-09about screen mockup; TODO: text&design -> Loni&SašaMarko Pušnik
2015-11-09clean upMarko Pušnik
2015-10-21global 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-16moved settings to its own page and changed the 'save' button from a normal ↵Robert Zorko
button to a form submit
2015-10-15AAI login is moved to its own screen and js fileRobert Zorko
2015-10-14moved the cahnged pass popup to its own screen and enabled the change pass ↵Robert Zorko
btn in the profile screen
2015-10-14moved the signup to its own screen (and file)Robert Zorko
2015-10-14fixed 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-13disabled 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-13moved login from a popup to its own page and made some changes to the logout ↵Robert Zorko
button
2015-10-06Rename state 'problem' to problem_listTimotej Lazar
Remove the Language element from the navbar and have "CodeQ" (logo TBD) send user to the language-selection page.
2015-10-05sign up, reset password and profile pages + related comm messagesMarko Pušnik
2015-09-30Add the robot problem screenTimotej Lazar
Mostly a copy of the Python screen, a lot of functionality is missing.
2015-09-29logout, sign in + change password modals, setting drop-down, profile screenMarko Pušnik
2015-09-29login removed from navbarMarko Pušnik
2015-09-28Implement in-structure GUI translation for python and problem editing screens.Aleš Smodiš
Hints are not yet covered.
2015-09-22enabled buttons in the navigation header (at least buttons on the left side ↵Robert Zorko
of the bar), renamed stateMachine to navigation