201 Commits

Author SHA1 Message Date
eb53a0c9dc Upgraded to Wicket 6.17.0
WICKET-5650 is interesting to us.
2014-10-22 16:53:17 +02:00
29ff86f756 Removed some old unused dependencies. 2014-10-22 16:48:47 +02:00
fred-fri
b906635cde removing jetty 2014-10-22 16:44:27 +09:00
5a5b5a5390 Upgraded sonar maven plugin version to 2.4 2014-10-02 09:29:13 +02:00
d43450494c SeminarCRUDPanel converted to Scala. 2014-09-22 16:08:56 +02:00
66a4423590 Implementation of final seminar creation rules using proper tooling. 2014-09-22 12:17:56 +02:00
fred-fri
ec212f962c what have i done 2014-09-05 12:52:21 +09:00
4189bdcbc1 Removed unused dependency. 2014-08-28 09:40:50 +02:00
fred-fri
4288ad934a median works, time to clean up 2014-08-27 20:15:07 +09:00
3fa08d8f23 Removed some left-over stuff from the Spring days. 2014-07-31 16:56:39 +02:00
5f406f0c21 Updated javax.mail library to the latest version. 2014-07-29 11:12:07 +02:00
Emil Siverhall
c686396f47 Merge remote-tracking branch 'origin/develop' into develop 2014-07-28 14:23:28 +02:00
Emil Siverhall
5252d8df65 milestone statistics goes graphical 2014-07-28 14:22:24 +02:00
fred-fri
3423189a1d adding stuff into turnitinsettings class and removing it from elsewhere (turnitinmodule properties should go too but leaving them for now) 2014-07-28 11:54:22 +09:00
fred-fri
836e0bac42 changed turnitin api url 2014-07-07 11:05:56 +09:00
2d42a09749 Included Jacoco plugin in the pom instead of having to specify it on the commandline everywhere. 2014-05-26 10:42:15 +02:00
de94ae17cc Please 2014-05-22 17:30:27 +02:00
b8b361acd8 Trying to fix sonar. 2014-05-22 14:36:14 +02:00
c0284bcfc1 Fixed test. 2014-05-22 14:26:09 +02:00
d01d455441 Removed restriction on heap space.
Increased PermGen to 128MB from IDEAs default of 85MB which isn't enough when all libraries from both core and view are loaded, this helps running tests inside IDEA.
2014-05-20 18:35:54 +02:00
fred-fri
2513342751 removed fitnesse and selenium 2014-05-08 14:49:15 +02:00
7bea134671 Upgraded Wicket to version 6.15.0 2014-04-25 14:51:37 +02:00
60fb46db5b Spring gone for good. No backsies. 2014-03-17 16:40:10 +01:00
7c1ce28ac5 Removed fitnesse. 2014-03-11 12:50:43 +01:00
c376e84213 Reverted back to Lombok 0.12.0 due to generated code being picked up by Sonar. 2014-02-28 10:25:52 +01:00
f18fc7799d Added warnings and deprecations to the compiler plugin so they are easier to fix. 2014-02-27 09:47:29 +01:00
5572c7dc86 Moved spring-web dependency to view. 2014-02-27 09:22:15 +01:00
d9273b55cc Added dependency on javax.inject and excluded transitive dependency on hk2s own implementation.
Shuffled hibernate dependencies to runtime and depend on the JSR API instead.
2014-02-26 17:18:52 +01:00
3f160abdcc Updated all dependency versions.
Still stuck with Spring 3.2.8 due to Spring-data-jpa.
Hibernate introduced a bug in 4.3.* so until that is resolved we use 4.2.8.
2014-02-26 16:47:14 +01:00
fred-fri
e3a23c40dc fixing fitnesse+selenium 2014-02-19 19:52:37 +09:00
fred-fri
2040479e73 fixing fitnesse+selenium 2014-02-19 18:42:43 +09:00
247fa06efd Jackrabbit is no more! 2014-02-18 10:04:41 +01:00
1cdd32badc Changed scope of MySQL driver to provided so it is not packaged with the web app to prevent memory leaks. 2014-01-31 14:37:32 +01:00
9602903eb9 Updated Cobertura plugin to a Java 7 compatible version. 2014-01-13 17:22:10 +01:00
9f8f65f49b Java 7. 2014-01-13 16:52:12 +01:00
4612bd5c1a Fixed current profile string for TEST profile. 2014-01-09 14:31:34 +01:00
818e392e62 Fixed TEST profile to be more PROD like. 2014-01-09 13:11:15 +01:00
301ea0c744 Went down in MySQL version to get rid of the memory leak caused by the abandoned connection cleanup thread. 2013-11-14 16:24:36 +01:00
85cb365956 Added worker to send grading reports as PDFs to daisy. 2013-11-13 16:52:29 +01:00
fred-fri
6f442ff84d removed ehcache 2013-11-08 13:49:01 +09:00
c9e45b0f38 Default settings for the project is now DEV.
Added back the TEST profile to re-enable logging on thesis3.
2013-10-28 17:08:11 +01:00
Emil Siverhall
93f36492c6 resolved merge conflicts 2013-10-15 11:42:42 +02:00
Emil Siverhall
714aa7a371 switched out the autocomplete component to use select2choice instead of our old broken component 2013-10-15 11:28:09 +02:00
71de5a26f4 Merge branch 'develop' into wicketupdate
Conflicts:
	view/pom.xml
	view/src/main/java/se/su/dsv/scipro/activityplan/panels/ActivityPlanPanel.html
	view/src/main/java/se/su/dsv/scipro/admin/panels/AdminNewIdeaDetailsCrudPanel.java
	view/src/main/java/se/su/dsv/scipro/admin/panels/AdminNewIdeaOverviewPanel.html
	view/src/main/java/se/su/dsv/scipro/admin/panels/AdminNewIdeaOverviewPanel.java
	view/src/main/java/se/su/dsv/scipro/admin/panels/AdminNewIdeaPopupPanel.html
	view/src/main/java/se/su/dsv/scipro/admin/panels/AdminNewIdeaPopupPanel.java
	view/src/main/java/se/su/dsv/scipro/admin/panels/AdminRolesPanel.html
	view/src/main/java/se/su/dsv/scipro/basepages/BasePage.html
	view/src/main/java/se/su/dsv/scipro/checklists/panels/AnswerDialogPanel.html
	view/src/main/java/se/su/dsv/scipro/components/StylableDateTimeField.html
	view/src/main/java/se/su/dsv/scipro/datatables/project/ProjectDataPanel.html
	view/src/main/java/se/su/dsv/scipro/landingpages/NewIdeaLandingPage.java
	view/src/main/java/se/su/dsv/scipro/project/pages/ProjectOppositionPage.html
	view/src/main/java/se/su/dsv/scipro/project/panels/ProjectMyIdeasPanel.java
	view/src/main/java/se/su/dsv/scipro/project/panels/ProjectNewAllSupervisorIdeasPanel.java
	view/src/main/java/se/su/dsv/scipro/project/panels/ProjectNewIdeaSubmissionPanel.html
	view/src/main/java/se/su/dsv/scipro/project/panels/ProjectNewIdeaSubmissionPanel.java
	view/src/main/java/se/su/dsv/scipro/repository/pages/RepositoryDownloadPage.java
	view/src/main/java/se/su/dsv/scipro/reusable/AbstractRoleAutoCompleteComponent.java
	view/src/main/java/se/su/dsv/scipro/security/auth/ExternalAuthenticationRequestHelper.java
	view/src/main/java/se/su/dsv/scipro/seminar/panels/SeminarThesisPanel.java
	view/src/main/java/se/su/dsv/scipro/supervisor/panels/SupervisorAllSupervisorIdeasPanel.java
	view/src/main/java/se/su/dsv/scipro/supervisor/panels/SupervisorNewAllStudentIdeasPanel.java
	view/src/main/java/se/su/dsv/scipro/supervisor/panels/SupervisorNewEditIdeaPanel.html
	view/src/test/java/se/su/dsv/scipro/panels/ChecklistAnswerCommentPanelTest.java
	view/src/test/java/se/su/dsv/scipro/panels/CommentThreadPanelTest.java
2013-10-15 10:09:28 +02:00
316a291262 Removed -verbose from javac 2013-10-14 10:48:49 +02:00
fred-fri
a721778af8 removed profiles 2013-10-14 14:01:28 +09:00
6806cfc6b0 Knasbollar 2013-10-11 09:39:39 +02:00
fred-fri
d9a24ec9d6 removed plugin, turned off generateddl in dev profile and added new dev generate ddl profile specifically for generating ddl 2013-10-10 18:33:03 +09:00
fred-fri
17261a54f7 added flyway 2013-10-10 16:56:39 +09:00
Emil Siverhall
460d999fa7 finishing touches of wicket update 2013-10-09 16:38:24 +02:00