Emil Siverhall
c5160fe602
added page structure for examiner pages
2013-03-26 12:55:21 +01:00
fred-fri
d0794bb36f
cleanout of impltest class, need help with that one
2013-03-26 13:44:18 +09:00
fred-fri
1b082f5fe5
adding tests
2013-03-26 12:35:58 +09:00
fred-fri
0e11ccca01
cleanup
2013-03-26 12:23:33 +09:00
fred-fri
dd7437cc1a
cleanup
2013-03-26 12:20:48 +09:00
fred-fri
97b053ca99
adding tests
2013-03-26 11:37:07 +09:00
3f5f2f79c6
Generic data table excel link is now text instead of an arrow icon
2013-03-22 17:01:10 +01:00
3c8e02ad9c
Removed requester as an author member of peer requests to prevent double notifications if they are turned on for both requester and author types.
2013-03-22 15:48:04 +01:00
895b2db863
Removed new method since it is no longer needed
2013-03-22 15:48:04 +01:00
baccbaa50d
Expired request worker uses landing pages for peer requests.
...
Peer requests are now marked cancelled instead of deleted when they expire.
2013-03-22 15:48:04 +01:00
81acb5d13d
Landing page for peer request urls
2013-03-22 15:48:04 +01:00
cd5c2845a6
Added method to specify a custom id when generating URLs to get around the problem of deletion.
2013-03-22 15:48:04 +01:00
38bde216d1
Refactored landing pages to use the new membership interface.
2013-03-22 15:48:03 +01:00
226c71d7d6
Introduced new interface for getMembers()
2013-03-22 15:48:03 +01:00
Emil Siverhall
f36add57b3
Merge branch 'activity_plan' into develop
2013-03-22 14:29:52 +01:00
Emil Siverhall
88b8b4d8ed
we now make sure that the activity plan is refreshed on new file upload, using ajax to keep current filters
2013-03-22 14:28:09 +01:00
Emil Siverhall
11b2bc0528
label alignments on activity plan radio choices
2013-03-22 14:22:54 +01:00
71d48cdf4d
Stupid test should never fail now.
2013-03-22 12:44:34 +01:00
33a6ba4ff4
Merge branch 'release20130322'
20130322
2013-03-22 11:14:04 +01:00
77b8795097
Archived SQL changes.
2013-03-22 11:12:50 +01:00
8607825376
With ExporterFacade having a dependency on ExternalImporter an implementation of that interface is required in test context. Added no-op implementation.
2013-03-22 10:42:42 +01:00
cde0024b96
Changed java message format from %d to {0}
2013-03-22 10:25:13 +01:00
39da009a94
Added filtering component for reviewer assigned
2013-03-22 10:25:13 +01:00
8367d00b6a
Added filter params for reviewer assigned
2013-03-22 10:25:13 +01:00
3622f8ad82
Added research area column.
...
Rejiggled columns a bit.
2013-03-22 10:25:13 +01:00
ef8e409c24
Added reviewer column to project management page.
...
Added feedback panel to project management page.
2013-03-22 10:25:13 +01:00
0a220a1b58
Changed return value of setReviewer. Now returns true/false on success/fail
2013-03-22 10:25:13 +01:00
6b59cfb283
Added missing transaction annotation marking as not read-only
2013-03-22 10:25:12 +01:00
09a06182b4
Updated test cases to the new reviewer rules
2013-03-22 10:25:12 +01:00
0095a9017c
Added annotation to ignore unmapped json values to enabled automatic jersey mapping to POJOs without having to map everything in the response
2013-03-22 10:25:12 +01:00
906690b6e4
Added missing thesis path element
2013-03-22 10:25:12 +01:00
c2cbdb4c2b
Updated project service to use the new exporter facade method
2013-03-22 10:25:12 +01:00
0099e04e01
Added method to set a projects reviewer.
2013-03-22 10:25:12 +01:00
ef2d33230c
Added method for fetching contributors to a project. GET /thesis/{id}/contributor
2013-03-22 10:25:12 +01:00
927ea8c812
Added functionality to add and delete a single contributor to a project
...
Improved export exception to support an underlying cause
2013-03-22 10:25:12 +01:00
6fdd8d2a17
Changed name to reflect its intended functionality.
...
Added comments explaining what will happen.
2013-03-22 10:25:12 +01:00
2c938d6e94
Added reviewer column to project management
2013-03-22 10:25:12 +01:00
f97819dc38
Added getter for a projects reviewer.
2013-03-22 10:25:11 +01:00
61d141e181
Removed circular dependency.
...
Delete project had to go from project service (was unused anyway).
Create a facade with project and seminar service as dependencies if you want deletion (or set fk constraint in DB).
2013-03-22 10:25:11 +01:00
842e0bb7d8
Added logging when reviewer failed to add
2013-03-22 10:25:11 +01:00
d0b5c9a555
Removed circular dependency project service -> external exporter -> project service
2013-03-22 10:25:11 +01:00
9ebd882da5
Notifies everyone involved on success
2013-03-22 10:25:11 +01:00
4330d6feaf
Verify nothing gets saved on export fail
2013-03-22 10:25:11 +01:00
947102b71d
Adds reviewer to project on successful export.
2013-03-22 10:25:11 +01:00
5f45a5f002
Saves project upon successful export
2013-03-22 10:25:11 +01:00
00bbeca97c
Returns false on export fail
2013-03-22 10:25:11 +01:00
3281a5b4b0
Checks that method returns true when export successful
2013-03-22 10:25:11 +01:00
6510e54df1
Add reviewer exports the new project contributor.
...
Minor code cleanup.
2013-03-22 10:25:10 +01:00
f8741a45b8
Updated role parameter verification
2013-03-22 10:25:10 +01:00
22e5b23d63
Made project service testable.
...
Created method to add reviewer to a project.
2013-03-22 10:25:10 +01:00