Skip to content
Snippets Groups Projects
Commit e9c82087 authored by Alexander Bias's avatar Alexander Bias
Browse files

Change My Moodle to Dashboard in language pack

parent 11ad49c3
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
...@@ -31,7 +31,7 @@ $string['coursenewsheading'] = 'Course overview list: Course news'; ...@@ -31,7 +31,7 @@ $string['coursenewsheading'] = 'Course overview list: Course news';
$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>';
$string['enablecoursenews'] = 'Enable course news'; $string['enablecoursenews'] = 'Enable course news';
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'block_course_overview_campus'; $plugin->component = 'block_course_overview_campus';
$plugin->version = 2015051100; $plugin->version = 2015051101;
$plugin->release = '2.9 (Build: 2015081800)'; $plugin->release = '2.9 (Build: 2015082100)';
$plugin->requires = 2015051100; $plugin->requires = 2015051100;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment