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

Split the existing long settings page into multiple settings pages + some fixes in language pack

parent af682ed0
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ This plugin requires Moodle 3.0+ ...@@ -13,6 +13,7 @@ This plugin requires Moodle 3.0+
Changes Changes
------- -------
* 2016-04-05 - Split the existing long settings page into multiple settings pages
* 2016-04-01 - Add feature to show top level category name in second row; rename existing feature to show parent category name * 2016-04-01 - Add feature to show top level category name in second row; rename existing feature to show parent category name
* 2016-04-01 - Add filter for top level category; rename existing category filter to parent category filter * 2016-04-01 - Add filter for top level category; rename existing category filter to parent category filter
* 2016-03-02 - Fix missing data in second row when corresponding filters are not activated; Credits to Dimitri Vorona * 2016-03-02 - Fix missing data in second row when corresponding filters are not activated; Credits to Dimitri Vorona
......
...@@ -36,7 +36,7 @@ $string['categorycoursefilter_desc'] = 'Allow users to filter courses by parent ...@@ -36,7 +36,7 @@ $string['categorycoursefilter_desc'] = 'Allow users to filter courses by parent
$string['categorycoursefilterdisplayname'] = 'Display name for parent category filter'; $string['categorycoursefilterdisplayname'] = 'Display name for parent category filter';
$string['categorycoursefilterdisplayname_desc'] = 'This display name is shown above the parent category filter<br /><em>This setting is only processed when the parent category filter is activated</em>'; $string['categorycoursefilterdisplayname_desc'] = 'This display name is shown above the parent category filter<br /><em>This setting is only processed when the parent category filter is activated</em>';
$string['categorycoursefiltersettingheading'] = 'Parent category filter: Filter activation'; $string['categorycoursefiltersettingheading'] = 'Parent category filter: Filter activation';
$string['coursenewsheading'] = 'Course overview list: Course news'; $string['coursenewsheading'] = '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';
...@@ -51,7 +51,7 @@ $string['firstrowcoursename'] = 'First row: Course name style'; ...@@ -51,7 +51,7 @@ $string['firstrowcoursename'] = 'First row: Course name style';
$string['firstrowcoursename_desc'] = 'Show the course\'s full name or the course\'s short name in the first row of the course overview list entry'; $string['firstrowcoursename_desc'] = 'Show the course\'s full name or the course\'s short name in the first row of the course overview list entry';
$string['hiddencourses'] = 'hidden courses'; $string['hiddencourses'] = 'hidden courses';
$string['hidecourse'] = 'Hide course in course overview list'; $string['hidecourse'] = 'Hide course in course overview list';
$string['hidecoursessettingheading'] = 'Course overview list: Hide courses'; $string['hidecoursessettingheading'] = 'Hide courses';
$string['hidenews'] = 'Hide course news'; $string['hidenews'] = 'Hide course news';
$string['listentriessettingheading'] = 'Course overview list: Entries'; $string['listentriessettingheading'] = 'Course overview list: Entries';
$string['managehiddencourses'] = 'Manage hidden courses'; $string['managehiddencourses'] = 'Manage hidden courses';
...@@ -82,6 +82,15 @@ $string['secondrowshowtermname_desc'] = 'Show the course\'s term name in a secon ...@@ -82,6 +82,15 @@ $string['secondrowshowtermname_desc'] = 'Show the course\'s term name in a secon
$string['secondrowshowtoplevelcategoryname'] = 'Second row: Show top level category name'; $string['secondrowshowtoplevelcategoryname'] = 'Second row: Show top level category name';
$string['secondrowshowtoplevelcategoryname_desc'] = 'Show the course\'s top level category name in a second row of the course overview list entry'; $string['secondrowshowtoplevelcategoryname_desc'] = 'Show the course\'s top level category name in a second row of the course overview list entry';
$string['semester_desc'] = 'Semester (Calendar year is divided into two terms)'; $string['semester_desc'] = 'Semester (Calendar year is divided into two terms)';
$string['settingspage_general'] = 'General';
$string['settingspage_courseoverviewlist'] = 'Course overview list';
$string['settingspage_hidecourses'] = 'Hide courses';
$string['settingspage_coursenews'] = 'Course news';
$string['settingspage_teacherroles'] = 'Teacher roles';
$string['settingspage_categoryfilter'] = 'Parent category filter';
$string['settingspage_toplevelcategoryfilter'] = 'Top level category filter';
$string['settingspage_teacherfilter'] = 'Teacher filter';
$string['settingspage_termfilter'] = 'Term filter';
$string['showcourse'] = 'Show course'; $string['showcourse'] = 'Show course';
$string['shownews'] = 'Show course news'; $string['shownews'] = 'Show course news';
$string['skipcoursenews'] = 'Skip course news'; $string['skipcoursenews'] = 'Skip course news';
...@@ -106,7 +115,7 @@ $string['teacherrolesparentcapability'] = 'Depending on the user\'s moodle/cours ...@@ -106,7 +115,7 @@ $string['teacherrolesparentcapability'] = 'Depending on the user\'s moodle/cours
$string['term'] = 'Term'; $string['term'] = 'Term';
$string['term1'] = 'Term 1'; $string['term1'] = 'Term 1';
$string['term1name'] = 'Term 1 name'; $string['term1name'] = 'Term 1 name';
$string['term1name_desc'] = 'Descriptive name for term 1, please rename it according to your campus terminology (or leave it empty if you want to use only year numbes in Academic year mode)<br /><em>This setting is only processed when the teacher filter is activated</em>'; $string['term1name_desc'] = 'Descriptive name for term 1, please rename it according to your campus terminology (or leave it empty if you want to use only year numbes in Academic year mode)<br /><em>This setting is only processed when the term filter is activated</em>';
$string['term1startday'] = 'Term 1 start day'; $string['term1startday'] = 'Term 1 start day';
$string['term1startday_desc'] = 'Day and month when term 1 starts<br /><em>This setting is only processed when the term filter is activated</em>'; $string['term1startday_desc'] = 'Day and month when term 1 starts<br /><em>This setting is only processed when the term filter is activated</em>';
$string['term2'] = 'Term 2'; $string['term2'] = 'Term 2';
...@@ -136,13 +145,13 @@ $string['termnamesettingheading'] = 'Term filter: Term names'; ...@@ -136,13 +145,13 @@ $string['termnamesettingheading'] = 'Term filter: Term names';
$string['termsettingerror'] = 'The configured term dates don\'t make sense. Please verify that term 2 starts after term 1 and so on. Term filter will not be available to users until you fix this.'; $string['termsettingerror'] = 'The configured term dates don\'t make sense. Please verify that term 2 starts after term 1 and so on. Term filter will not be available to users until you fix this.';
$string['termsettingheading'] = 'Term filter: Term definition'; $string['termsettingheading'] = 'Term filter: Term definition';
$string['termyearpos'] = 'Term name year position'; $string['termyearpos'] = 'Term name year position';
$string['termyearpos_desc'] = 'Define if the term\'s year should be added as suffix or prefix to the term name<br /><em>This setting is only processed when the teacher filter is activated</em>'; $string['termyearpos_desc'] = 'Define if the term\'s year should be added as suffix or prefix to the term name<br /><em>This setting is only processed when the term filter is activated</em>';
$string['termyearposprefixspace_desc'] = 'Year is added as prefix to the term name with space (Example: "2013 Summer term")'; $string['termyearposprefixspace_desc'] = 'Year is added as prefix to the term name with space (Example: "2013 Summer term")';
$string['termyearposprefixnospace_desc'] = 'Year is added as prefix to the term name without space (Example: "2013S")'; $string['termyearposprefixnospace_desc'] = 'Year is added as prefix to the term name without space (Example: "2013S")';
$string['termyearpossuffixspace_desc'] = 'Year is added as suffix to the term name with space (Example: "Summer term 2013")'; $string['termyearpossuffixspace_desc'] = 'Year is added as suffix to the term name with space (Example: "Summer term 2013")';
$string['termyearpossuffixnospace_desc'] = 'Year is added as suffix to the term name without space (Example: "S2013")'; $string['termyearpossuffixnospace_desc'] = 'Year is added as suffix to the term name without space (Example: "S2013")';
$string['termyearseparation'] = 'Term name second year separation'; $string['termyearseparation'] = 'Term name second year separation';
$string['termyearseparation_desc'] = 'If the timespan of the term includes New Year\'s day, define how this second year should be separated from the first one<br /><em>This setting is only processed when the teacher filter is activated</em>'; $string['termyearseparation_desc'] = 'If the timespan of the term includes New Year\'s day, define how this second year should be separated from the first one<br /><em>This setting is only processed when the term filter is activated</em>';
$string['termyearseparationhyphen_desc'] = 'Separate with a hyphen (Example: "2013-2014")'; $string['termyearseparationhyphen_desc'] = 'Separate with a hyphen (Example: "2013-2014")';
$string['termyearseparationslash_desc'] = 'Separate with a slash (Example: "2013/2014")'; $string['termyearseparationslash_desc'] = 'Separate with a slash (Example: "2013/2014")';
$string['termyearseparationunderscore_desc'] = 'Separate with a underscore (Example: "2013_2014")'; $string['termyearseparationunderscore_desc'] = 'Separate with a underscore (Example: "2013_2014")';
......
This diff is collapsed.
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'block_course_overview_campus'; $plugin->component = 'block_course_overview_campus';
$plugin->version = 2016040100; $plugin->version = 2016040500;
$plugin->release = 'v3.0-r3'; $plugin->release = 'v3.0-r3';
$plugin->requires = 2015111600; $plugin->requires = 2015111600;
$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