fred-fri
|
87e34df0c9
|
thread wrong class
|
2014-07-11 18:29:45 +09:00 |
|
|
476e4c9da1
|
Popup when auto-saving fails.
|
2014-07-11 11:29:41 +02:00 |
|
fred-fri
|
464a974025
|
pageparameterkeys doesnt need to contain forumthread (ftid), groupthread (gtid) and thread (tid), thread (tid) is enough
|
2014-07-11 18:19:18 +09:00 |
|
fred-fri
|
5956b94c60
|
Merge remote-tracking branch 'private/threadurl' into develop
Conflicts:
view/src/main/java/se/su/dsv/scipro/forum/panels/threaded/ForumThreadOverviewPanel.java
|
2014-07-11 18:17:39 +09:00 |
|
fred-fri
|
e39f6f7db5
|
pageparameterkeys doesnt need to contain forumthread (ftid), groupthread (gtid) and thread (tid), thread (tid) is enough
|
2014-07-11 17:59:15 +09:00 |
|
|
62ad9df8bd
|
Minor style changes.
|
2014-07-11 10:53:30 +02:00 |
|
|
f7a3ff4868
|
Refactored old forum to use the new (and improved?) components from the group forum.
|
2014-07-11 10:50:10 +02:00 |
|
|
df08e4a456
|
Refactored old forum to use the new (and improved?) components from the group forum.
|
2014-07-11 10:46:13 +02:00 |
|
|
1b49198815
|
Moved "Mark all read" link up to the page.
|
2014-07-11 10:32:57 +02:00 |
|
|
2dd59f371a
|
Moved create link to their respective overview pages instead of overriding a getPage() method.
|
2014-07-11 10:15:52 +02:00 |
|
|
1cd5213093
|
Removed unused parameters.
|
2014-07-11 09:50:19 +02:00 |
|
fred-fri
|
b5729b2b85
|
pageparameterkeys doesnt need to contain forumthread (ftid), groupthread (gtid) and thread (tid), thread (tid) is enough
|
2014-07-11 16:29:26 +09:00 |
|
fred-fri
|
9dd50a1e97
|
Merge branch 'bookmarkableurls' into develop
|
2014-07-11 16:15:39 +09:00 |
|
fred-fri
|
2dc8f74898
|
css fix
|
2014-07-11 15:53:45 +09:00 |
|
fred-fri
|
70d36ac2b5
|
fixing urls and corresponding notifications
|
2014-07-11 15:37:40 +09:00 |
|
fred-fri
|
62ad2277d6
|
group forum fixes
|
2014-07-11 10:24:29 +09:00 |
|
|
937e079438
|
Added view group thread page for supervisors.
|
2014-07-10 16:18:24 +02:00 |
|
|
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 |
|
|
2a983b598d
|
Fixed test.
|
2014-07-09 17:00:09 +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 |
|