v2.11.1
Changelog
- Adding edit dialog for the description of reference solutions
- Implementing alternative view of output (judge) logs (modal window)
- Showing relative time always in numeric, avoiding misunderstandings with 'yesterday'
- Better error reporting for external authentication failures
- Fixing bugs and visibility issues related to ACLs.
- Refactoring, removing obsolete things, performance optimizations
Commits
a89e15d #! v2.11.1
e5dfe8b Showing relative time always in numeric, avoiding misunderstandings with 'yesterday'.
06868a7 Fixing obsolete multipart encoding in file-upload commit operation.
50181ef Adding edit dialog for description of reference solution. Optimizing related pages (redux selectors) to prevent unnecessary re-rendering.
fb5a903 Refactoring: merging ReferenceSolutionDetail into SolutionDetail (unification of regular and reference solutions).
30e0c75 Moving EvaluationTable component along with other solution-related components.
0c3d6cf Refactoring: merging ReferenceSolutionStatus into SolutionStatus component (unification of ref. and assignment solutions).
2ce7d09 Implementing alternative view of output (judge) logs -- in a modal window (which is much wider) for better readability.
b58199d Fixing bug in user switching.
dcb2160 Fixing leave button and links in archived groups for students.
7b3d09f Fixing visibility of link buttons in Archive group tree.
319d2ac Better error reporting for external authentication failures.