* supervisorMyProjects:
filter function added for supervisor - my projects. it is now possible to view inactive and completed projects as well. paging or sorting is not implemented yet.
* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro:
new algorithm for displaying checklist summary answers + centered question in summary
set with all answerees
moved the content of supervisorPeerStatsPage to a panel instead of being initialized on the page directly
added some space between components on Supervisor peer portal page
changes to make all project levels selected by default at supervisor peer stats page. also a label with the project level on each project title in the list.
added some info to notes
corrected css and some markup bugs
renamed author state in supervisor my projects table
renamed author state to project state and removed old panels
fixed another css bug
removed css bug
changed css on activity plan table, added ImageObject images to it instead of hardcoded html images
Added menu-highlighting to view-checklist page (student and supervisor views)
Minor fix for rendering, probably needs some more review on these .css classes.
changes in supervisor - peer - my projects. filtering on project class now works. some query optimizations is still needed.
removed icons from supervisor peer menu
* supervisorMyProjects:
added some space between components on Supervisor peer portal page
changes to make all project levels selected by default at supervisor peer stats page. also a label with the project level on each project title in the list.
changes in supervisor - peer - my projects. filtering on project class now works. some query optimizations is still needed.
removed icons from supervisor peer menu
* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro:
Added "upcoming events" panel, rearranged the project-status pages (both student and supervisor)
Started work on "show upcoming events" panel, looks like crap at the moment.
* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro:
Added unit tests of new pages, I have a feeling we are not doing this type of testing correctly in
Fixed crashing bug when adding events from template on an empty schedule.
Fixed crash bug on empty event title/description
switch authorization role on my requests and reviews-panels
cleaned up markup
cleaned up and put summary inside viewchecklistpanel
added panel to checklistpage
added comments
added traffic lights
added respondents and answers
nicer markup
added questions
first commit for checklistsummary
* scheduleEvents: (57 commits)
changed addChecklistToProject from a page to a panel
Added modified update script, needs testing on one more platform.
Modified some unit tests
More menu highlighting issues
Added correct menu highlighting
Mindre ändringar i authorization
Bugfix for stale hibernate session when switching author-project.
Added access-controls on linking to checklists, not sure if we should have this tbh.
Added access-controls on addFromTemplate and saveAsTemplate via override-mechanics.
Added supervisor view of project-files, and reordered some menu items
Added "save as template" dialog, and some bugfixes.
More bugfixes
Small UI-fixes
Minor bugfixes for crashes and compile time errors.
added small fixes in preparations for production deploy
Added correct retrieval of project schedule
checklists are now added at the edit dialog
Fixed tests failing
Schedule generation/saving now mostly works as intended
Bugfixes, "active"-property of schedule templates has been removed.
...