* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro:
changes in menu hierarchy for project submission page. it is now under project page and is visible regardless of authors project status. also minor bug fix on partner addition.. again.
just some code cleanup
added info texts to help dialogs on project idea submission page
more changes to partner addition. you cant change partner when idea is submitted
project idea may only be edited by idea creator
small changes to application period dao and unit tests to new methods
added unit tests to make sure project idea submission pages render safe
new panel for active application periods and upcoming periods info is available as well.
added support to search for next upcoming application period for a certain project class
added bean to fix test issues
fixed bean test bug
fixed test bug
removed println
added info label
fixed info label for supervisor when viewing a supervisor checklist
fixed. supervisor checklists are no longer displayed to students
checklists should get categories when created now, but they dont =/
Also added a toggle switch for "include linked projects", since importing all supervisors takes c:a 25 minutes.
Some refactoring as well, and cleaned up some logging.
* '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
...