@@ -13,6 +13,7 @@ This plugin requires Moodle 2.9+
...
@@ -13,6 +13,7 @@ This plugin requires Moodle 2.9+
Changes
Changes
-------
-------
* 2015-08-21 - Change My Moodle to Dashboard in language pack
* 2015-08-18 - Check compatibility for Moodle 2.9, no functionality change
* 2015-08-18 - Check compatibility for Moodle 2.9, no functionality change
* 2015-03-21 - Bugfix: Block couldn't be placed on MyMoodle in some circumstances
* 2015-03-21 - Bugfix: Block couldn't be placed on MyMoodle in some circumstances
* 2015-03-20 - New Feature: Add a setting to control if the block should, when looking for teachers with the specified teacher roles, include teachers who have their role assigned in parent contexts (course category or system level)
* 2015-03-20 - New Feature: Add a setting to control if the block should, when looking for teachers with the specified teacher roles, include teachers who have their role assigned in parent contexts (course category or system level)
...
@@ -78,7 +79,7 @@ See http://docs.moodle.org/en/Installing_plugins for details on installing Moodl
...
@@ -78,7 +79,7 @@ See http://docs.moodle.org/en/Installing_plugins for details on installing Moodl
Placement
Placement
---------
---------
block_course_overview_campus is used ideally as sticky block and placed on your frontpage (and mymoodle page, if your moodle instance uses this pagetype).
block_course_overview_campus is used ideally as sticky block and placed on your frontpage (and / or Dashboard page).
See http://docs.moodle.org/en/Block_settings#Making_a_block_sticky_throughout_the_whole_site for details about sticky blocks
See http://docs.moodle.org/en/Block_settings#Making_a_block_sticky_throughout_the_whole_site for details about sticky blocks
$string['coursenewsdefault']='Hide course news by default';
$string['coursenewsdefault']='Hide course news by default';
$string['coursenewsdefault_desc']='If enabled, course news are hidden by default to prevent cluttered course lists. If disabled, course news are shown / expanded by default to catch the user\'s eye. As soon as a user hides / shows a course\'s news, this setting isn\'t relevant anymore for this course<br /><em>This setting is only processed when enable course news is activated</em>';
$string['coursenewsdefault_desc']='If enabled, course news are hidden by default to prevent cluttered course lists. If disabled, course news are shown / expanded by default to catch the user\'s eye. As soon as a user hides / shows a course\'s news, this setting isn\'t relevant anymore for this course<br /><em>This setting is only processed when enable course news is activated</em>';
$string['course_overview_campus:addinstance']='Add a new course overview campus block';
$string['course_overview_campus:addinstance']='Add a new course overview campus block';
$string['course_overview_campus:myaddinstance']='Add a new course overview campus block to the My Moodle page';
$string['course_overview_campus:myaddinstance']='Add a new course overview campus block to Dashboard';
$string['defaultterm']='Use default term';
$string['defaultterm']='Use default term';
$string['defaultterm_desc']='If the user has not previously selected a term for filtering terms, a term is chosen for him. The first choice is the current term. If the user is not enrolled on any courses in the current term, the most recent previous term is chosen.<br /><em>This setting is only processed when the term filter is activated</em>';
$string['defaultterm_desc']='If the user has not previously selected a term for filtering terms, a term is chosen for him. The first choice is the current term. If the user is not enrolled on any courses in the current term, the most recent previous term is chosen.<br /><em>This setting is only processed when the term filter is activated</em>';