17556 Commits

Author SHA1 Message Date
62d7023eff Merge branch 'notifications' into develop 2013-01-10 18:03:31 +01:00
8a4b22eb8b Notification settings are now toggleable to take up less real estate on the screen 2013-01-10 18:03:13 +01:00
cf1541e019 log4j now logs to a file as well /var/log/scipro/scipro.log to help debug external login 2013-01-10 17:23:48 +01:00
1d394d2038 Enabling both login modules again
Kerberos did not break even though the module was renamed
2013-01-10 16:43:15 +01:00
af34ed36f0 Turning off both login modules too try and narrow down the error 2013-01-10 16:13:01 +01:00
a3106e9792 PARTNER_ADDED events sent out for existing ideas as well 2013-01-10 12:33:46 +01:00
Emil Siverhall
44bee2dc12 Merge branch 'adminCSS' into develop 2013-01-10 09:18:38 +01:00
Emil Siverhall
4103a59b82 removed height limit on review template dialog in the peer portal 2013-01-10 09:18:21 +01:00
Emil Siverhall
096007fc8d minor alignment adjustment when displaying completed review 2013-01-10 09:18:18 +01:00
Emil Siverhall
c74910a4e8 peer request submission page now looks better with new css 2013-01-10 09:18:16 +01:00
Emil Siverhall
fd1dda8914 added some rounded corners to our info-box class 2013-01-10 09:18:14 +01:00
Emil Siverhall
d58bfea60c display question panel is now better styled with bootstrap css 2013-01-10 09:18:12 +01:00
Emil Siverhall
d02c80acf9 renamed misspelled applicable to match enum values already in the db 2013-01-10 09:18:09 +01:00
Emil Siverhall
3de9e07d1a new css on create new application period dialog 2013-01-10 09:18:07 +01:00
Emil Siverhall
edbe1a81ee better styling of the custom date time field component. now using bootstrap css for sizing 2013-01-10 09:18:05 +01:00
fred-fri
f2a78ff0aa fixed bug in visibilityallowed logic 2013-01-10 16:53:16 +09:00
fred-fri
dbf04f4e0a turned on lazy loading of projectfollowes to fix an exception 2013-01-10 15:42:32 +09:00
fred-fri
730b396e1d turned turnitin diagnostic on. this will result in failed calls to turnitin, but with more details. we need this to figure out why some reports in the production environment cannot be uploaded to turnitin 2013-01-10 11:34:34 +09:00
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