16823 Commits

Author SHA1 Message Date
d7093803f5 It is now possible (with modern browsers) to attach multiple files to forum posts. How-to depends on browser. 2015-02-24 14:12:19 +01:00
4cce8c6927 Added confirmation dialog when toggling notification settings. 2015-02-24 13:57:25 +01:00
527647ab37 Added the users own profile image to the basic profile page so they can see it while editing. 2015-02-24 13:53:22 +01:00
df23fda4cb Bootstrapped HTML. 2015-02-24 13:48:05 +01:00
b19cb9ef62 Reshuffled the permissions for the Users part of the admin interface. Admin role can now edit local users and give/remove all roles that their own roles are authorized for. 2015-02-24 13:27:12 +01:00
47e6ff5dd3 Added confirmation dialog when giving/removing roles. 2015-02-24 13:17:20 +01:00
6a15850939 It is now possible to add projects to your group where you are only co-supervisor. 2015-02-24 12:54:50 +01:00
golrokh
e508fb922b Implemented showing Idea detail in a new page not in a popup 2015-02-24 11:06:30 +01:00
golrokh
7fb33bc658 Merge remote-tracking branch 'origin/develop' into develop 2015-02-24 11:01:59 +01:00
golrokh
fdab5fc760 Implemented showing Idea detail in a new page not in a popup 2015-02-24 11:01:48 +01:00
704d426938 Added breadcrumbs for rough draft and final seminar approvals. 2015-02-24 10:28:14 +01:00
25f3e8cd94 Tiny HTML changes. 2015-02-24 10:28:14 +01:00
golrokh
b5ff16c64c Removed the links for popup in activities 2015-02-24 08:35:37 +01:00
f464b4d0b2 Breadcrumbs for preliminary grading reports, final grading reports and interact with supervisors. 2015-02-23 15:55:51 +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
d1cb25a7ab Merge remote-tracking branch 'origin/develop' into develop 2015-02-23 15:07:06 +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
cfb5bd744f Merge remote-tracking branch 'origin/develop' into develop 2015-02-23 15:01:39 +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
golrokh
a11156b648 Moved the idea download link up 2015-02-23 14:59:35 +01:00
golrokh
587b214565 In Activity plan, show description for activities if there is any 2015-02-23 14:45: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
eaeb11a140 Updated the notification settings to use Bootstrap tabs rather than Wickets AjaxTabbedPanel. 2015-02-23 09:30:42 +01:00
c5bbb2a06d [2644] Changed text "Seminar notifications" to "Final seminar notifications" 2015-02-23 09:29:58 +01:00
d1d9ebc79c [2649] Latest group on top 2015-02-23 09:22:07 +01:00
f4146015a9 Added logging when changing roles. 2015-02-23 09:16:08 +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
435ab45fc2 Fixed condition coverage. 2015-02-20 22:41:23 +01:00
Andreas Svanberg
6211e9cf3a Removed unused private fields. 2015-02-20 22:35:03 +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
7d6acf1a67 Fixed usage of toString for display purposes. release-80 2015-02-20 12:30:58 +01:00
e189acac60 Fixed usage of toString for display purposes. 2015-02-20 12:27:03 +01:00
38ac0dc286 Fixed drop downs for iPad. 2015-02-20 11:06:35 +01:00
a7900373ec Fixed looking up users by username from Daisy. release-79 2015-02-20 10:41:05 +01:00
d93d332767 Changed description of project completed notification. 2015-02-20 09:32:42 +01:00
83d2dbb90d Added some space for final thesis. 2015-02-20 08:30:44 +01:00
06f38bbeb0 Switched from repository to service. release-78 2015-02-19 14:59:24 +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
a40b05d44b Changed so that requested and deadline for reviewers final grading reports only include date and not time. 2015-02-19 10:09:51 +01:00