17188 Commits

Author SHA1 Message Date
45c7797e7b Added the mapping from the event to the panel 2013-01-09 17:07:52 +01:00
4d3e71ef48 Notification details panel for Idea events 2013-01-09 17:05:53 +01:00
67b46b1e4a A reusable UserLabel component so that the User entity no longer has to include wicket code in its getDisplayComponent() method.
Has a helper method instead of a constructor for roles because generics
2013-01-09 16:42:27 +01:00
4f707415a5 Notification for partner_added when students submits ideas with a co-author
Slight refactoring of NewIdeaServiceImpl and a test for it
Helper class for testing to make it easier to simulate persistence behaviour
Utility class to enable better NotificationSource creation when dealing with not yet persisted entities.
2013-01-09 15:29:18 +01:00
a48c89c6ee Removed check for NOTIFY_SELF in notification controller since it has no idea who the current user is 2013-01-09 15:01:30 +01:00
b329682949 Merge branch 'notifications' into develop 2013-01-09 11:11:47 +01:00
579290f115 Notifications sent out for forum post comments.
The actual post/comment string is now available for the associated notifications
2013-01-09 11:00:15 +01:00
9be80e6ae3 The comment string is now available for review_comment notifications 2013-01-09 10:58:17 +01:00
a7ec4134f1 No mails will ever be sent unless the system is run from the PROD profile 2013-01-09 10:56:37 +01:00
ee342158d4 notification for peer request accepted 2013-01-09 09:25:51 +01:00
Emil Siverhall
376a39f90c Merge branch 'adminMatchCSS' into develop 2013-01-09 09:19:15 +01:00
Emil Siverhall
ee59e64d7a restructuring to admin-match-supervisor idea details dialog to look good with new css 2013-01-09 09:18:59 +01:00
Emil Siverhall
d0d71e51ea new panel for first meeting info from the authors view 2013-01-09 09:18:57 +01:00
fred-fri
f1a92dca81 added research area import when importing single users through gui interface. also rearranged some stuff which violated DRY 2013-01-09 13:12:26 +09:00
Jona Ekenberg
6554e7b061 changed every Dialog to DialogPlus 2013-01-09 01:12:33 +01:00
fbd54fcb3c added peer requester as a possible recipient to peer events
re-added deleted review aborted notification
refactored abortreviewpanel and created a test
2013-01-08 17:23:04 +01:00
029a5ba020 added /classes/ to ignore 2013-01-08 16:24:38 +01:00
Emil Siverhall
d09ef0af0d Merge branch 'cssFixes' into develop 2013-01-08 10:47:35 +01:00
Emil Siverhall
913bd70793 some dialog width changes and css changes to make accept dialog look proper 2013-01-08 10:46:55 +01:00
fred-fri
25070686a3 removed duplicates from mail lists 2013-01-08 18:41:41 +09:00
Emil Siverhall
f705399515 less space between create and select buttons on project idea start page 2013-01-08 10:14:39 +01:00
fred-fri
11691f09ec minor fix of header 2013-01-08 14:18:01 +09:00
fred-fri
6255bcf35c removed mail section of turnitin worker, now we just seterror and thats it 2013-01-08 12:12:01 +09:00
fred-fri
0fef8dafc1 some cleanup, removal of iserror check on turnitin worker so we can print errors and contact turnitin about it 2013-01-08 12:01:42 +09:00
fred-fri
7b6a129931 blabla 2013-01-08 11:36:15 +09:00
Emil Siverhall
4834aec9c0 minor style changes to idea start pages 2013-01-07 21:09:52 +01:00
Emil Siverhall
878ee1774a Merge branch 'authorDialogStyling' into develop 2013-01-07 20:41:01 +01:00
Emil Siverhall
6629eb11b2 restructuring of complete idea dialog panel 2013-01-07 20:40:43 +01:00
Emil Siverhall
03d71f14ea added row-fluid to some feedback panels 2013-01-07 20:40:41 +01:00
Emil Siverhall
c8df5894cf added some new css for feedback panels 2013-01-07 20:40:39 +01:00
Emil Siverhall
6206db3066 logo supposed to be added through css file but wasnt visible. changed to correct target folder to make it work 2013-01-07 20:40:37 +01:00
Emil Siverhall
de3e8dbb2b author watson completion dialog style changes 2013-01-07 20:40:34 +01:00
Niklas
b9c90083f2 Deleted excess entity Pending as well as springdata classes depended on it,
Updated current.sql.
2013-01-07 10:11:03 +01:00
14179fa6de Added missing semicolons 2013-01-07 09:34:08 +01:00
4eb1ed9771 Merge branch 'notifications' into develop 2013-01-07 09:22:24 +01:00
9702e6f759 Prepared for idea notifications 2013-01-07 09:21:57 +01:00
ce7588414e Cleaned up old code 2013-01-07 09:06:44 +01:00
ee8dc4b76d NotificationControllerImpl is no longer dependent on internal NotificationEvent data to figure out recipients for events 2013-01-07 09:00:23 +01:00
5a83e34526 Removed ' that caused formatting expression to not be evaluated 2013-01-04 17:07:42 +01:00
17f8c2fa98 Merge branch 'notifications' into develop 2013-01-04 17:02:06 +01:00
4d21723aad Source added to a few project related notifications to make it easier to determine what happened 2013-01-04 16:43:20 +01:00
4c607756b1 Tests updated with the new mail formatter 2013-01-04 16:36:18 +01:00
7f488b6d3a Formatters for seminars and peer events 2013-01-04 16:35:27 +01:00
ded0368191 Single mails now have the correct subject 2013-01-04 15:34:08 +01:00
9ebef3734b Mail formatting is now handled by a separate service class. The format for subject/title and body defaults to what is used on the web but can be overridden in the MailFormatter property file 2013-01-04 15:28:39 +01:00
4e6a180757 Cleaning up in the properties file 2013-01-04 13:44:51 +01:00
375d466505 Properties file no longer depend on wicket smart attribute resolver 2013-01-04 13:37:40 +01:00
Emil Siverhall
b225afa9b1 Merge branch 'ideaDetailsAdjustments' into develop 2013-01-04 11:36:39 +01:00
Emil Siverhall
01a4bc1327 readded Scipro-logo that seems to have disappeared 2013-01-04 11:36:22 +01:00
Emil Siverhall
ea69b3aa25 added Idea title: text to dialog title bar 2013-01-04 11:34:16 +01:00