summaryrefslogtreecommitdiff
path: root/js/codeq/problem_list.js
AgeCommit message (Collapse)Author
2016-09-07Remove survey linkTimotej Lazar
2016-05-22Add support for per-problem initial codeTimotej Lazar
2016-04-25Add survey link for the Prolog hints experimentTimotej Lazar
… revert in two weeks.
2016-03-02Minor HTML and CSS cleanupsTimotej Lazar
2016-03-01Minor cleanups around the loadProblemData functionTimotej Lazar
2016-03-01problem_list: fix updating solved/attempted indicatorsTimotej Lazar
Indicators were only removed for attempted problems, leading to incorrect display if logging out and back in as a user with fewer attempts.
2016-02-28Problem list: allow multi-paragraph group descriptionsTimotej Lazar
2016-02-26Use a consistent naming style for DOM IDsTimotej Lazar
2016-02-25Add a screen to view own solutionsTimotej Lazar
2016-02-17Remove old commentsTimotej Lazar
2016-02-15Support resource templates in language/group/problem descriptionsTimotej 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-16merge with Ales fixesRobert Zorko
2015-12-16moved loading of problem data into the 'enter' of the python, robot and ↵Robert Zorko
prolog states
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-11-19Use preventDefault instead of return false for link eventsTimotej Lazar
2015-11-18Add support for tabkey and accesskey navigationTimotej Lazar
2015-10-19Show attempted/solved status in problem listTimotej Lazar
2015-10-16Improve (hopefully) the problem list screenTimotej Lazar
2015-10-08Adapted to the reworked session handling on the server. Bugfixed the lang ↵Aleš Smodiš
setting handling.
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.