6556 Commits

Author SHA1 Message Date
golrokh
6a82ba3a93 Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
	core/src/main/java/se/su/dsv/scipro/notifications/notifications.properties
2015-02-05 10:12:23 +01:00
295d815f80 [SCIPRO-26332] Fixed problem when trying to download a file with invalid id.
There was a reason PublicFileDescriptionService#findOne returned an Option and that was not so you could call #get on it.
2015-02-05 10:08:18 +01:00
62a725aeb3 Fixed test. 2015-02-04 10:28:02 +01:00
73d3916461 Made the tabs for the supervisors grading reports in the reviewers grading report view super-explicit. 2015-02-04 10:07:40 +01:00
675724ddd9 Added stupid title explaining what the "Interact with supervisor" is. 2015-02-04 10:04:30 +01:00
779bf391da Cleaning. 2015-02-04 09:56:22 +01:00
7e95f9ce4e Fixed problem when trying to update a user without changing email (it is not unique but it belongs to the current user.) 2015-02-04 09:54:40 +01:00
e1cb343cd1 Minor clean up. 2015-02-04 09:51:07 +01:00
a09a707465 Fixed test. 2015-02-04 09:47:51 +01:00
bfaa242c9c Changed the contents and title of the first meeting mail. 2015-02-04 09:37:23 +01:00
ee075edeeb Bleh stupid frameworks. 2015-02-04 09:32:13 +01:00
9f23850618 Removed title truncation for reviewers. 2015-02-04 09:20:13 +01:00
18859b4010 Merge branch 'develop' of ssh://git.dsv.su.se/git/scipro/scipro into develop 2015-02-03 17:45:22 +01:00
a419e010e1 Add supervisor comment to decision 2015-02-03 17:23:23 +01:00
golrokh
8552ab4e39 Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
	core/src/main/java/se/su/dsv/scipro/notifications/notifications.properties
2015-02-02 16:26:46 +01:00
golrokh
17885157ad Show idea modal when click on a idea-notification 2015-02-02 16:25:28 +01:00
f0d114b485 Improved the contents of the first meeting notification. Now includes date, room and description. (Bit of a hack to fit in three values). 2015-02-02 15:33:53 +01:00
76fd29d43f Made the supervisor description for first meeting show as a multi line label to preserve the formatting and not be a stupid wall of text. 2015-02-02 14:44:47 +01:00
b2db9db928 Changed "EXPORT_SUCCESS" notification to be project based and link to the overview. 2015-02-02 14:13:12 +01:00
ee37ff2321 Truncated title in the reviewers approval tabs (because we like empty space). 2015-02-02 10:25:56 +01:00
8e006880a8 Truncated title in the reviewers final grading report tab (because we like empty space). 2015-02-02 10:22:17 +01:00
golrokh
2b8d3bf059 the text fixed as janne said! 2015-02-02 09:50:04 +01:00
9e3670cc58 Fixed test after column reordering. 2015-01-30 16:13:34 +01:00
aada364c0b Changed link to bookmarkable from ajax. 2015-01-30 16:09:04 +01:00
e38153eb78 Changed columns in reviewers table for final grading reports. Now similar to the approvals; Title, Deadline, Authors, Supervisor. 2015-01-30 15:53:19 +01:00
1a9b0ff193 Changed title of profile dialogs to "Profile for <person>" from "Profile for user <person>". 2015-01-30 15:49:12 +01:00
9f2d5a722b Merge remote-tracking branch 'origin/develop' into develop 2015-01-30 15:06:37 +01:00
57b816aa47 Refactored so more parts of the system use the new MultipleUsersColumn. 2015-01-30 15:06:32 +01:00
b4eb6c086a Removed inferior duplicate version of display multiple users column. 2015-01-30 14:58:12 +01:00
bd7e3a8498 Improved method name. 2015-01-30 14:57:35 +01:00
golrokh
2083fa22af Merge remote-tracking branch 'origin/develop' into develop 2015-01-30 14:57:19 +01:00
golrokh
1c6d8ec94c Changed the title of interact with supervisor and added an info panel for extra info 2015-01-30 14:57:14 +01:00
e1eba8eb12 Merge remote-tracking branch 'origin/develop' into develop 2015-01-30 14:56:20 +01:00
3c50cda848 Added columns to display authors and head supervisor to rough draft and final seminar approvals. 2015-01-30 14:56:16 +01:00
golrokh
d6a947a7fa Merge remote-tracking branch 'origin/develop' into develop 2015-01-30 14:41:45 +01:00
golrokh
229e353e77 Added confirmation message before delete an activity template 2015-01-30 14:41:40 +01:00
e937a5c567 Tightened the class constraints a bit. 2015-01-30 14:12:03 +01:00
6439bd2281 Merge remote-tracking branch 'origin/develop' into develop 2015-01-30 14:10:27 +01:00
7a0d9ba284 Added new activity action "final seminar thesis". 2015-01-30 14:10:22 +01:00
golrokh
a1bed485a5 Merge remote-tracking branch 'origin/develop' into develop 2015-01-30 14:04:35 +01:00
golrokh
10af8cdc2f Changed Activity's description to Nullable 2015-01-30 14:02:22 +01:00
65291e70b6 Added new activity action "final thesis". 2015-01-30 13:57:22 +01:00
2c0ff56fa8 Added test to make sure the activity plan panel can handle all types of actions. 2015-01-30 13:29:17 +01:00
0a1b400a5c Removed stupid test. 2015-01-30 12:37:46 +01:00
a9decef4d1 Migrated activity plan templates to support new actions. 2015-01-30 10:57:21 +01:00
bfec3d7a5a Removed old uploadRequired attribute. 2015-01-30 10:43:18 +01:00
ef98964cfa Migrated activity plan panel to handle the new actions. 2015-01-30 10:19:20 +01:00
2d797d133a [SCIPRO-26427] Fixed updating of checklist answers.
Also fixed a few stale models.
2015-01-23 12:44:55 +01:00
13dd441e45 [SCIPRO-26424] Fixed problem when trying to add opponents at the same time as creating the final seminar. 2015-01-20 11:32:18 +01:00
1df06ae81c Improved AddUsersPanel to not copy/replace the model and instead reflect changes in it. 2015-01-20 11:31:00 +01:00