15727 Commits

Author SHA1 Message Date
e1a87dc749 Fixed latest post (can't rely on the database fetching a list in any specific order when no ORDER BY specified). 2014-07-10 15:58:43 +02:00
c11ebe849c Fixed thread overview for students. 2014-07-10 15:39:04 +02:00
7a28e845cb Fixed Wicket XML namespace. 2014-07-10 15:30:27 +02:00
ac6427be0f Removed unused field. 2014-07-10 14:27:26 +02:00
30b2437431 Fixed some bad non-detachable models. 2014-07-10 13:17:52 +02:00
0cf392c0b4 Why have this stupid flag thing if it is only used in one place and only half the time in that one place? Gone.
See line (81/77) in PartnerAdditionPanel where it is not used.
2014-07-10 13:09:49 +02:00
bc4ec668d4 View/reply to a thread as a author. 2014-07-10 12:05:15 +02:00
c75eed301c Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
	view/src/main/java/se/su/dsv/scipro/util/PageParameterKeys.java
2014-07-10 10:39:18 +02:00
076009b670 Implemented creating group threads for authors. 2014-07-10 10:38:20 +02:00
2459a2df8f Removed unused method. 2014-07-10 10:37:51 +02:00
427ad6b01e Added Thread parameter to the onThreadCreated callback. 2014-07-10 10:37:23 +02:00
492507e6ce Sonar problems. 2014-07-10 10:32:32 +02:00
fred-fri
fde79ced3d supervisor can now view all threads (but not open) 2014-07-10 17:24:05 +09:00
fred-fri
d34859e824 Merge remote-tracking branch 'origin/develop' into develop 2014-07-10 16:50:54 +09:00
fred-fri
b4c21c2821 new basicforumservice which generifies project and group forum services 2014-07-10 16:50:41 +09:00
a45b55bd41 Link to create new thread page. 2014-07-10 09:23:55 +02:00
6a63c34d42 Moved isAuthorInGroup to isAuthor in Group class instead. 2014-07-10 09:13:28 +02:00
4fef68b8d6 Refactoring. 2014-07-10 09:07:14 +02:00
8bef32168c Minor test refactoring. 2014-07-10 08:50:05 +02:00
a2c980c3f5 Sonar issues. 2014-07-10 08:33:41 +02:00
8714182040 Fixed unchecked warning. 2014-07-10 08:31:40 +02:00
fred-fri
3c86dec27b test 2014-07-10 15:24:46 +09:00
fred-fri
f4823a509b supervisor can create group threads. notification methods use project events (this should probably change to new group events) and are not implemented. showing threads and posts is not implemented. 2014-07-10 15:22:13 +09:00
fred-fri
3d7c69ea94 adding back link to supervisor group create new thread page 2014-07-10 12:58:33 +09:00
fred-fri
4613f51823 clarifying gui for project modules (vs system modules) 2014-07-10 12:23:35 +09:00
b0055206d5 Made the wrapper implementation serializable so there is no problem with stateful Wicket. 2014-07-09 17:30:53 +02:00
418494b996 Hopefully improved flakey test by using the reference returned by save(E) instead of relying on an old reference being updated. (Yay side-effects) 2014-07-09 17:00:51 +02:00
2a983b598d Fixed test. 2014-07-09 17:00:09 +02:00
6647b80972 Fixed SQL migration name conflict after merge. 2014-07-09 16:53:26 +02:00
592fa3ddd4 Merge branch 'group_forum' into develop
Conflicts:
	core/src/test/java/se/su/dsv/scipro/forum/ProjectForumServiceImplTest.java
	view/src/main/java/se/su/dsv/scipro/forum/pages/SupervisorForumBasePage.java
	view/src/main/java/se/su/dsv/scipro/forum/pages/threaded/ProjectCreateForumThreadPage.java
	view/src/main/java/se/su/dsv/scipro/forum/pages/threaded/SupervisorCreateForumThreadPage.java
	view/src/main/java/se/su/dsv/scipro/projectstate/ProjectStatePanel.java
2014-07-09 16:50:53 +02:00
8fc9be2a05 RejectFinalThesisPanel does not belong in the forum package. 2014-07-09 15:56:54 +02:00
bb82cf82c5 Organizing forum pages/panels in threaded/un-threaded so there is some sanity to the madness. 2014-07-09 15:55:15 +02:00
c63e3e3eb5 Organizing forum pages/panels in threaded/un-threaded so there is some sanity to the madness. 2014-07-09 15:35:29 +02:00
f876740203 Formatting. 2014-07-09 15:13:26 +02:00
9bed9af96b Organizing forum pages/panels in threaded/un-threaded so there is some sanity to the madness. 2014-07-09 14:59:56 +02:00
8755343dcf Organizing forum pages/panels in threaded/un-threaded so there is some sanity to the madness. 2014-07-09 14:45:48 +02:00
71bdddfe6d Organizing forum pages/panels in threaded/un-threaded so there is some sanity to the madness. 2014-07-09 14:44:02 +02:00
00b3b72ce0 Organizing forum pages/panels in threaded/un-threaded so there is some sanity to the madness. 2014-07-09 14:41:40 +02:00
a163f2300c Organizing forum pages/panels in threaded/un-threaded so there is some sanity to the madness. 2014-07-09 14:40:01 +02:00
5cea5b9903 Refactored out problematic reference to Project in ViewForumThreadPanel. 2014-07-09 14:29:11 +02:00
26d0e72de7 Made it compile. 2014-07-09 11:17:53 +02:00
49d4ddccb1 Renamed FinalSeminarApprovalDecisionPage to ReviewerApprovalDecisionPage. 2014-07-09 10:44:06 +02:00
31b6ee4287 Removed role from forum post panel. 2014-07-09 10:35:33 +02:00
33245272e1 Merge remote-tracking branch 'origin/develop' into develop 2014-07-09 10:12:55 +02:00
fred-fri
bec32e562e removing last modified from group details panel 2014-07-09 17:11:58 +09:00
fred-fri
3151adf4dc bug fix 2014-07-09 17:10:45 +09:00
fred-fri
263c1befe1 gui for system modules 2014-07-09 16:47:51 +09:00
fred-fri
6562843909 sql improvements 2014-07-09 16:41:38 +09:00
fred-fri
b1af5ccea4 renaming modules 2014-07-09 16:30:53 +09:00
fred-fri
66080c9fd6 test fix 2014-07-09 15:35:03 +09:00