* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro:
cant resolve the test issue
notification set to firsttimers onl
notification url fixed
first time login notification almost done, also now notification counter implemented
aggregate fixed on supervisor section
fixed minor bug when changing project partner after validation failed
validation now fails if you try to add yourself as project partner.
Added link to for admins to edit project ideas
Cleaned up automatic match panel
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
There is now a method in LazyDeleteDao that takes a boolean includeDeleted
* manage_keywords:
Removed some System.out.printlns
Added default KeywordType in edit form
Added manage keyword table
LazyDeleteDao refactor
Created InverseBooleanModel
Made a CreateKeywordPanel
Fixed EditKeywordPanel
Added panel for word keywords and one for area keywords
Moved files to correct folder and added semicolon to sql
Added panels for editing keywords
Added the ManageKeywordPanel to markup and page
Added method for getting ALL rows including where deleted = 1
KeywordDao now extends LazyDeleteDao
Fix for setting default value for lastsuccessfulrun. Done with approach as in DomainObject
* 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.