Skip to content

v1.17.0

Compare
Choose a tag to compare
@krulis-martin krulis-martin released this 23 May 20:03
· 537 commits to master since this release

Changelog

  • Implementing first version of system messages (and corresponding admin page).
  • Switch to 24h format for all Datetime form fields (all locales).
  • Assignment results page redesigned.
  • Best solutions marked at assignment results page.
  • New admin's dialog for creating users (manually).
  • Fixing bugs, improving ux.

Commits

f7cefb6 Correctly reset new/edit system message form.
0efbc9b Hacking ACE Editor to hide cursor in read-only mode.
eac725d Improvement of comment text area resizing.
bc307ae Switch to 24h format for all Datetime form fields (all locales).
40c749b Final polishing.
5bff6fa Fixing issue with locale switching.
dea6ae3 System messages loading fixed.
c8b8043 Improving appearance of system messages. (Fontawesome upgrade required)
c6b8c77 Fixing bugs, minor ux issues, refactoring, cleanups, and removing ugly hacks.
b8ae00c Localization
f575b2b Filter old messages & fixes
61fc9f0 System messages showed to users
4f7d45e Finish editing and listing system messages
4619ed4 System messages global edit page
d055c69 Final polishing.
26d4fb8 Fixing tests.
4fb72ea Adding accept action buttons to assignment solutions overview.
cdb9459 Adding filter for best solutions only to the assignment solutions page.
8fe325c Best solutions are now distinguished by different icon in the assignment solutions table.
55a4ed7 Action buttons added to new assignment solutions table.
8e2f592 New solutions table view implemented for Assignment status page. Checkbox toggles between original view and new table view.
ee30fe9 Dialog form for creating users added. Dialog is triggered by a button on Users page, visible only to superadmin.
88fc8a7 Making sure that tests in result tables are displayed ordered by their names.
a1cc331 Making sure test names are trimmed in config form before sending them to API.