Andreas Svanberg
|
482d2d060b
|
Calculating unread posts now compose existing functions rather then re-implement the logic side-by-side.
|
2015-02-20 21:55:52 +01:00 |
|
Andreas Svanberg
|
ca73f3452e
|
Removed stupid Pageable parameter since it was never used for paging and always had the same sort. Now always fetches every post and sorting is done where it should be, in presentation layer.
|
2015-02-20 21:21:26 +01:00 |
|
Andreas Svanberg
|
e257f49d7f
|
Removed the un-threaded forum.
Victory at last!
Time for simplification.
|
2015-02-20 20:53:51 +01:00 |
|
Andreas Svanberg
|
59c64369d9
|
Removed the possibility to sort the forum messages, they are now always in descending order (newest on top).
|
2015-02-20 19:50:37 +01:00 |
|
|
53b5c1df97
|
Made it possible to re-arrange footer links.
|
2015-02-19 14:16:39 +01:00 |
|
|
4ad077cb25
|
Filtering by no roles now show all users without any role in the Admin / Users / Role interface.
|
2015-02-19 12:25:56 +01:00 |
|
|
42bddbd79a
|
add reminders for First meating
|
2015-02-19 11:03:02 +01:00 |
|
|
b688feef5d
|
All mails sent by SciPro now include a "Date" header so that all clients should hopefully show the same date when the message was received.
|
2015-02-19 10:53:10 +01:00 |
|
|
37d6ab4892
|
Added simple logging when creating/updating/deleting a local user.
|
2015-02-18 16:38:19 +01:00 |
|
|
aea7f3f528
|
Changed so that only active projects count for stuff to do for the reviewers.
|
2015-02-18 13:57:50 +01:00 |
|
|
80879bb114
|
Added business method for completing a project. Notifications are now sent when projects are completed.
|
2015-02-18 13:16:37 +01:00 |
|
|
4ac6113170
|
Fixed proper toString in Project. Keep an eye out in the system for weird stuff.
|
2015-02-18 10:32:31 +01:00 |
|
|
9e80ac613f
|
Fixed test.
|
2015-02-16 14:57:57 +01:00 |
|
|
f0fa51f91d
|
Merge remote-tracking branch 'origin/develop' into develop
|
2015-02-16 13:34:36 +01:00 |
|
|
7457b8f855
|
Peer review language statistics
|
2015-02-16 13:34:08 +01:00 |
|
|
aeeb91228e
|
Removed problematic dependency.
|
2015-02-16 10:50:36 +01:00 |
|
|
7112a003a5
|
Removed unused service.
|
2015-02-16 10:44:47 +01:00 |
|
|
d788cd5e32
|
Removed unused parameter.
|
2015-02-16 10:43:34 +01:00 |
|
|
217a94967e
|
Recreating objects for no reason is great...
|
2015-02-12 10:13:29 +01:00 |
|
golrokh
|
8e2bccd93d
|
Fixed extra ;
|
2015-02-12 10:09:41 +01:00 |
|
|
6bd4a1113f
|
Removed bad SQL UPDATE statements
|
2015-02-11 16:53:36 +01:00 |
|
|
99de93eb07
|
Sonar.
|
2015-02-11 16:43:28 +01:00 |
|
|
e27b63d19e
|
Add language to peer request part 1 fex test
|
2015-02-11 16:16:49 +01:00 |
|
|
8a1647ffe1
|
Merge remote-tracking branch 'origin/develop' into develop
|
2015-02-11 16:20:54 +01:00 |
|
|
feffc7287f
|
Made the final seminar activity's action "FINAL_SEMINAR".
|
2015-02-11 16:20:44 +01:00 |
|
|
fbd5c5bfc5
|
Tiny refactor.
|
2015-02-11 16:19:59 +01:00 |
|
|
5cce53fa3a
|
Hooked up the final seminar activity handler to react to moved seminars and also move the activity.
|
2015-02-11 16:10:06 +01:00 |
|
|
b53f1066ce
|
Implemented service method to move a final seminar with proper validation logic.
|
2015-02-11 15:40:01 +01:00 |
|
|
334d630ed7
|
Tiny refactor.
|
2015-02-11 15:37:36 +01:00 |
|
|
94e805f5e9
|
De-Lombok'd some stuff.
|
2015-02-11 15:35:20 +01:00 |
|
golrokh
|
d768015270
|
Fixed Sonar stuff
|
2015-02-11 15:07:34 +01:00 |
|
golrokh
|
a7f1a96580
|
Fixed Sonar stuff
|
2015-02-11 15:02:20 +01:00 |
|
|
cbbfd3f3fa
|
Add language to peer request part 1
|
2015-02-11 14:45:21 +01:00 |
|
|
11e90cd42f
|
Active participant can delete themselves
|
2015-02-10 12:35:04 +01:00 |
|
|
611dae548b
|
[SCIPRO-26527] Fixed problem with first meeting reminder worker if there are no first meetings in the database.
|
2015-02-09 13:11:36 +01:00 |
|
|
5679f2c240
|
[SCIPRO-26634] Changed peer request deleted event to peer request cancelled event and change so that it is only posted when the request is cancelled.
|
2015-02-09 12:41:49 +01:00 |
|
|
933f915f21
|
Changed "Final seminar created before" filter to a between filter in Admin / Statistics / FInal seminars.
|
2015-02-09 10:18:06 +01:00 |
|
golrokh
|
afcf2d21cd
|
Download Idea as a txt file
|
2015-02-06 12:06:51 +01:00 |
|
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 |
|
|
142ea100cb
|
Notification that a first meeting has not been booked at course start.
|
2015-02-04 16:14:59 +01:00 |
|
|
bfaa242c9c
|
Changed the contents and title of the first meeting mail.
|
2015-02-04 09:37:23 +01:00 |
|
|
22659c8736
|
Fixed version conflict with SQL migrations.
|
2015-02-04 09:33:54 +01:00 |
|
|
ee075edeeb
|
Bleh stupid frameworks.
|
2015-02-04 09:32:13 +01:00 |
|
|
b053626014
|
Ugh Lombok.
|
2015-02-04 09:23:17 +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 |
|
|
c50079af28
|
Worker to remind people about booking first meetings. 2 and 5 work days before the application period is set to start.
|
2015-02-03 17:38:34 +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 |
|
|
61584ba3e4
|
Fixed so the "additional message" gets saved for idea-based notifications.
|
2015-02-02 15:46:38 +01:00 |
|