|
63fca8657e
|
Made peer request deleted notification event based.
|
2014-12-19 10:27:14 +01:00 |
|
|
0e61024eaa
|
Removed unnecessary dependencies.
|
2014-12-19 10:15:55 +01:00 |
|
|
bc28922b6f
|
Removed sub-package to peer containing the two workers.
|
2014-12-18 15:27:00 +01:00 |
|
|
6d251b66fc
|
Fixed circular dependency between peer and workerthreads.
|
2014-12-18 13:04:08 +01:00 |
|
|
4dad62c797
|
Fixed circular dependency between forummail and workerthreads.
|
2014-12-18 12:40:40 +01:00 |
|
|
524e36b155
|
Removed unused test matchers for google.Optional.
|
2014-12-18 12:13:44 +01:00 |
|
|
952d6ef0cd
|
Removed unused import.
|
2014-12-18 12:11:21 +01:00 |
|
|
caa855f6c2
|
Removed unnecessary implicit conversion after FinalSeminarApprovalService got migrated.
|
2014-12-18 11:59:59 +01:00 |
|
|
a0ef8d5b7b
|
Migrated thesis reviews to scala.Option from google.Optional
|
2014-12-18 11:56:34 +01:00 |
|
|
3e69974f0f
|
Migrated report related functions to scala.Option from google.Optional
|
2014-12-18 11:39:14 +01:00 |
|
|
80b03d5c97
|
Migrated peer related functions to scala.Option from google.Optional
|
2014-12-18 10:59:59 +01:00 |
|
|
4c09e9908d
|
Migrated more parts of reviewer approvals to scala.Option from google.Optional
|
2014-12-17 16:29:27 +01:00 |
|
|
2e87840b70
|
Migrated some missing parts of reviewer approvals to scala.Option from google.Optional
|
2014-12-17 16:01:33 +01:00 |
|
|
c7bfd2bdf8
|
Migrated activity forum integration to scala.Option from google.Optional
|
2014-12-17 15:50:18 +01:00 |
|
|
a4d5eacd20
|
Migrated reviewer approvals to scala.Option from google.Optional
|
2014-12-17 15:46:52 +01:00 |
|
|
c942e2f3d2
|
Removed unused peer notification REVIEW_ABORTED.
|
2014-12-17 15:19:57 +01:00 |
|
|
d49ea8ed83
|
Removed unused idea notification SUPERVISOR_CHANGE.
|
2014-12-17 15:16:49 +01:00 |
|
|
b306ab39e4
|
Removed unused idea notification PARTNER_TIMEOUT.
|
2014-12-17 15:13:36 +01:00 |
|
|
eccf913543
|
Removed unused notification event configuration (was for editable descriptions).
|
2014-12-17 15:11:48 +01:00 |
|
|
dd02ff3970
|
Removed unused idea-related notification events.
|
2014-12-17 15:09:56 +01:00 |
|
|
8b44b533e2
|
Cleaned up some old configuration relating to the deleted Turnitin error notification.
|
2014-12-17 15:05:42 +01:00 |
|
|
dfd2826f6c
|
Removed unused seminar notification event.
|
2014-12-17 14:48:02 +01:00 |
|
|
3665427c0f
|
Removed unnecessary local variable.
|
2014-12-17 09:32:50 +01:00 |
|
|
fc581f1723
|
Used the proper method instead of the stupid one.
|
2014-12-12 11:23:57 +01:00 |
|
|
debd6adeab
|
Tested adding default activity plan when project gets started from an idea.
|
2014-12-12 11:21:26 +01:00 |
|
|
ff7e8c2479
|
This is the method that every consumer wants.
|
2014-12-12 10:58:27 +01:00 |
|
|
5d0ad7417b
|
Added mock implementations of EventBus and ActivityPlanFacade to the test match module.
|
2014-12-12 10:50:40 +01:00 |
|
|
5ca59d2828
|
Delomboked for Scala compatibility.
|
2014-12-12 10:40:29 +01:00 |
|
|
5914b61067
|
Removed dependency on match module from activity plan, the dependency should go the other way around.
|
2014-12-12 10:30:58 +01:00 |
|
golrokh
|
261914e85b
|
change the length of source in NotificationData to LONGTEXT
|
2014-12-10 10:55:19 +01:00 |
|
|
16dd1bc087
|
Deleted stupid crap.
|
2014-12-08 16:32:45 +01:00 |
|
|
15e7df0ef9
|
Fixed test.
|
2014-12-08 15:33:53 +01:00 |
|
|
f504398bd7
|
Stuff is immutable you know.
|
2014-12-08 14:14:22 +01:00 |
|
|
93a885e4d8
|
Fixed so that forum mails fetch the correct entity and redirects the user correctly.
|
2014-12-08 14:12:59 +01:00 |
|
|
7d41e5e7a9
|
Fixed SQL migration version conflict.
|
2014-12-08 13:20:12 +01:00 |
|
|
f142f87be6
|
Merge branch 'notification_cleaning_after_landing_page' into develop
Conflicts:
core/src/main/java/se/su/dsv/scipro/forum/GroupForumService.java
core/src/main/java/se/su/dsv/scipro/forum/GroupForumServiceImpl.java
core/src/main/java/se/su/dsv/scipro/forum/ProjectForumService.java
core/src/main/java/se/su/dsv/scipro/forum/ProjectForumServiceImpl.java
core/src/test/java/se/su/dsv/scipro/forum/ProjectForumServiceImplTest.java
view/src/main/java/se/su/dsv/scipro/finalthesis/RejectFinalThesisPanel.java
view/src/main/java/se/su/dsv/scipro/forum/ProjectForum.java
view/src/main/java/se/su/dsv/scipro/forum/panels/threaded/ProjectForumThread.java
view/src/main/java/se/su/dsv/scipro/forum/panels/unthreaded/CreateForumThreadPanel.java
view/src/main/java/se/su/dsv/scipro/forum/panels/unthreaded/GradingCreateForumThreadPanel.java
view/src/main/java/se/su/dsv/scipro/group/GroupForum.java
view/src/main/java/se/su/dsv/scipro/group/GroupForumThread.java
view/src/main/java/se/su/dsv/scipro/projectstate/ProjectStatePanel.java
view/src/test/java/se/su/dsv/scipro/finalthesis/ApproveFinalThesisPanelTest.java
view/src/test/java/se/su/dsv/scipro/forum/panels/threaded/SubmitForumReplyPanelTest.java
view/src/test/java/se/su/dsv/scipro/forum/panels/threaded/SubmitForumThreadPanelTest.java
|
2014-12-08 13:19:10 +01:00 |
|
|
e7bcaa90e4
|
Fixed version conflict in SQL migrations.
|
2014-12-08 13:06:55 +01:00 |
|
|
db0c5279b0
|
Merge remote-tracking branch 'origin/develop' into user_events
Conflicts:
view/src/main/java/se/su/dsv/scipro/forum/panels/threaded/ProjectForumThread.java
view/src/main/java/se/su/dsv/scipro/group/GroupForumThread.java
|
2014-12-08 13:06:35 +01:00 |
|
|
6839ebc3e8
|
Removed Membership interface.
|
2014-12-08 13:01:59 +01:00 |
|
fred-fri
|
f5d8b85f86
|
public file page
|
2014-12-05 10:05:18 +09:00 |
|
golrokh
|
3c324cfe4c
|
better code for showing number of unread supervisor interaction posts in reviewer page
|
2014-12-04 12:54:29 +01:00 |
|
golrokh
|
c957466292
|
1- Set ForumPosts read when user views the thread.
2- Added a badge with total number of unread interaction with posts on reviewPage
|
2014-12-03 14:46:12 +01:00 |
|
fred-fri
|
01c64a57f7
|
grade statistics
|
2014-12-02 19:11:57 +09:00 |
|
|
bdd87f098b
|
Merge branch 'develop' into notification_cleaning_after_landing_page
|
2014-12-01 15:33:09 +01:00 |
|
|
b8662f13d6
|
Reporting grade now saves the date it was reported and also who reported it.
|
2014-12-01 13:51:08 +01:00 |
|
|
b2042988f7
|
Suppressed error when deleting a FileDescription if the actual file data had already been deleted.
|
2014-11-28 15:11:09 +01:00 |
|
|
db64781ffe
|
Removed stupid "unused" presentation logic method from Idea and created appropriate and reusable IColumn and IModel implementations instead.
|
2014-11-28 10:30:49 +01:00 |
|
fred-fri
|
9c8e92375d
|
activity thread bug
|
2014-11-28 17:49:47 +09:00 |
|
|
52805e3125
|
Removed a bunch of unnecessary NotificationSource parameters.
|
2014-11-27 16:50:30 +01:00 |
|
|
8c3a6b6f00
|
Removed absolute URL from notifications, they now always use the landing page and it is generated when required.
|
2014-11-27 16:03:50 +01:00 |
|