17116 Commits

Author SHA1 Message Date
876d715963 Submit files to the URKUND queue when uploading final seminar documents. 2016-05-10 13:53:10 +02:00
36ab3939b4 Added settings page for URKUND. 2016-05-09 15:50:44 +02:00
607f120281 Added database migration for URKUND submissions and the plagiarism check queue. 2016-05-09 14:48:46 +02:00
213d657cd5 Added plagiarism submission queue. 2016-05-09 14:48:23 +02:00
f689820f39 Added URKUND module. 2016-05-04 10:37:47 +02:00
9d5e9b4e16 [SCIPRO-221059] Fixed problem with sending reviewer approval for projects that do not have reviewers assigned to them. release-130 2016-05-03 09:48:50 +02:00
8acc8fd88c Sonar stuff. 2016-04-26 10:13:08 +02:00
3be633d18b Removed unused field. 2016-04-26 09:56:10 +02:00
825beb453e Made most project related files show up under "Files" including peer reviews, final seminar and final thesis. 2016-04-25 14:53:10 +02:00
a7647c24ed [SCIPRO-195202] Fixed problem when there are two forum mails for the same thread. release-129 2016-04-19 10:48:29 +02:00
5a7c7a8aa5 Replaced some unnecessary AJAX with regular links so you can see the URL in the browser (and prevent a server roundtrip). 2016-04-05 10:45:03 +02:00
Andreas Svanberg
9b7702808d [SCIPRO-90587] Fixed problem when importing supervisors if they do not have an email. release-128 2016-03-31 18:47:15 +02:00
dacb6ae640 Replaced anonymous classes with lambdas. 2016-03-29 12:03:39 +02:00
Andreas Svanberg
cf3a6639bc Fixed problem changing reviewer. release-127 2016-03-23 14:45:55 +01:00
Andreas Svanberg
fc6f0eeb26 Removed filter button in Admin / Match / Application periods / Edit targets. 2016-03-23 11:54:05 +01:00
Andreas Svanberg
3c9f3648f6 That wasn't supposed to be there. 2016-03-23 11:18:07 +01:00
4b176c9c8a "Fixed" some false positive compilation errors in IntelliJ. 2016-03-22 14:56:32 +01:00
8c7a1de238 Upgraded Hibernate to 5.* and QueryDSL to 4.* 2016-03-22 14:18:49 +01:00
0d924b5915 Upgraded most library versions. Still remaining; Hibernate, QueryDSL. 2016-03-21 11:16:37 +01:00
aaa950ce90 Restructured the poms to move dependencies to where they are used and make sense. 2016-03-18 16:34:51 +01:00
5883330b45 Java 8-ified Guava stuff. 2016-03-18 14:48:02 +01:00
bb22335754 Made it possible for students to edit ideas while they are still unmatched. 2016-03-18 13:28:48 +01:00
33976a08ad Felutskrift betygsprotokoll mindre förändringar 2 release-126 2016-03-11 11:55:06 +01:00
1f84dc3d6f Felutskrift betygsprotokoll mindre förändringar 2016-03-11 10:47:47 +01:00
Andreas Svanberg
d2422a1cb9 Sysadmins now default to the switch user page when clicking on Users. 2016-03-09 10:36:52 +01:00
Andreas Svanberg
4c64beed03 Fixed problem downloading files with comma in the name (Chrome only) by replacing commas with a space in the filename. release-125 2016-03-01 14:04:50 +01:00
Andreas Svanberg
b7cec8dc2c Fixed feedback for supervisors when trying to submit grading reports that are not finished. 2016-02-29 11:21:49 +01:00
0ec062d885 Prevent students from submitting their own idea after the application period ended if they have an exemption (they must pick a supervisor idea). release-124 2016-02-26 17:09:43 +01:00
9785a68d7a Change Admin / Statistics / Unmet targets to auto-select the latest application period and not require the filter button. 2016-02-25 14:24:33 +01:00
2153b18dc0 Added published filter to the Admin / Match page. 2016-02-25 13:55:21 +01:00
99bf5e6a3f Fixed some warnings. 2016-02-25 13:16:27 +01:00
404c6294e3 Changed so admins can change author, supervisor, reviewer and examiner roles instead of only author and supervisor. release-120 2016-02-22 11:57:59 +01:00
f404f738c9 Revert "Changed so authors can be changed on all supervisor ideas that have not led to a project."
This reverts commit b91bf3d70c0d1ee90648d581a4f3623e375d98d9.
2016-02-22 11:49:33 +01:00
b91bf3d70c Changed so authors can be changed on all supervisor ideas that have not led to a project.
Changed so supervisor can be changed on all student ideas that have not led to a project.
2016-02-19 15:47:01 +01:00
58d73041dd Fixed problem with keyword selection not getting updated during AJAX requests. release-119 2016-01-25 17:14:19 +01:00
24ddb97fed Fixed problem creating activity plan templates from an existing activity plan if two or more activities were on the same date and time. release-118 2016-01-22 17:09:06 +01:00
f640c3ffe7 Added a first meeting tab to the project view, it is also directly linked to the activity plan and changes in either view affect the other. release-117 2016-01-14 16:31:54 +01:00
475ec91b4e Fixed grammar in subject line for first meeting reminders. release-116 2016-01-13 09:08:50 +01:00
b1559c8e3c Fixed SSO log in problem after upgrading to Wicket 7. 2016-01-13 09:06:56 +01:00
Andreas Svanberg
bca9197352 First meeting reminder changes; signature to thesis support and added an extra point that they should book in SciPro as well even if they already booked some other way. release-115 2016-01-12 15:32:52 +01:00
Andreas Svanberg
81069c698f Downgraded Wicket to 7.0.0 from 7.1.0 since 7.1.0 includes an upgrade of Select2 to 4.* from 3.* and the code is not updated to work with the newer version. 2016-01-12 15:06:36 +01:00
0fcc185dd0 Upgraded to Java 8. 2016-01-07 16:29:48 +01:00
f2e69b4421 Upgraded to Wicket 7. 2016-01-07 16:23:47 +01:00
0b37459403 [SCIPRO-169029] Changed to AjaxLinks since the fallback case isn't handled release-113 release-114 2016-01-07 09:53:22 +01:00
Andreas Svanberg
6b3b102865 Fixed rows-per-page dropdown. 2015-12-17 09:38:18 +01:00
c38931cbb8 Changed default number of rows per page for data tables to 100 from 20. release-112 2015-12-04 15:21:19 +01:00
Andreas Svanberg
69ad49d062 Removed the possibility for supervisors to change project status. release-111 2015-12-02 22:06:49 +01:00
5b16ae6172 Automatically submit switch user form when selecting a user. 2015-12-01 15:54:27 +01:00
Andreas Svanberg
3f48710808 Must be public or the authorization strategy hides the link. release-110 2015-12-01 00:52:20 +01:00
e9fe90a823 Fixed proper SSO log in so it can work for all SSO implementations rather than hardcoded to SU IDP. release-109 2015-11-30 12:06:08 +01:00