* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro: (25 commits)
bug fix regarding student addition to project idea submissions
fixed bug that added the same project partner multiple times to project idea submission
supervisor now reject project ideas, instead of refusing them
Doesnt match if idea has been rejected before(like it used to be)
Refactored and added language selection to employee profiles
minor changes to form submission button
Project ideas may now only be submitted if there is an available application period
Added some comments
Added some comments and isCompatibleLanguage returns true if either project or supervisor hasnt specified any language
Added some SQL-updates needed before deployment.
added support to check for exemptions to write thesis alone when submitting project idea.
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
...
* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro:
Refactored and added language selection to employee profiles
Added some SQL-updates needed before deployment.
* '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