3962 Commits

Author SHA1 Message Date
a9e386be4e Switched from field to constructor injection. 2014-08-28 09:13:15 +02:00
79fecaeaf3 Switched from field to constructor injection. 2014-08-28 09:12:19 +02:00
c7060660d0 Switched from field to constructor injection. 2014-08-28 09:10:49 +02:00
a1bef9a39d Switched from field to constructor injection. 2014-08-28 09:09:20 +02:00
87b83764c1 Cleaned up FinalSeminarServiceImpl and its mock test. 2014-08-28 08:52:29 +02:00
fred-fri
1edfc098b3 Merge branch 'develop2' into develop 2014-08-28 11:50:00 +09:00
fred-fri
75146bb821 added count of projects that didnt complete both milestones, cleanup 2014-08-28 11:49:03 +09:00
fred-fri
87118eecc5 added count, cleanup 2014-08-28 11:14:09 +09:00
fred-fri
ed0daaa9d2 extensive cleanup 2014-08-28 10:35:39 +09:00
34c28d624d Switched to constructor injection and cleaned up test. 2014-08-27 17:24:19 +02:00
652dcfacd1 Removed unused dependencies. 2014-08-27 17:22:49 +02:00
fd37aeba98 Removed duplicate binding and reduced visibility. 2014-08-27 17:20:55 +02:00
882b26b288 Switched IdeaServiceImpl to constructor injection 2014-08-27 17:20:14 +02:00
9c483a3bd9 Visibility reductions. 2014-08-27 17:16:20 +02:00
21f7de6911 Moved binding for TargetService into MatchModule. 2014-08-27 17:11:06 +02:00
55764204ac Merged applicationperiod package into match. 2014-08-27 17:08:31 +02:00
f4e61cdb68 Nice workaround for shitty SQL generation. 2014-08-27 14:37:38 +02:00
6e888823b4 Made test class abstract (go Maven!) 2014-08-27 13:42:47 +02:00
3ad0073e5d Merge remote-tracking branch 'origin/develop' into develop 2014-08-27 13:34:29 +02:00
c7da4ee31e Unmet target statistics is now available under Admin / Statistics 2014-08-27 13:34:22 +02:00
fred-fri
4288ad934a median works, time to clean up 2014-08-27 20:15:07 +09:00
fred-fri
853e1879b1 working on median page 2014-08-27 18:21:35 +09:00
fred-fri
dbb583d06e Merge branch 'develop' into develop2 2014-08-27 18:06:12 +09:00
fred-fri
bb0e12e430 working on page 2014-08-27 11:43:05 +09:00
fred-fri
a426d930d1 working on page 2014-08-27 11:32:42 +09:00
fred-fri
48bba16a7c querydsl queries yay 2014-08-27 08:47:22 +09:00
c1c1badb2e Removed notification when resetting password. 2014-08-26 15:42:05 +02:00
fred-fri
3b3d6145a0 cant get querydsl queries to work no matter what, sticking with this in the meantime 2014-08-26 12:23:19 +09:00
49596b9744 Fixed creating final seminar when there is no activity plan saved to the database for the project. 2014-08-25 15:19:44 +02:00
eca125bf48 Users do not appear multiple times in a threads members. 2014-08-25 10:59:50 +02:00
5072589cc8 Added missing @Transactional 2014-08-25 10:58:40 +02:00
fred-fri
4afd9021e9 making forummail come from account 2014-08-22 08:12:25 +09:00
fred-fri
ddea3f3422 fixed target bug 2014-08-21 15:27:19 +09:00
fred-fri
72e1abd8b6 Merge branch 'develop' of ssh://git.dsv.su.se/git/scipro/scipro into develop 2014-08-21 13:16:24 +09:00
fred-fri
f91e97ae53 this is so beautiful 2014-08-21 13:15:43 +09:00
122f2c4eb6 Sonar 2014-08-20 15:50:42 +02:00
ae7472722b Moved MailEvent, MailEventService(Impl) to the mail package. 2014-08-20 15:39:33 +02:00
cd73a09355 Fixed some missing dependencies in the ForumMailModuleTest 2014-08-20 15:24:56 +02:00
24dd87bff0 Fixed unchecked warning. 2014-08-20 14:50:39 +02:00
86cc6aaf25 Made forum mail a plugin. 2014-08-20 14:44:26 +02:00
86e6e7d370 Basic plugin system. 2014-08-20 14:42:27 +02:00
0e49677b73 Scheduling a worker now returns a Job that can be used to cancel the worker. 2014-08-20 12:35:53 +02:00
fred-fri
a1590b8a9d notes 2014-08-20 13:16:38 +09:00
e7b0ebc53b Changed unknown content type to foo/bar since multipart/* is not unknown in the test case. 2014-08-19 13:48:12 +02:00
4f4597019d Changed content parser to handle any multipart content correctly instead of only multipart/alternative 2014-08-19 13:23:45 +02:00
897f23dad7 Separated reply e-mail and account name. 2014-08-19 11:21:17 +02:00
09a370fce1 Renamed some forum mail settings. 2014-08-19 11:13:56 +02:00
f2707baa6c Now that firstName, lastName and emailAddress are non-null (or should be... JPA...) the compareTo method can be simplified. 2014-08-19 10:58:13 +02:00
9dfca93a4c Name conflict. 2014-08-19 10:46:35 +02:00
72568b9a76 Made firstName, lastName, emailAddress not null in User.
I hate whoever invented null.
I hate JPA for enforcing default constructors.
I hate Wicket for promoting the use of standard java beans from persistence to presentation.
2014-08-19 10:46:01 +02:00