Tom Vahlman
98b6b0eae2
Added "flow" to place out components in the new interface.
2012-03-19 15:44:50 +01:00
FredrikNorberg
5748b0abac
updated testcases for application periods to match new changes
2012-03-19 14:39:11 +01:00
FredrikNorberg
0681596e68
Merge branch 'develop' of ssh://git.dsv.su.se/git/scipro/scipro into develop
2012-03-19 14:30:46 +01:00
FredrikNorberg
f5cd36522f
added statistics for all application periods
2012-03-19 14:30:10 +01:00
Emil Siverhall
50ccee4951
Merge branch 'markup_cleanup' into develop
2012-03-19 13:45:43 +01:00
Emil Siverhall
b6a85e5f9c
removed components that was added in java but not html markup. this only gave page rendering error when running wicket in development mode, and not deployment, which have been standard before.
2012-03-19 13:44:48 +01:00
FredrikNorberg
fe5841c01d
added pages and panels for projectIdea statistics
2012-03-19 12:06:51 +01:00
Niklas Herder
04cfaf7d0c
Merge branch 'feature/maven_profiles_jndi' into develop
...
Conflicts:
src/main/webapp/WEB-INF/web.xml
2012-03-19 08:56:50 +01:00
Niklas Herder
72fdef0fdc
Merge branch 'feature/cleanuplisteners' into develop
2012-03-19 08:53:15 +01:00
Fredrik Friis
82ab4a1c36
added saving
2012-03-19 14:47:44 +09:00
Fredrik Friis
7c5815e597
added validation
2012-03-19 14:16:19 +09:00
Fredrik Friis
4d74af5e81
added feedbackpanel and improved savebutton
2012-03-19 13:05:22 +09:00
Fredrik Friis
bf98fbba12
some markup cleanup
2012-03-19 12:46:12 +09:00
Fredrik Friis
05f83a95a3
no more nullpointers when autocompletecomponents are empty on submit
2012-03-19 12:37:58 +09:00
Fredrik Friis
0ec9aec4c5
Merge branch 'develop' into project
2012-03-19 12:13:22 +09:00
Fredrik Friis
901d9a6fc7
added mailaddress to watsonboxpanel
2012-03-19 12:03:23 +09:00
Tom Vahlman
3c2803b1e0
Added auto complete components to the new interface.
2012-03-18 13:57:08 +01:00
Tom Vahlman
4aecd5fa18
Adapted toString to the auto complete component.
2012-03-18 13:56:11 +01:00
Tom Vahlman
f05e676acb
The supervisors should see a sortable list showing unmatched project ideas.
2012-03-17 21:23:42 +01:00
Tom Vahlman
83b8ee6855
The supervisors should see a sortable list showing unmatched project ideas.
2012-03-17 19:02:58 +01:00
Tom Vahlman
e54c6f485c
The supervisors should see a sortable list showing unmatched project ideas.
2012-03-17 19:02:14 +01:00
Tom Vahlman
8b8253679f
The supervisors should see a sortable list showing unmatched project ideas.
2012-03-17 19:01:27 +01:00
Tom Vahlman
b55f2777a3
The supervisors shall see a list with unmatched project ideas, first version.
2012-03-16 22:27:55 +01:00
Tom Vahlman
5aa2d73595
NPE:s when filling in incorrect name in the AC components in some of the Match actions.
2012-03-16 14:09:14 +01:00
Fredrik Friis
cb1e6fff5b
some experimenting
2012-03-16 18:21:15 +09:00
Niklas Herder
11b51ff1fd
Added cleanup listeners.
2012-03-16 09:31:08 +01:00
Fredrik Friis
7a503f72eb
cleanup
2012-03-16 15:43:09 +09:00
Fredrik Friis
f84e21833c
followerthingie works
2012-03-16 15:38:23 +09:00
Fredrik Friis
ddafd92e54
cleanup
2012-03-16 15:22:20 +09:00
Fredrik Friis
1f02988b83
added new panel for adding and removing project followers
2012-03-16 15:16:42 +09:00
Fredrik Friis
a7f8d770ba
head supervisor thingie works but it needs to be set to the same head supervisor as the one in the project
2012-03-16 14:21:50 +09:00
Fredrik Friis
809d7aaa66
students thingie now works, time for head supervisor
2012-03-16 13:57:25 +09:00
Fredrik Friis
d9fb45163f
adding new generic panel for adding and removing students to something
2012-03-16 13:35:16 +09:00
Fredrik Friis
6fcd523ef6
added serialversionuid
2012-03-16 12:32:32 +09:00
Fredrik Friis
b2dc2d019f
Merge branch 'develop' into project
2012-03-16 12:30:28 +09:00
Fredrik Friis
5c94914383
name display fix
2012-03-16 12:28:01 +09:00
Fredrik Friis
def9eaff25
created author autocompletecomponent
2012-03-16 12:17:58 +09:00
Fredrik Friis
e44c76ddb7
lots of changes, autocomplete method for authors should work now
2012-03-16 11:58:21 +09:00
Fredrik Friis
3f02ec73d9
cleanup
2012-03-16 11:49:24 +09:00
Fredrik Friis
19a18f749f
added authordaoparams
2012-03-16 11:49:15 +09:00
Tom Vahlman
d9ea950637
Changed information texts.
2012-03-15 17:58:33 +01:00
Tom Vahlman
bb3e579169
Added seriaversionUID.
2012-03-15 17:58:08 +01:00
Tom Vahlman
519c37ff2c
Instance variables should be converted to local where possible.
2012-03-15 15:06:56 +01:00
Tom Vahlman
e2a762e7fa
Instance variables should be local if possible.
2012-03-15 15:03:12 +01:00
Tom Vahlman
9e36ca2a5a
Refactored information messages to the right file...
2012-03-15 13:38:11 +01:00
Tom Vahlman
3d277f769e
Refactored information messages to the right place.
2012-03-15 13:36:36 +01:00
Niklas Herder
90c86d81eb
Set the application to check for a JNDI datasource first, and use that if it exists (to be able to configure a datasource on the servers instead of in code)
...
Added Maven profiles:
- DEV for regular development (wicket in 'development' mode, SQL statements logged)
- TEST for deploying to test server (Wicket in 'deployment', SQL statements logged)
- PROD for production (Wicket in deployment, no SQL logging)
2012-03-15 13:09:30 +01:00
Tom Vahlman
755b4360af
Improved the information texts for the match module.
2012-03-15 12:50:41 +01:00
Tom Vahlman
65b9ae8343
Added autogenerated serialversionUIDs + improved an info message.
2012-03-15 12:15:28 +01:00
Fredrik Friis
61efa645ed
added title and level artefacts, now time for students
2012-03-15 19:19:11 +09:00