|
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 |
|
|
1ea759869c
|
Additional logging now includes user-agent (browser).
|
2013-10-31 12:55:51 +01:00 |
|
|
031da0e6cd
|
Added more logging when exceptions are thrown. Now includes current user, request url and all request parameters.
|
2013-10-31 11:19:58 +01:00 |
|
Emil Siverhall
|
cdd63eec9e
|
changed some confirmation messages that didn't look good
|
2013-10-31 10:25:23 +01:00 |
|
Emil Siverhall
|
22e247cc04
|
milestone switch when thesis is being uploaded
|
2013-10-31 09:55:46 +01:00 |
|
Per Lundholm
|
239f07d0b2
|
Merge remote-tracking branch 'origin/develop' into develop
|
2013-10-30 22:55:09 +01:00 |
|
Per Lundholm
|
14f6e98c24
|
Removed illegal access to getString
|
2013-10-30 22:54:55 +01:00 |
|
Emil Siverhall
|
7d8e4ffc3d
|
Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
view/src/main/java/se/su/dsv/scipro/seminar/panels/SeminarThesisPanel.java
|
2013-10-30 16:42:33 +01:00 |
|
Emil Siverhall
|
b323f2e739
|
some notification refactoring for milestone notifications.
|
2013-10-30 16:38:39 +01:00 |
|
Per Lundholm
|
7fbe040b92
|
Merge remote-tracking branch 'origin/develop' into develop
|
2013-10-30 16:32:45 +01:00 |
|
Per Lundholm
|
de8a20ca8e
|
Fixed access to properties access during construction. No longer using ModalWindowPlus as it overrides setTitle and breaks it.
|
2013-10-30 16:32:33 +01:00 |
|
|
481a60118e
|
Fixed some warnings and renamed some wicket ids.
|
2013-10-30 16:17:31 +01:00 |
|
|
39486276b2
|
Fixed adding students by wrapping return value in a tree set... and actually using the field instead of the final unmodifiable constructor parameter.
|
2013-10-30 16:08:44 +01:00 |
|
|
6be35f7134
|
Merge remote-tracking branch 'origin/develop' into develop
|
2013-10-30 15:33:37 +01:00 |
|
|
4a2406ab99
|
Fixed adding students by wrapping return value in a tree set.
|
2013-10-30 15:33:33 +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
|
72deb71fb5
|
milestone changes on create and delete final seminars
|
2013-10-30 15:11:04 +01:00 |
|
Emil Siverhall
|
a555d9bff6
|
fixed image errors on ListChecklistPanel where we tried to replace images that were never added
|
2013-10-30 14:54:14 +01:00 |
|
Emil Siverhall
|
16e5b86146
|
changed to use getString instead of StringResourceModel in CreateForumThreadPanel
|
2013-10-30 14:43:05 +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 |
|
Emil Siverhall
|
182a45a015
|
Made sure we can't use upload field on file panel without file attachment
|
2013-10-30 14:07:19 +01:00 |
|
|
03521d3413
|
Merge remote-tracking branch 'origin/develop' into develop
|
2013-10-30 13:54:32 +01:00 |
|
|
694a4b1f20
|
Optimized imports on the whole project.
|
2013-10-30 13:54:28 +01:00 |
|
Emil Siverhall
|
8df76b4523
|
Merge remote-tracking branch 'origin/develop' into develop
|
2013-10-30 13:48:46 +01:00 |
|
|
e3026cb3fa
|
Merge remote-tracking branch 'origin/develop' into develop
|
2013-10-30 13:47:54 +01:00 |
|
|
50940f70d6
|
Removed unused class.
|
2013-10-30 13:47:50 +01:00 |
|
Emil Siverhall
|
b3d472d9e5
|
Added feedback message for examiners when submitting thesis comments
|
2013-10-30 13:47:43 +01:00 |
|
Richard
|
8a5e481f66
|
Fixed issue with users not being able to click on a checkbox on the peers-page.
|
2013-10-30 13:46:06 +01:00 |
|
Emil Siverhall
|
44c273ba31
|
Merge remote-tracking branch 'origin/develop' into develop
|
2013-10-30 13:33:03 +01:00 |
|
Emil Siverhall
|
8f30438279
|
Added feedback message for supervisors when creating final seminars
|
2013-10-30 13:32:43 +01:00 |
|
|
2025c0e126
|
Removed unused classes.
|
2013-10-30 13:26:43 +01:00 |
|
|
06c2830368
|
Fixed WARN logs from using StringResourceModel#getString in the constructor.
|
2013-10-30 12:36:37 +01:00 |
|
|
a2246074bd
|
Minor sonar fixes.
|
2013-10-30 11:31:56 +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 |
|
|
bda987139d
|
Added missing generics.
|
2013-10-30 10:46:56 +01:00 |
|
|
7c61bf11d4
|
A valid project is now required for supervisor project detail pages. If no project can be found they are send to the start page. If a project is found but they do not have access they are sent to an access denied page.
|
2013-10-30 10:08:58 +01:00 |
|
|
59cf0a016b
|
Changed log in redirect logic. First time you are now sent to the system while further requests for LoginPage stays at LoginPage.
|
2013-10-30 09:19:15 +01:00 |
|
|
a48ea14918
|
Reverted change to log in page to always redirect to home page.
|
2013-10-30 09:00:12 +01:00 |
|
|
fc83f08a17
|
Added required id parameter to all landing page tests.
|
2013-10-30 08:54:40 +01:00 |
|
|
183376e6c8
|
Only redirect to home page from log in page after authenticating with remote user the first time.
|
2013-10-30 08:43:57 +01:00 |
|
|
415e49ff07
|
If no id parameter was provided for landing page, redirect to home page instead of erroring out on findOne(null).
|
2013-10-30 08:40:37 +01:00 |
|
Emil Siverhall
|
f93c62f910
|
milestone highlighting for both supervisors and authors
|
2013-10-29 20:48:04 +01:00 |
|
|
5d81616717
|
Removed user names from log in log statement to prevent LazyInitializationException
|
2013-10-29 18:21:32 +01:00 |
|
|
1e0c588699
|
Changed log level to prevent useless mails when users log in with faulty credentials.
|
2013-10-29 17:02:23 +01:00 |
|
|
cbc969b6f1
|
Fixed warning about StringResourceModel#getString
|
2013-10-29 16:59:31 +01:00 |
|
|
7a8fe88a4a
|
Merge remote-tracking branch 'origin/develop' into develop
|
2013-10-29 16:56:15 +01:00 |
|
|
1cc814038e
|
Automatic redirection if user has Shibboleth session.
|
2013-10-29 16:56:01 +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 |
|