3962 Commits

Author SHA1 Message Date
e60db5f7b1 Removed references to NewIdea. 2013-10-31 15:28:40 +01:00
c62689013e Renamed helper method in Idea to get rid of "new". 2013-10-31 14:27:46 +01:00
a9faa7d7e2 Lombok'd Idea. 2013-10-31 14:27:19 +01:00
2a3807f488 Renamed TestNewIdea to TestIdea. 2013-10-31 14:14:25 +01:00
1988684166 Lombok'd IdeaExport. 2013-10-31 14:09:46 +01:00
6b502b5d82 Renamed NewIdeaExport to IdeaExport. 2013-10-31 14:07:59 +01:00
2213750eaa Removed unused private field. 2013-10-31 14:02:21 +01:00
e29e5ba373 Renamed NewFirstMeetingService and NewFirstMeetingRepo. 2013-10-31 14:00:39 +01:00
661769e29f Renamed NewFirstMeeting to FirstMeeting. 2013-10-31 13:59:03 +01:00
8b5c3a23e7 Removed any reference to new idea. 2013-10-31 13:54:58 +01:00
f6511113a6 Renamed NewIdeaFacade to IdeaFacade. 2013-10-31 13:50:04 +01:00
5ebdeec291 Renamed helper methods. 2013-10-31 13:48:54 +01:00
fb0c15cdb4 Renamed NewIdeaParticipation to IdeaParticipation. 2013-10-31 13:46:08 +01:00
8eba733140 Replaced deprecated numbered parameters with named parameters. 2013-10-31 13:32:50 +01:00
464b71345f Removed comments. 2013-10-31 13:32:16 +01:00
b13320628d Renamed NewMatchService and NewMatchRepo. 2013-10-31 13:31:47 +01:00
33ab65a6f2 Renamed NewMatch Match 2013-10-31 13:29:43 +01:00
b96baf7d07 Replaced deprecated numbered parameters with named parameters. 2013-10-31 13:22:30 +01:00
2c1d2a14a4 Removed commented out code. 2013-10-31 13:17:59 +01:00
90534c0f75 Renamed NewIdeaService and NewIdeaRepo 2013-10-31 13:15:34 +01:00
bfbc215018 Renamed NewIdea to Idea. 2013-10-31 13:13:39 +01:00
niklas3
a6ce067c51 1. Changed jetty to mortbay.
2. Changed table name in migration script to pascal casing.
2013-10-31 10:18:27 +01:00
2c47c279dd Updated test to the new notification logic for individual milestones. 2013-10-30 17:22:45 +01:00
df5ee10eec No details about the milestone in the mail until PO decide what should be there. 2013-10-30 16:49:28 +01:00
Emil Siverhall
b323f2e739 some notification refactoring for milestone notifications. 2013-10-30 16:38:39 +01:00
Emil Siverhall
6f655e7a4c catch exception when attempting to switch to users that does not exist 2013-10-30 15:31:48 +01:00
Emil Siverhall
a4eada1c27 made sure we can't reach project pages without a correct project 2013-10-30 14:18:13 +01:00
694a4b1f20 Optimized imports on the whole project. 2013-10-30 13:54:28 +01:00
Emil Siverhall
566ed6de90 Merge remote-tracking branch 'origin/develop' into develop 2013-10-30 13:07:57 +01:00
Emil Siverhall
7500484a5c Added automatic craetion of activity plan on new projects 2013-10-30 13:06:27 +01:00
Emil Siverhall
48d7db8cdd add predefined activities from Autumn2013 template when importing new projects. hard coded id for current template in ProjectScheduleFacade#addEventsOnCourseStart(Project project) 2013-10-30 11:41:24 +01:00
a3ca6efb09 Suppressed unused field warnings due to Lombok. 2013-10-30 11:24:51 +01:00
1df6135f3d Removed ProjectTeamMember from Role hierarchy since it served no purpose.
Lombok'd Employee, Project, ProjectFollower, Role.
2013-10-30 11:09:18 +01:00
Emil Siverhall
b2fb87f337 Merge branch 'develop' of ssh://git.dsv.su.se/git/scipro/scipro into develop 2013-10-29 15:18:30 +01:00
4884ad7d9a Merge remote-tracking branch 'origin/develop' into develop 2013-10-29 15:14:59 +01:00
a4790490a9 Fixed idea export. 2013-10-29 15:13:51 +01:00
Emil Siverhall
e75a092015 added checkbox status filter to peer review list 2013-10-29 15:13:19 +01:00
fred-fri
d44b7d8823 fix 2013-10-29 21:20:57 +09:00
2b212e67c1 Updated XSD to match latest API. 2013-10-29 13:00:12 +01:00
fred-fri
d642db530d changed to equals 2013-10-29 20:35:34 +09:00
fred-fri
539c2e51f0 fixed url issue 2013-10-29 20:13:42 +09:00
fred-fri
d69c5e4fe4 fixed setreviewer method 2013-10-29 19:58:04 +09:00
fred-fri
275ed19a72 test fix 2013-10-29 12:17:13 +09:00
f014675786 Thesis are now fetched with XML instead of JSON despite the performance problems due to issues with date parsing :( 2013-10-28 21:13:32 +01:00
4ba2bb81e4 Merge remote-tracking branch 'origin/develop' into develop 2013-10-28 16:53:14 +01:00
b404064ff4 Yes it is. No need to bring QueryDSL with us when we build the application since it has already done its work. 2013-10-28 16:48:32 +01:00
Leo
54873d8287 supervisor created notifications no longer send two notifications when accepted by student 2013-10-28 16:48:25 +01:00
ec6ba2fc47 Extracted methods of work from external importer to a separate bean to get proper transactions. 2013-10-28 16:25:37 +01:00
475020411b Removed logging. 2013-10-28 16:21:04 +01:00
81b0976af8 Made the Daisy integration use JSON and never XML since XML parsing is too heavy weight and memory consuming. 2013-10-28 16:20:30 +01:00