3972 Commits

Author SHA1 Message Date
1af23db49f Project types now have a flag to indicate whether the projects are reviewed or not.
Interact with reviewer tab is now shown/hidden based on the reviewed flag for the projects type.
2015-03-17 12:57:35 +01:00
f7271305d2 Include time in the date field for final seminar notifications. 2015-03-17 12:36:55 +01:00
9055542138 Added match responsible e-mail to units. 2015-03-17 11:18:33 +01:00
aa173ae484 I don't get why Wicket tries to toString everything all the time. 2015-03-05 17:05:19 +01:00
c6998a314b [SCIPRO-26819] Oh Hibernate... 2015-03-05 10:59:19 +01:00
4e83721923 Fixed error in notification compilation mail. 2015-03-02 13:04:44 +01:00
golrokh
dd2782205d Merge remote-tracking branch 'origin/develop' into AdminPeerStatistics 2015-02-27 11:03:19 +01:00
golrokh
44507e3c89 Made Status clickable and lead to List page in Admin PeerReview Statistic 2015-02-27 11:02:23 +01:00
golrokh
9ab30c5bb1 Added Statistic Area that shows number of peer reviews in total and also for every peerReviewStatus 2015-02-26 15:51:00 +01:00
d68d2bd3f4 Fixed cyclic dependency by making the notifications for expired peer requests event based. 2015-02-26 15:00:45 +01:00
9b407c2cd3 Fixed proper cascades for notification events to get rid of cyclic dependencies. 2015-02-26 14:55:20 +01:00
d7de4794ab Fixed a lot of cyclic dependencies. 2015-02-26 14:38:55 +01:00
da4f8bbc9f Adding a template as a plan and creating a template from a plan now uses work days rather than calendar days. 2015-02-26 10:27:32 +01:00
8e399008b5 Created a panel to preview an activity plan template. 2015-02-26 09:54:25 +01:00
d67285315c Fixed bug when calculating work days ahead. 2015-02-26 09:53:41 +01:00
golrokh
5c9b2ef1fa Made 'grading completeg' milestone as completed when supervisor set kursbetyg in daisy 2015-02-25 14:39:43 +01:00
6188cbda64 Fixed problem when Turnitin upload fails for the first time. 2015-02-24 14:40:21 +01:00
c643d593e0 Fixed migration script. 2015-02-23 15:54:18 +01:00
c287bebb94 Removed unused ForumPost field from GroupEvent and ProjectForumEvent 2015-02-23 15:20:01 +01:00
c4c77a0f12 Stupid IntelliJ converting to deprecated procedure syntax. 2015-02-23 15:12:24 +01:00
22d4921140 Fixed a bug from previous implementation of marking notifications read that caused the entire forum to be read when reading a single thread. 2015-02-23 15:06:57 +01:00
48f6ed982b Made it so reading a forum post now always mark the related notification(s) as read. 2015-02-23 15:01:34 +01:00
0e77a2d110 When reading a forum post an event goes out to indicate that a user just read a post. 2015-02-23 13:26:53 +01:00
4ef655133b Made (some) of the notification controllers method return the notifications they generated. 2015-02-23 13:10:10 +01:00
504e664c83 Fixed test. 2015-02-23 09:52:35 +01:00
56e1668637 Fixed filtering over for who receives forum mail (was reverse of the setting). 2015-02-23 08:16:53 +01:00
Andreas Svanberg
46d5751ff9 Removed unused method. 2015-02-20 21:57:19 +01:00
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