Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | hiding the meni dropdowns in the login screen | Robert Zorko | |
2015-10-13 | cleanup | Marko Pušnik | |
2015-10-13 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Marko Pušnik | |
Conflicts: index.html | |||
2015-10-13 | login, sinup and change password modals translations | Marko Pušnik | |
2015-10-13 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Robert Zorko | |
2015-10-13 | moved login from a popup to its own page and made some changes to the logout ↵ | Robert Zorko | |
button | |||
2015-10-13 | Update Prolog screen layout to match Python | Timotej Lazar | |
2015-10-13 | Simplify settings handling | Timotej Lazar | |
2015-10-13 | Remove codeq.getLang function | Timotej Lazar | |
2015-10-13 | Remove unused statusbar stuff | Timotej Lazar | |
2015-10-13 | Remove unused field for robot's IP | 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-12 | Fix: $.extend instead of $.merge settings object | Timotej Lazar | |
2015-10-12 | logout bugfix | Marko Pušnik | |
2015-10-12 | show basic user statistics on profile page | Marko Pušnik | |
2015-10-12 | profile page | Marko Pušnik | |
2015-10-12 | ResetPassword: form validation | Marko Pušnik | |
2015-10-12 | signUp: added name and email | Marko Pušnik | |
2015-10-10 | Console: do not add empty lines to history | Timotej Lazar | |
2015-10-10 | Console: scroll to bottom when editing input line | Timotej Lazar | |
2015-10-10 | Make backspace work with shift pressed | Timotej Lazar | |
2015-10-09 | Reduce opacity of not-newest hints | Timotej Lazar | |
2015-10-09 | Fix console cursor display in Chrome | Timotej Lazar | |
2015-10-09 | Fix setting the resources var in boot sequence | Timotej Lazar | |
2015-10-08 | Adapted to the reworked session handling on the server. Bugfixed the lang ↵ | Aleš Smodiš | |
setting handling. | |||
2015-10-07 | arnesaai modal draft | Marko Pušnik | |
2015-10-07 | logo (navbar-brend) | Marko Pušnik | |
2015-10-06 | wss | Marko Pušnik | |
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-06 | Fix: correctly check if blinkTimer is not null | Timotej Lazar | |
2015-10-06 | Refactor renderLine | Timotej Lazar | |
Hide the cursor when console is blurred. Do not change the color of character under cursor when cursor is in the unblinked phase. | |||
2015-10-05 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Marko Pušnik | |
2015-10-05 | sign up, reset password and profile pages + related comm messages | Marko Pušnik | |
2015-10-05 | Save current program in trace with each 'open' action | Timotej Lazar | |
So we can resynchronize if something goes wrong. | |||
2015-10-05 | Record all user activity in trace | Timotej Lazar | |
New generic actions: open(time), close plan hint(feedback), test(feedback) New Prolog actions: prolog_solve(query), prolog_next, prolog_end New Python actions: python_run(program), python_stop, python_input(text) New robot actions: robot_run(program), robot_stop(program) | |||
2015-10-05 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Marko Pušnik | |
2015-10-05 | handle phonegap native mobile app | Marko Pušnik | |
2015-10-05 | Remove some stale comments | Timotej Lazar | |
2015-10-05 | Remove lorem ipsums under language icons | Timotej Lazar | |
When/if we have some actual text, we can add that. | |||
2015-10-05 | Highlight only the border around newest hint | Timotej Lazar | |
2015-10-05 | Add some padding | Timotej Lazar | |
2015-10-05 | Update robot.js to use websockets (WIP) | Timotej Lazar | |
2015-10-05 | Oops, did not want to remove this yet | Timotej Lazar | |
2015-10-05 | Fix editor activity reporting | Timotej Lazar | |
2015-10-05 | Fix iteration order in codeq.codePointCount | Timotej Lazar | |
2015-10-05 | Move makeActivityHandler to core.js | Timotej Lazar | |
There were three identical copies for {prolog,python,robot}.js. | |||
2015-10-04 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Aleš Smodiš | |
2015-10-04 | Adapted to changes in codeq-server: load_problem and end_problem upon ↵ | Aleš Smodiš | |
entering and leaving the problem solving screen. |