17440 Commits

Author SHA1 Message Date
c788f9f6e9 authors now display the students name instead of the object reference 2012-12-18 10:26:41 +01:00
c767f1babe modified recipients for a peer review event 2012-12-18 10:24:28 +01:00
ab639464d8 added missing component so the page renders in DEV mode 2012-12-18 10:23:38 +01:00
fc3be4a3ba changed requester name from a object.toString() to the actual users real name 2012-12-18 10:23:07 +01:00
9b7a85c0ea removed old method for peer review comments 2012-12-17 16:29:36 +01:00
500275661d formatting properties for peer related notifications 2012-12-17 16:28:41 +01:00
9485d7a095 added notification for peer review comments 2012-12-17 16:25:09 +01:00
9005e17ac7 added notification for peer review completed 2012-12-17 16:19:19 +01:00
f7ad243c28 removed old dead code 2012-12-17 16:18:13 +01:00
bb4e41f4e7 refactored to reduce duplicate code 2012-12-17 16:17:06 +01:00
4d20ed7174 moved recipient bit enums to notificationdata and renamed asString to userString to better communicate what it does 2012-12-17 15:22:07 +01:00
099c07dbd8 removed old and dead code 2012-12-17 15:05:46 +01:00
6ed6a48cc5 new posts on the project forums now generate notifications 2012-12-17 14:50:50 +01:00
Maryam Ammouri
a4ad6027e5 scipro markup and css changes 2012-12-17 14:36:31 +01:00
Maryam Ammouri
9eb32bae24 innan deploy 2012-12-17 14:15:59 +01:00
3325afc94a Merge branch 'notifications' into develop 2012-12-17 14:13:59 +01:00
d9553962cf removed dead code from notificationcontroller 2012-12-17 14:12:00 +01:00
Arian Jafari
d3c2187d76 Merge branch 'externallogin' into develop 2012-12-17 14:08:33 +01:00
461f197db7 added simple compilation properties for formatting into properties file 2012-12-17 14:01:58 +01:00
7e398aea94 output is now logger.info instead of system.out 2012-12-17 13:56:46 +01:00
Arian Jafari
799d02fc55 Merge branch 'develop' of git.dsv.su.se:/git/scipro/scipro into externallogin
Conflicts:
	src/main/java/se/su/dsv/scipro/SciProSession.java
	src/main/java/se/su/dsv/scipro/data/dataobjects/User.java
	src/main/java/se/su/dsv/scipro/util/StringUtil.java
2012-12-17 12:49:06 +01:00
e567d27b43 gives some output from the worker as to what it did after running 2012-12-17 12:47:48 +01:00
11f440d8eb notification compilation worker and its associated test
runs 1/day at 15:00
2012-12-17 12:42:20 +01:00
20d24672bc made methods in abstractworker non-final since it prevented testing with mockito (cant stub final methods, need powermock or other bytecode testing framework) 2012-12-17 12:40:45 +01:00
5957efdb6b updated test to new class names in objectmother 2012-12-17 12:36:39 +01:00
bf3d6e5acf added method to fetch all unread notifications to the service class 2012-12-17 12:35:12 +01:00
c4db574c83 refactored method names to match those used by notificationData 2012-12-17 12:34:44 +01:00
Jona Ekenberg
1662d97c2b changed the wording in the filterpanel 2012-12-17 11:59:23 +01:00
Arian Jafari
2eb913dc99 Finalizing external login work. Separate page for external users can be found at /external 2012-12-17 11:29:45 +01:00
Jona Ekenberg
2e0e6d793b Merge branch 'makeSelectKeywordBeingAbleToBeBasedOnResearchArea' into develop 2012-12-17 11:22:54 +01:00
Jona Ekenberg
bb825a917a updated all pages with FilterKeywordsPanel 2012-12-14 15:29:14 +01:00
Jona Ekenberg
291cd9e9e0 it now works as intended, keywords chooseable are based on the research area selected 2012-12-14 15:25:10 +01:00
Jona Ekenberg
6382c4322b now redid some stuff and at least the clearing-part works when changing research area 2012-12-14 15:16:17 +01:00
Jona Ekenberg
d19df5abe3 now it became messed up again T_T 2012-12-14 15:11:24 +01:00
ec7b6e8ec5 mail events recipients do not play nice
now recipients get saved without flush and flush generates exceptions
its magic
2012-12-14 15:07:46 +01:00
ec804757e5 removed old history model 2012-12-14 14:48:44 +01:00
37dd790a0e better aligning of notification settings 2012-12-14 14:48:28 +01:00
376f00838a new sql tables 2012-12-14 14:48:13 +01:00
Jona Ekenberg
d818c9b221 FilterKeywordsPanel now has a clear-button 2012-12-14 14:38:41 +01:00
1c2c764347 new sql tables 2012-12-14 14:19:02 +01:00
fcffd98ad2 Merge branch 'notifications' into develop
Conflicts:
	src/main/java/se/su/dsv/scipro/supervisor/pages/SupervisorNewIdeaStartPage.java
2012-12-14 14:14:29 +01:00
Niklas
906e31e3ed Updated login parameters with LoginModule string. 2012-12-14 14:01:47 +01:00
7740a65d7b allow editing of newly created seminars 2012-12-14 13:38:48 +01:00
68ab93703f prevent deletion from causing NPE if panel stays open 2012-12-14 13:38:28 +01:00
a9562cea3b forced flush or recipients do not get saved 2012-12-14 13:38:05 +01:00
52a6aceb48 replaced the old seminar panel that does not send out notifications with a one that does 2012-12-14 13:02:46 +01:00
fe47da084c fixed a typo in a property name 2012-12-14 13:00:11 +01:00
12edde6c31 added head supervisor email 2012-12-14 12:12:13 +01:00
27c0858b62 added presentation/report language
improved visibility on components based on permissions and data availability
2012-12-14 12:05:05 +01:00
d0d2c5b34a added presentation/report language and generate notification sources with the help of utils class 2012-12-14 12:03:22 +01:00