Commit Graph

3344 Commits

Author SHA1 Message Date
Emil Siverhall
3e979cf478 added component specific feedback panels for subject and message body fields. also added default radio choice value to avoid null pointers 2012-02-21 14:30:08 +01:00
Emil Siverhall
9cd2fdc9dd started working on mass e-mail feature for admins. sending of e-mail seems to work. selection of recipients needs a lot of work. 2012-02-21 14:30:06 +01:00
Emil Siverhall
f966336302 added new page and tab in admin menu for new mail functionality 2012-02-21 14:30:04 +01:00
Tom Vahlman
cb05b984e9 Should not be possible to edit start date (or end date) of an application period to a date before today. + Added static import of org.junit.Assert. 2012-02-21 11:56:18 +01:00
Tom Vahlman
7de1c5e60d Replaced wrong assert lib with static org.junit.Assert. 2012-02-21 11:53:56 +01:00
Fredrik Friis
8eed555335 added info 2012-02-21 16:20:44 +09:00
Tom Vahlman
d3157e231e Adding NotNull annotations for ApplicationPeriods. 2012-02-20 17:37:20 +01:00
Tom Vahlman
d16cea6ab9 Adding NotNull annotations for ApplicationPeriods. 2012-02-20 17:31:43 +01:00
Tom Vahlman
b5c106f5a1 The new SQL for the changes of the table ApplicationPeriod must be tested properly before it can be delivered. 2012-02-20 16:09:33 +01:00
Tom Vahlman
a630784ae4 Forgot to test => rollback 2012-02-20 15:18:56 +01:00
Tom Vahlman
c6dfb893ca Forgot to test => rollback 2012-02-20 14:22:08 +01:00
Tom Vahlman
b2dae45419 Added the annotations @NotNull and @Temporal. 2012-02-20 14:15:30 +01:00
Tom Vahlman
2c8592541b Added the validation-api which makes it possible to use annotations like @NotNull. 2012-02-20 14:14:33 +01:00
Fredrik Friis
43617bd858 inactive projects are now invisible to authors 2012-02-20 20:44:44 +09:00
Fredrik Friis
02dc395304 added project status to projectdetailspanel 2012-02-20 19:59:38 +09:00
Tom Vahlman
b5bc5affad Rolled back we must run the alter statement on Puff first!!!. 2012-02-17 17:59:07 +01:00
Tom Vahlman
db4805bae8 Added missing table-name + table columns in a match period should be not null. 2012-02-17 17:53:28 +01:00
anto-gom
b1bb91f87f Merge branch 'cmslink' into develop 2012-02-17 03:41:22 +01:00
anto-gom
c493c45ee4 Fixed style of left-hand part of top level navigation menu with "Start"
tab. Simplified CSS rules and HTML pages. Removed some redundant markup
and CSS rules.
2012-02-17 02:58:48 +01:00
Tom Vahlman
ce37d5e2da Added a TODO message. 2012-02-16 17:43:37 +01:00
Tom Vahlman
4ef61f36d8 Added a test for selecting supervisor based on language + saved rejected matches in the RAM database. 2012-02-16 17:42:49 +01:00
Tom Vahlman
b3736af8ff Added a test for comparing deleted keywords with not deleted ones. 2012-02-16 16:02:38 +01:00
Tom Vahlman
e137027b06 The application period window is to low when info-messages are added. 2012-02-16 15:26:38 +01:00
Tom Vahlman
9bfd71ee9e Refactored out an edit test. 2012-02-16 15:12:11 +01:00
Tom Vahlman
985ed872e8 Added a test. 2012-02-16 15:11:22 +01:00
Tom Vahlman
5cd64a9eea Added some comments and saved after editing a period. 2012-02-16 11:41:12 +01:00
Tom Vahlman
20b1d10219 Refactored the test code, instance variables should be local variables if possible, unused code are removed etc.. 2012-02-16 11:13:23 +01:00
Tom Vahlman
9ebe83fdd0 Refactored the test code, instance variables should be local variables if possible, unused code are removed etc.. 2012-02-16 11:04:15 +01:00
Tom Vahlman
856ae14693 Refactored the test code, instance variables should be local variables if possible, unused code are removed etc.. 2012-02-16 10:54:38 +01:00
Tom Vahlman
0d8b2905f1 Refactored the code for saving an application period.. 2012-02-16 10:44:11 +01:00
Tom Vahlman
4f4fb4b93b Removed duplicate test. 2012-02-15 21:22:03 +01:00
Tom Vahlman
554f479947 Added a method for cleaning up old setup data before running a test. 2012-02-15 21:14:43 +01:00
Tom Vahlman
42c3496e17 Method for removing application periods wrongly implemented. 2012-02-15 16:49:41 +01:00
Tom Vahlman
28f158cc26 Method for removing application periods wrongly implemented. 2012-02-15 16:43:08 +01:00
Tom Vahlman
c81b8bf207 Refactored tests to comply with the API in ApplicationPeriodFacade. 2012-02-15 16:24:12 +01:00
Tom Vahlman
ca851cbbcc Refactored tests to comply with the API in ApplicationPeriodFacade. 2012-02-15 15:51:15 +01:00
Fredrik Friis
752a584e04 removing admin decoration for projectideapage and supervisorprofilepage 2012-02-15 21:54:44 +09:00
Fredrik Friis
64a961b26e new dbupdatefile 2012-02-15 21:23:58 +09:00
Emil Siverhall
122813c7fb Merge branch 'scriptfix' into develop
* scriptfix:
  minor changes for case sensitivity
2012-02-15 13:04:12 +01:00
Emil Siverhall
db67235a1d minor changes for case sensitivity 2012-02-15 12:52:56 +01:00
Emil Siverhall
05c8df7ff6 Merge branch 'researchImport' into develop
* researchImport:
  changed remote lookup in test
2012-02-15 12:39:24 +01:00
Emil Siverhall
06c6ee2355 changed remote lookup in test 2012-02-15 12:39:03 +01:00
Emil Siverhall
b6c2f38b9a Merge branch 'researchImport' into develop
* researchImport:
  script changes for database update, import stuff
  added null check if supervisor cant be retrieved from daisy identifier and small unit test for keyword dao
  removed bypass of certificate check and changed api url in applicationContext
  restructure of imports to match new api. project participants is now being retrieved as well
  remake of unit imports to match new api structure is done. also some changes to research area imports to make sure we have the same keywords as remote host
  started on remake of unit imports after changes in external appi.
  added identifier from daisy to keywords to avoid duplicates.
  added research area check box to manual import panel
  changes to project dto to match new api structure
  added support for remote fetching of usernames based on the hierarchy of the new api. usernames are now fetched by person/id/usernames
  added support for retrieving all available research areas from daisy. still needs to be tested appropriately since api-test still is down
  started working on research area imports. most work is done but still needs to be overlooked after it's been tested against the api. test server down at the moment
  temporary bypassing certificate validation with redirected trustStore to use apitest-server
2012-02-15 12:36:24 +01:00
Emil Siverhall
8c6ecb4d7a script changes for database update, import stuff 2012-02-15 12:35:27 +01:00
Emil Siverhall
9cf5853a6b added null check if supervisor cant be retrieved from daisy identifier and small unit test for keyword dao 2012-02-15 12:35:23 +01:00
Emil Siverhall
147fc92f25 removed bypass of certificate check and changed api url in applicationContext 2012-02-15 12:35:20 +01:00
Emil Siverhall
f525c37300 restructure of imports to match new api. project participants is now being retrieved as well 2012-02-15 12:35:16 +01:00
Emil Siverhall
29fd30f7bb remake of unit imports to match new api structure is done. also some changes to research area imports to make sure we have the same keywords as remote host 2012-02-15 12:35:13 +01:00
Emil Siverhall
4ebcd2f9b5 started on remake of unit imports after changes in external appi. 2012-02-15 12:35:10 +01:00
Emil Siverhall
9b2f7c568d added identifier from daisy to keywords to avoid duplicates. 2012-02-15 12:35:07 +01:00