Match still needs to be fixed. It is not in a working condition.
* match_entity_fix:
Moved dialog to the parent panel AdminManageProjectIdeaPanel. The dialog content is still not working
Edited match entity to allow supervisor to be null. When a projectidea is created the default match object is Unmatched with null supervisor
* matchSupervisor:
Fixed some bugs in match, temp fixes to avoid nullpointers, supervisors can now see their published ideas and some gui improvements
matchings now gets published to supervisors
* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro:
popup for deleting conference messages fixed
default sort is now on activity dates
comments are now hidden from peer reviews unless the review is finished as not to confuse the users with two submit buttons
we dont want to show match stuff to ordinary users yet
bugfix
some cleanup
added edit panel
added edit panel
filtering functionality implemented
blabla
simple dataview and underlying layers implemented. no params yet
changed some links according to request
implementing...
added params class to projectDao
beginning implementation
beginning implementation
moved panel file
* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro: (29 commits)
More sensible defaults
Now allowing editing of projects, semantics on when this should be
Minor refactoring and scheduling of bulk-supervisor imports.
Added import of projects based on title
Major refactoring, old importers has been completely removed.
Added manual import of projects via identifier queries.
Added support for fetching "all supervisors" from remote.
Lots of small changes. Some refactoring is needed due to recent api-changes.
Refactoring, added support for multiple remote project class names mapping to the same local values.
Added project importing, will need some cleaning and loads of bug-fixes.
Some stuff, have to look at my stashes now.
Refactoring work, can't get further on this without more api-support.
Minor refactoring, the intention is to better support failures coming from the remote host.
Added dependency on external b64 api
Minor fixes.
Added a lot of stuff to support basic-auth and temporary bypassing of certificate handling (this part will need to be removed)
Minor formatting changes
Duplication issues resolved, started deprecating old value-objects.
Numerous bug fixes concerning dates of imported data, also final seminars are automatically created to
Fixed duplicate reviewers/co-supervisors during import-procedure
...