4186 Commits

Author SHA1 Message Date
Fredrik Friis
26486d7a37 added new class for editing projects 2012-03-15 18:58:52 +09:00
Fredrik Friis
758cb138bc some cleanup 2012-03-15 13:33:27 +09:00
Fredrik Friis
5ee70846e9 some cleanup 2012-03-15 13:30:08 +09:00
Fredrik Friis
e428f29665 some cleanup 2012-03-15 13:28:03 +09:00
Fredrik Friis
311b70f40a some cleanup 2012-03-15 13:26:23 +09:00
Fredrik Friis
ef8fd9868b component working 2012-03-15 13:05:45 +09:00
Fredrik Friis
96f1929665 added panel that uses the new employeeautocompletecomponent 2012-03-15 12:29:20 +09:00
Fredrik Friis
c06f503fed added new employeeautocomplete component 2012-03-15 12:06:09 +09:00
Tom Vahlman
8b5512b535 Missing feedback messages for some of the actions in the match module. 2012-03-14 22:05:18 +01:00
Tom Vahlman
2d9ce2f1f3 It should be possible to only suggest matches with at least one points. 2012-03-14 15:38:40 +01:00
Tom Vahlman
17aa770c70 The suggestion panel is no longer needed because its code is included in the manual match panel. 2012-03-14 15:37:27 +01:00
Tom Vahlman
2ec4d0c594 Merge remote-tracking branch 'origin/develop' into develop 2012-03-14 14:02:24 +01:00
Tom Vahlman
60ebb4e1ca Quick fix for a refactoring of the match- module. 2012-03-14 14:02:05 +01:00
Fredrik Friis
eba1612bc4 fixed character bug in admin part too 2012-03-14 17:46:41 +09:00
Fredrik Friis
6045cc7dd0 added note about matching algorithm takes time 2012-03-14 17:35:08 +09:00
Fredrik Friis
92a33e2d6e fixed character problem in dialog.settitle 2012-03-14 17:19:50 +09:00
Fredrik Friis
cc82ffbc51 added suppress unchecked to a test with an unchecked operation- this is not important 2012-03-14 15:06:34 +09:00
Fredrik Friis
f9c21b8fa1 added spoof comment for jenkins test 2012-03-14 14:56:47 +09:00
Fredrik Friis
b72bcdd55b some cleanup 2012-03-14 14:35:18 +09:00
Fredrik Friis
0511542ed9 fixed admin page bug too 2012-03-14 14:32:16 +09:00
Fredrik Friis
5f6948e702 fixed feedbackpanel bug 2012-03-14 14:22:51 +09:00
Fredrik Friis
313c7f10bd fixade supervisordelen 2012-03-14 14:08:25 +09:00
Tom Vahlman
e5189fbac5 A popup with the decline message should be rendered when creating a match for a project idea that has been rejected before by the supervisor. 2012-03-13 20:12:14 +01:00
Tom Vahlman
e1620d9c9c Merge remote-tracking branch 'remotes/niklas/feature/force_utf-8' into develop 2012-03-13 14:34:44 +01:00
Tom Vahlman
5f730bddda It should be possible to only suggest matches with at least one points. 2012-03-13 11:12:19 +01:00
Tom Vahlman
09f8472641 It should be possible to edit an application period even though the period has connected project ideas. 2012-03-13 10:16:02 +01:00
Tom Vahlman
9b3cf8ce4b It should be possible to edit an application period even though the period has connected project ideas. 2012-03-12 21:21:06 +01:00
Tom Vahlman
24e8e84f62 Removed temporal annotation on dates which caused 00:00 for hours and minutes on application periods. 2012-03-12 20:58:32 +01:00
Tom Vahlman
3538ba0940 Removed temporal annotation on dates which caused 00:00 for hours and minutes on application periods. 2012-03-12 20:55:06 +01:00
Tom Vahlman
0372213c15 An application period should always be editable except for when no project ideas exists. 2012-03-12 14:17:13 +01:00
Fredrik Friis
3451e491da added tests for role management. better late than never! 2012-03-12 19:31:09 +09:00
Niklas Herder
1b57c31778 Added CharacterEncodingFilter to force all requests to use utf-8. 2012-03-12 11:23:12 +01:00
Fredrik Friis
9aae5b6ed1 fixed some markup 2012-03-12 18:48:57 +09:00
Fredrik Friis
023d8dd089 Merge branch 'develop' of ssh://git.dsv.su.se/git/scipro/scipro into develop 2012-03-12 16:23:37 +09:00
Fredrik Friis
5721b60698 added confirmation popup for force accepting project ideas 2012-03-12 16:23:21 +09:00
Emil Siverhall
5ac11fe1f5 Merge branch 'projectIdeaSorting' into develop
* projectIdeaSorting:
  minor code cleanup
  added dropdown choice to select number of ideas per page from the data provider. also added sort links for level, title, status and matched to
2012-03-11 21:46:22 +01:00
Emil Siverhall
caa005f95d minor code cleanup 2012-03-11 21:41:05 +01:00
Emil Siverhall
c7c9c8614c added dropdown choice to select number of ideas per page from the data provider. also added sort links for level, title, status and matched to 2012-03-11 21:27:24 +01:00
Tom Vahlman
49c8782157 Removed a dependency which was commented out. 2012-03-10 13:08:28 +01:00
Tom Vahlman
3410ece02f Removed dependencys to resolve Jenkins build 2012-03-10 13:00:50 +01:00
Tom Vahlman
be57812f6a Merge branch 'develop' of git.dsv.su.se:/git/scipro/scipro into develop
Conflicts:
	src/main/java/se/su/dsv/scipro/match/panel/AdminManageProjectIdeaPanel.java
2012-03-10 12:50:01 +01:00
Tom Vahlman
5713076f36 Added feedback panels which can be used to add information messages to the GUI-user. 2012-03-10 11:48:46 +01:00
Tom Vahlman
13db9ee7f3 Changed toString to make the AC-component work. 2012-03-10 11:46:45 +01:00
Tom Vahlman
86148973f9 Added visural framework containing many wicket componentes + added framework for using query expressions, eg. BooleanExpresseion 2012-03-10 11:45:46 +01:00
Fredrik Friis
ffdc94a3ae Merge branch 'alexander' into develop 2012-03-10 13:05:52 +09:00
Fredrik Friis
d2efff8c6b small markup change 2012-03-10 13:05:37 +09:00
Fredrik Friis
63c9dd4b4e added a magical button for force accepting all suggested ideas 2012-03-09 19:14:19 +09:00
Fredrik Friis
7234378897 added setting for whether supervisors can accept or reject project ideas themselves 2012-03-09 17:46:09 +09:00
Fredrik Friis
4af195cf9d no checklist option added to activities in activity plan panel 2012-03-09 15:43:50 +09:00
Fredrik Friis
a1df9cf7a8 removed redundant headers 2012-03-09 15:20:36 +09:00