* myIdeas:
fixed minor bug when changing project partner after validation failed
validation now fails if you try to add yourself as project partner.
disabled the possibility to edit project ideas if a match object exists. may need some changes to handle ideas that's been sent back to authors.
Added current match status to the table with my project ideas in student view
* develop:
Added link to for admins to edit project ideas
Cleaned up automatic match panel
changed a parameter in a testmethod
Added tests for GreedyMatchingAlgorithm
Fixes for GreedyMatchingAlgorithm
Added unit-selection to employee profiles. Could be refactored, the code here is pretty abstract and hard to understand.
saving the capabilities of supervisors now actually work
saving dropdown changes
added a dropdownchoice for supervisor avalability
finished the filtering for matchSupervisor dataview
Added possibility to set availability
Added feedback messages
changed peer menu according to request
sort and edit bug fixed
adding dummy thing
working on edit panel
* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro:
Added tests for GreedyMatchingAlgorithm
Fixes for GreedyMatchingAlgorithm
Added unit-selection to employee profiles.
* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro:
Added possibility to set availability
Added feedback messages
changed peer menu according to request
sort and edit bug fixed
Injected the real algorithm and renamed it greedy to indicate algorithm type
Added number of unmatched ideas to match form
Match algorithm
Updated sql-script for the next deploy cycle.
Updated current sql with match sql
adding dummy thing
working on edit panel
* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro: (55 commits)
Injecting strategy using spring
Matches are now saved after matching
Storing matches
Save matches
Ajax run matcher on submit
Config's for tests massaged (sigh)
added alter scripts
Refactored keyword-type creation and access to a (very slightly) more safe variant based on named konstants.
removed the details again =) this wwhole panel must be refactored
added details to a panel
fixed another bug
fixed bug
found a bug in the new checklisttemplatepanel, when results are filtered clicking to edit a checklisttemplate sometimes brings up the wrong template for editing. removing the panel until bug is fixed.
Removed comments
Enable/Disable DatePicker button
Minor ui-fixes, this will need the eyes of a css-guru at some point.
Slight refactoring to support easier extensability of new user-details.
Added editing of user and supervisor profiles, will need some cleaning up.
Removed Author and used Student instead
Remove local persistence parameters
...