blob: 4a07d050b90a567d138d8b71654f87e27bd51a62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
- see why begin/end transaction block SAVES into the table
- add web form for editing grading scheme
- remove sort action from student, droped and guest groups
- Sort columns properly: currently all columns are text so they are not sorted according their numerical values. This could be done by choosing proper column type (text or real) during creation and modification.
- semidone
- AddUser via web with proper GroupName selection
- DeleteUser via web
- ChangeUser via web
- When there are no results to show, user should see a message instead of the missing table
- check for Tcl >8.5 should fail more gracefully with some error message
Make sure that after new password set cookie is updated
Automatic reload after course info changed (better perform action before headers are printed)
|