nikos dimitrakas
21ad4b6e57
2210: Lade till favicon.
2021-03-31 11:15:52 +02:00
ea3eedca57
2200 IndexOutOfBoundsException in forum
...
Wicket ListView is index based which means when the user tries to download a file it is the first attachment of the second post for example. Due to the forum being in newest first order, if another user posts in the forum while the first user is looking at it the second post in now the third post. The download link, however, still points to the second post which has no attachments causing the error. The change keeps the list in the oldest first order so the second post will always be the second post since new posts gets added last. Then CSS is applied to reverse the rendering order to maintain the current newest first look.
2021-03-26 15:45:29 +01:00
7a6749d4fc
26/62
2021-03-26 00:25:43 +01:00
f8a822385e
2195 Save file before saving peer request
2021-03-24 00:21:26 +01:00
7f915b42b2
2195 Make database schema match JPA definition
...
optional=false made Hibernate do an inner join which meant peer request without a file did not get found. Missing file is most likely due to botched Tomcat 9 upgrade.
2021-03-24 00:15:38 +01:00
6c55fb45d8
2203 Do not allow admins to create/edit projects
release-212
2021-03-23 20:27:03 +01:00
b17bfa0a72
2203 Do not allow admins to create/edit projects
2021-03-23 20:18:11 +01:00
cd27de1559
Fix deprecated warning
2021-03-16 16:30:05 +01:00
a24c098368
24/62
release-211
2021-03-16 16:17:24 +01:00
d5556a853f
2193 Don't log entire stack trace
2021-03-16 15:45:31 +01:00
501d296aa5
Attempt to fix broken log file format.
...
Switches to logging via java.util.logging instead of writing to System.out
2021-03-14 20:59:56 +01:00
5cda4a4124
2061 Merge duplicated users
release-210
2021-03-13 22:15:08 +01:00
1cbc609388
2061 Speed up Daisy sync (about 15x)
2021-03-12 14:59:31 +01:00
7cfe5c69ca
Fix error handling from grading service
2021-03-11 12:33:57 +01:00
bbbe2a8252
Prepare for HTTP status code changes
2021-03-08 22:53:24 +01:00
f92544d4a7
Simplified result representation
release-209
2021-03-06 15:46:21 +01:00
b0aea7d3dc
Merge remote-tracking branch 'origin/develop' into develop
2021-03-04 09:11:37 +01:00
1814153f2c
2175 Send notification to authors when idea gets deleted
2021-03-04 01:01:59 +01:00
06e4b5a3b1
Fix Flyaway
2021-03-02 12:10:27 +01:00
87e22d716f
Fix so jobs are run on the proper threads
release-208
2021-03-02 10:47:07 +01:00
e12d0e9963
Use faster concatenation of usernames
2021-03-02 02:48:45 +01:00
a6b8d61c63
Trace the whole import user transaction to try and pinpoint the slow points
release-207
2021-03-02 02:13:47 +01:00
41b9a59297
Speed up Daisy batch jobs
...
Make use of the session cookie from Daisy API so slow reauthentication isn't required on every single request
release-206
2021-03-01 23:25:43 +01:00
a631f98a8d
2174 Prevent multiple ideas leading to one project
2021-02-25 15:46:33 +01:00
a37ed701f9
2171 TR
2021-02-25 12:20:17 +01:00
656409822b
2180 Fix warning in log
2021-02-24 22:54:35 +01:00
b69cc295f7
2182 Fix log warning
2021-02-24 22:49:45 +01:00
84593a5a8c
21/62
2021-02-24 22:47:38 +01:00
0f8a8780bd
2171 Send titles to Daisy when reporting grade
2021-02-24 21:12:15 +01:00
4252ab9688
Make system notice easier to read
release-205
2021-02-23 22:00:47 +01:00
dc4cb86aec
Refactor to improve performance
...
Before the examinations were looked up twice
2021-02-23 21:29:25 +01:00
04e07c51ea
2171 Handle title missing when reporting grade
2021-02-23 20:01:28 +01:00
9a084890b6
Fix typo in error message.
2021-02-23 13:07:25 +01:00
e17785214d
2172 Only keep active research areas
2021-02-21 16:24:55 +01:00
c1deadf288
2172 Remove old supervisor research area relationships
2021-02-19 13:24:52 +01:00
5601bd4e2b
1707 Improved notification text for student encouraging them to fill out the survey
2021-02-19 11:52:39 +01:00
225caa0dd6
2116 Confirmation when deleting idea
release-204
2021-02-17 17:14:49 +01:00
20207aabb3
1707 Separate the questions on the survey better
2021-02-17 17:12:33 +01:00
1be478d044
2116 Fix notification link for the removed partner
2021-02-17 16:52:21 +01:00
5ea2ecb112
2118 Fix too wide row
2021-02-17 15:32:03 +01:00
c64d34ae85
Sync over the english research area names
2021-02-16 15:26:38 +01:00
c809a2ff42
2118 E-mail address configurable
2021-02-16 15:25:28 +01:00
4af3dfdd38
Fix double date picker icons
2021-02-16 14:41:32 +01:00
2a8846323f
2055 mail all exceptions to scipro-admin@dsv.su.se
2021-02-16 14:35:18 +01:00
df7a8cdc83
Revert "2055 No longer mail exceptions to JIRA"
...
This reverts commit 97575581
2021-02-16 14:33:15 +01:00
7ab9d7d65f
Merge remote-tracking branch 'origin/develop' into develop
2021-02-16 12:33:58 +01:00
cbe1e6db7f
2125 TR Small improvement
2021-02-16 12:31:29 +01:00
9b92e7841e
1976 Send expected end date to Daisy
2021-02-16 12:27:29 +01:00
8fa9c61604
1976 Supervisors can change expected end date
2021-02-16 12:21:36 +01:00
d0b2e04224
1976 show expected end date
2021-02-16 12:12:03 +01:00