Course checker
Versions
Current version
v4.00-r1 (2023081400)
v4.00-r1
Plugin type: Blocks
Frankenstyle component name: block_course_checker
Version build number: 2023081400
Version release name: v4.00-r1
Maturity: Stable
Supported Moodle versions: 4.0, 4.1, 4.2
Repository URL (Git): https://github.com/ffhs/moodle-block_course_checker
Repository branch: master
Repository tag: v4.00-r1
Issue/bug tracker URL: https://github.com/ffhs/moodle-block_course_checker/issues
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v4.00-r1] (Build: 2023081400) - 2023-08-14
Added
- Release version for Moodle 4.00
Fixed
- Fix
edit_form.php(issue #57)
[v3.11-r1] (Build: 2021052600) - 2021-05-26
Added
- GH Actions support
- Release version for Moodle 3.11
Removed
- TravisCI support
[v3.10-r1] (Build: 2020111600) - 2020-11-16
Added
- Release version for Moodle 3.10
[v3.9-r2 (Build: 2020062401) + v3.8-r4 (Build: 2020050503) + v3.7-r5 (Build: 2019121804)] - 2020-07-24
Changed
- Improve
checker_links_whitelistto enable URL paths and custom port (issue #39
, pull request #40)
[v3.9-r1 (Build: 2020062400) + v3.8-r3 (Build: 2020050502) + v3.7-r4 (Build: 2019121803)] - 2020-06-24
Added
- Simple behat scenario
addblockinstance(issue #35)
Changed
- Reworked
re-runbuttons (commit 7067c97) - Adapt
user_has_role_in_coursemethod (issue #37)
Fixed
- Bugfix in
checker_userdatato fetch glossary (commit dac81cb) - Fix double coded local
URLs(issue #36) - Get rid of notice when
link_whitelistis not set in course block (issue #34)
[v3.8-r2 (Build: 2020050501) + v3.7-r3 (Build: 2019121802)] - 2020-05-08
Changed
- Renamed
checker_linktochecker_linksin due of AMOS problems (issue #33)
Fixed
- Hardcoded lang string (issue #33)
[v3.8-r1 (Build: 2020050500) + v3.7-r2 (Build: 2019121801)] - 2020-05-05
Added
- Add
blockschecker to check if the same blocks are present - Extend
linkchecker, now in each course can be defined a owndomain whitelist(issue #30) - Add
userdatachecker to checkdatabases,forums,glossariesandwikisfor entries (issue #21) - Add
quizchecker to check if themaximumgradevalue is set correct (issue #22) - Add method
is_checker_enabled_by_defaultto set the globalchecker_<checkername>_statussetting
- This was done in due of FFHS-specific checkers, e.g
activedatesanduserdata(issue #19)
- This was done in due of FFHS-specific checkers, e.g
- Add
block configurationwhere settings can be defined per checker
inclasses/checkers/<checker_name>/edit_form.php(issue #26
, issue #30) - Enable
manual check date formonly for given roles (issue #20) - Extend
linkchecker, now course summary, book chapters and wiki pages will be crawled (issue #13) - Add
activedateschecker to check if anytimingconfiguration is set in activities (issue #19) - Extend
referencesettingschecker with afilter comparison(issue #24) - Add
databasechecker to check if there are activitieswithout fields(issue #25)
Changed
- Adapt the
referencesettings messagewhen the check is successful to be more consistent (issue #24) - Improved the
instances loopto fetch given activities (issue #25) - Improved the
resolutionlinkmethod (issue #27) - Improved the
linkchecker to get better results, e.g.User-Agentandfile handler(issue #12
, issue #15)
Fixed
- The
domain whitelistinput textarea now allows URLs and not only domains (issue #30) - Removed
hardcoded link colorin checkers full
notification (commit 81c0158)
[v3.7-r1 (Build: 2019121800)] + [v3.6-r5 (Build: 2019071004)] - 2019-12-18
Changed
- cURL request follows now three redirects
Fixed
- Regex for
get_urls_from_text()- allow dash at the end (issue #10) - Show last activity change in block (issue #9)
[v3.6-r4 (Build: 2019071003)] - 2019-10-30
Added
- 3rd party plugin dependency handling (issue #1)
- Functionality to show/hide results if checker is disabled (issue #6)
[v3.6-r3 (Build: 2019071002)] - 2019-10-15
Changed
- Language strings
according MoodleDocs (issue #3) - Change db field types (issue #4)
Fixed
- Remove duplicated class
date_picker_input(issue #5)
[v3.6-r2 (Build: 2019071001)] - 2019-10-14
Added
- Add capability
block/course_checker:view
Fixed
- Add
nameattribute to coursemodule delete event - Fix
check_urlif host isnull
[v3.6-r1 (Build: 2019071001)] - 2019-07-10
- Initial release
v3.11-r1 (2021052600)
v3.11-r1
Plugin type: Blocks
Frankenstyle component name: block_course_checker
Version build number: 2021052600
Version release name: v3.11-r1
Maturity: Stable
Supported Moodle versions: 3.11
Repository URL (Git): https://github.com/ffhs/moodle-block_course_checker
Repository branch: MOODLE_311_STABLE
Repository tag: v3.11-r1
Issue/bug tracker URL: https://github.com/ffhs/moodle-block_course_checker/issues
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v3.11-r1] (Build: 2021052600) - 2021-05-26
Added
- GH Actions support
- Release version for Moodle 3.11
Removed
- TravisCI support
[v3.10-r1] (Build: 2020111600) - 2020-11-16
Added
- Release version for Moodle 3.10
[v3.9-r2 (Build: 2020062401) + v3.8-r4 (Build: 2020050503) + v3.7-r5 (Build: 2019121804)] - 2020-07-24
Changed
- Improve
checker_links_whitelistto enable URL paths and custom port (issue #39
, pull request #40)
[v3.9-r1 (Build: 2020062400) + v3.8-r3 (Build: 2020050502) + v3.7-r4 (Build: 2019121803)] - 2020-06-24
Added
- Simple behat scenario
addblockinstance(issue #35)
Changed
- Reworked
re-runbuttons (commit 7067c97) - Adapt
user_has_role_in_coursemethod (issue #37)
Fixed
- Bugfix in
checker_userdatato fetch glossary (commit dac81cb) - Fix double coded local
URLs(issue #36) - Get rid of notice when
link_whitelistis not set in course block (issue #34)
[v3.8-r2 (Build: 2020050501) + v3.7-r3 (Build: 2019121802)] - 2020-05-08
Changed
- Renamed
checker_linktochecker_linksin due of AMOS problems (issue #33)
Fixed
- Hardcoded lang string (issue #33)
[v3.8-r1 (Build: 2020050500) + v3.7-r2 (Build: 2019121801)] - 2020-05-05
Added
- Add
blockschecker to check if the same blocks are present - Extend
linkchecker, now in each course can be defined a owndomain whitelist(issue #30) - Add
userdatachecker to checkdatabases,forums,glossariesandwikisfor entries (issue #21) - Add
quizchecker to check if themaximumgradevalue is set correct (issue #22) - Add method
is_checker_enabled_by_defaultto set the globalchecker__statussetting
- This was done in due of FFHS-specific checkers, e.g
activedatesanduserdata(issue #19)
- This was done in due of FFHS-specific checkers, e.g
- Add
block configurationwhere settings can be defined per checker
inclasses/checkers//edit_form.php(issue #26
, issue #30) - Enable
manual check date formonly for given roles (issue #20) - Extend
linkchecker, now course summary, book chapters and wiki pages will be crawled (issue #13) - Add
activedateschecker to check if anytimingconfiguration is set in activities (issue #19) - Extend
referencesettingschecker with afilter comparison(issue #24) - Add
databasechecker to check if there are activitieswithout fields(issue #25)
Changed
- Adapt the
referencesettings messagewhen the check is successful to be more consistent (issue #24) - Improved the
instances loopto fetch given activities (issue #25) - Improved the
resolutionlinkmethod (issue #27) - Improved the
linkchecker to get better results, e.g.User-Agentandfile handler(issue #12
, issue #15)
Fixed
- The
domain whitelistinput textarea now allows URLs and not only domains (issue #30) - Removed
hardcoded link colorin checkers full
notification (commit 81c0158)
[v3.7-r1 (Build: 2019121800)] + [v3.6-r5 (Build: 2019071004)] - 2019-12-18
Changed
- cURL request follows now three redirects
Fixed
- Regex for
get_urls_from_text()- allow dash at the end (issue #10) - Show last activity change in block (issue #9)
[v3.6-r4 (Build: 2019071003)] - 2019-10-30
Added
- 3rd party plugin dependency handling (issue #1)
- Functionality to show/hide results if checker is disabled (issue #6)
[v3.6-r3 (Build: 2019071002)] - 2019-10-15
Changed
- Language strings
according MoodleDocs (issue #3) - Change db field types (issue #4)
Fixed
- Remove duplicated class
date_picker_input(issue #5)
[v3.6-r2 (Build: 2019071001)] - 2019-10-14
Added
- Add capability
block/course_checker:view
Fixed
- Add
nameattribute to coursemodule delete event - Fix
check_urlif host isnull
[v3.6-r1 (Build: 2019071001)] - 2019-07-10
- Initial release
v3.10-r1 (2020111600)
v3.10-r1
Plugin type: Blocks
Frankenstyle component name: block_course_checker
Version build number: 2020111600
Version release name: v3.10-r1
Maturity: Stable
Supported Moodle versions: 3.10
Repository URL (Git): https://github.com/ffhs/moodle-block_course_checker
Repository branch: master
Repository tag: v3.10-r1
Issue/bug tracker URL: https://github.com/ffhs/moodle-block_course_checker/issues
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[v3.10-r1] (Build: 2020111600) - 2020-11-16
Added
- Release version for Moodle 3.10
[v3.9-r2 (Build: 2020062401) + v3.8-r4 (Build: 2020050503) + v3.7-r5 (Build: 2019121804)] - 2020-07-24
Changed
- Improve
checker_links_whitelistto enable URL paths and custom port (issue #39, pull request #40)
[v3.9-r1 (Build: 2020062400) + v3.8-r3 (Build: 2020050502) + v3.7-r4 (Build: 2019121803)] - 2020-06-24
Added
- Simple behat scenario
addblockinstance(issue #35)
Changed
- Reworked
re-runbuttons (commit 7067c97) - Adapt
user_has_role_in_coursemethod (issue #37)
Fixed
- Bugfix in
checker_userdatato fetch glossary (commit dac81cb) - Fix double coded local
URLs(issue #36) - Get rid of notice when
link_whitelistis not set in course block (issue #34)
[v3.8-r2 (Build: 2020050501) + v3.7-r3 (Build: 2019121802)] - 2020-05-08
Changed
- Renamed
checker_linktochecker_linksin due of AMOS problems (issue #33)
Fixed
- Hardcoded lang string (issue #33)
[v3.8-r1 (Build: 2020050500) + v3.7-r2 (Build: 2019121801)] - 2020-05-05
Added
- Add
blockschecker to check if the same blocks are present - Extend
linkchecker, now in each course can be defined a owndomain whitelist(issue #30) - Add
userdatachecker to checkdatabases,forums,glossariesandwikisfor entries (issue #21) - Add
quizchecker to check if themaximumgradevalue is set correct (issue #22) - Add method
is_checker_enabled_by_defaultto set the globalchecker_<checkername>_statussetting
- This was done in due of FFHS-specific checkers, e.g
activedatesanduserdata(issue #19)
- This was done in due of FFHS-specific checkers, e.g
- Add
block configurationwhere settings can be defined per checker inclasses/checkers/<checker_name>/edit_form.php(issue #26, issue #30) - Enable
manual check date formonly for given roles (issue #20) - Extend
linkchecker, now course summary, book chapters and wiki pages will be crawled (issue #13) - Add
activedateschecker to check if anytimingconfiguration is set in activities (issue #19) - Extend
referencesettingschecker with afilter comparison(issue #24) - Add
databasechecker to check if there are activitieswithout fields(issue #25)
Changed
- Adapt the
referencesettings messagewhen the check is successful to be more consistent (issue #24) - Improved the
instances loopto fetch given activities (issue #25) - Improved the
resolutionlinkmethod (issue #27) - Improved the
linkchecker to get better results, e.g.User-Agentandfile handler(issue #12, issue #15)
Fixed
- The
domain whitelistinput textarea now allows URLs and not only domains (issue #30) - Removed
hardcoded link colorin checkers full notification (commit 81c0158)
[v3.7-r1 (Build: 2019121800)] + [v3.6-r5 (Build: 2019071004)] - 2019-12-18
Changed
- cURL request follows now three redirects
Fixed
- Regex for
get_urls_from_text()- allow dash at the end (issue #10) - Show last activity change in block (issue #9)
[v3.6-r4 (Build: 2019071003)] - 2019-10-30
Added
- 3rd party plugin dependency handling (issue #1)
- Functionality to show/hide results if checker is disabled (issue #6)
[v3.6-r3 (Build: 2019071002)] - 2019-10-15
Changed
- Language strings according MoodleDocs (issue #3)
- Change db field types (issue #4)
Fixed
- Remove duplicated class
date_picker_input(issue #5)
[v3.6-r2 (Build: 2019071001)] - 2019-10-14
Added
- Add capability
block/course_checker:view
Fixed
- Add
nameattribute to coursemodule delete event - Fix
check_urlif host isnull
[v3.6-r1 (Build: 2019071001)] - 2019-07-10
- Initial release
v3.9-r2 (2020062401)
v3.9-r2
Plugin type: Blocks
Frankenstyle component name: block_course_checker
Version build number: 2020062401
Version release name: v3.9-r2
Maturity: Stable
Supported Moodle versions: 3.9
Repository URL (Git): https://github.com/ffhs/moodle-block_course_checker
Repository branch: MOODLE_39_STABLE
Repository tag: v3.9-r2
Issue/bug tracker URL: https://github.com/ffhs/moodle-block_course_checker/issues
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[v3.9-r2 (Build: 2020062401) + v3.8-r4 (Build: 2020050503) + v3.7-r5 (Build: 2019121804)] - 2020-07-24
Changed
- Improve
checker_links_whitelistto enable URL paths and custom port (issue #39, pull request #40)
[v3.9-r1 (Build: 2020062400) + v3.8-r3 (Build: 2020050502) + v3.7-r4 (Build: 2019121803)] - 2020-06-24
Added
- Simple behat scenario
addblockinstance(issue #35)
Changed
- Reworked
re-runbuttons (commit 7067c97) - Adapt
user_has_role_in_coursemethod (issue #37)
Fixed
- Bugfix in
checker_userdatato fetch glossary (commit dac81cb) - Fix double coded local
URLs(issue #36) - Get rid of notice when
link_whitelistis not set in course block (issue #34)
[v3.8-r2 (Build: 2020050501) + v3.7-r3 (Build: 2019121802)] - 2020-05-08
Changed
- Renamed
checker_linktochecker_linksin due of AMOS problems (issue #33)
Fixed
- Hardcoded lang string (issue #33)
[v3.8-r1 (Build: 2020050500) + v3.7-r2 (Build: 2019121801)] - 2020-05-05
Added
- Add
blockschecker to check if the same blocks are present - Extend
linkchecker, now in each course can be defined a owndomain whitelist(issue #30) - Add
userdatachecker to checkdatabases,forums,glossariesandwikisfor entries (issue #21) - Add
quizchecker to check if themaximumgradevalue is set correct (issue #22) - Add method
is_checker_enabled_by_defaultto set the globalchecker_<checkername>_statussetting
- This was done in due of FFHS-specific checkers, e.g
activedatesanduserdata(issue #19)
- This was done in due of FFHS-specific checkers, e.g
- Add
block configurationwhere settings can be defined per checker inclasses/checkers/<checker_name>/edit_form.php(issue #26, issue #30) - Enable
manual check date formonly for given roles (issue #20) - Extend
linkchecker, now course summary, book chapters and wiki pages will be crawled (issue #13) - Add
activedateschecker to check if anytimingconfiguration is set in activities (issue #19) - Extend
referencesettingschecker with afilter comparison(issue #24) - Add
databasechecker to check if there are activitieswithout fields(issue #25)
Changed
- Adapt the
referencesettings messagewhen the check is successful to be more consistent (issue #24) - Improved the
instances loopto fetch given activities (issue #25) - Improved the
resolutionlinkmethod (issue #27) - Improved the
linkchecker to get better results, e.g.User-Agentandfile handler(issue #12, issue #15)
Fixed
- The
domain whitelistinput textarea now allows URLs and not only domains (issue #30) - Removed
hardcoded link colorin checkers full notification (commit 81c0158)
[v3.7-r1 (Build: 2019121800)] + [v3.6-r5 (Build: 2019071004)] - 2019-12-18
Changed
- cURL request follows now three redirects
Fixed
- Regex for
get_urls_from_text()- allow dash at the end (issue #10) - Show last activity change in block (issue #9)
[v3.6-r4 (Build: 2019071003)] - 2019-10-30
Added
- 3rd party plugin dependency handling (issue #1)
- Functionality to show/hide results if checker is disabled (issue #6)
[v3.6-r3 (Build: 2019071002)] - 2019-10-15
Changed
- Language strings according MoodleDocs (issue #3)
- Change db field types (issue #4)
Fixed
- Remove duplicated class
date_picker_input(issue #5)
[v3.6-r2 (Build: 2019071001)] - 2019-10-14
Added
- Add capability
block/course_checker:view
Fixed
- Add
nameattribute to coursemodule delete event - Fix
check_urlif host isnull
[v3.6-r1 (Build: 2019071001)] - 2019-07-10
- Initial release
v3.8-r4 (2020050503)
v3.8-r4
Plugin type: Blocks
Frankenstyle component name: block_course_checker
Version build number: 2020050503
Version release name: v3.8-r4
Maturity: Stable
Supported Moodle versions: 3.8
Repository URL (Git): https://github.com/ffhs/moodle-block_course_checker
Repository branch: MOODLE_38_STABLE
Repository tag: v3.8-r4
Issue/bug tracker URL: https://github.com/ffhs/moodle-block_course_checker/issues
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[v3.9-r2 (Build: 2020062401) + v3.8-r4 (Build: 2020050503) + v3.7-r5 (Build: 2019121804)] - 2020-07-24
Changed
- Improve
checker_links_whitelistto enable URL paths and custom port (issue #39, pull request #40)
[v3.9-r1 (Build: 2020062400) + v3.8-r3 (Build: 2020050502) + v3.7-r4 (Build: 2019121803)] - 2020-06-24
Added
- Simple behat scenario
addblockinstance(issue #35)
Changed
- Reworked
re-runbuttons (commit 7067c97) - Adapt
user_has_role_in_coursemethod (issue #37)
Fixed
- Bugfix in
checker_userdatato fetch glossary (commit dac81cb) - Fix double coded local
URLs(issue #36) - Get rid of notice when
link_whitelistis not set in course block (issue #34)
[v3.8-r2 (Build: 2020050501) + v3.7-r3 (Build: 2019121802)] - 2020-05-08
Changed
- Renamed
checker_linktochecker_linksin due of AMOS problems (issue #33)
Fixed
- Hardcoded lang string (issue #33)
[v3.8-r1 (Build: 2020050500) + v3.7-r2 (Build: 2019121801)] - 2020-05-05
Added
- Add
blockschecker to check if the same blocks are present - Extend
linkchecker, now in each course can be defined a owndomain whitelist(issue #30) - Add
userdatachecker to checkdatabases,forums,glossariesandwikisfor entries (issue #21) - Add
quizchecker to check if themaximumgradevalue is set correct (issue #22) - Add method
is_checker_enabled_by_defaultto set the globalchecker_<checkername>_statussetting
- This was done in due of FFHS-specific checkers, e.g
activedatesanduserdata(issue #19)
- This was done in due of FFHS-specific checkers, e.g
- Add
block configurationwhere settings can be defined per checker inclasses/checkers/<checker_name>/edit_form.php(issue #26, issue #30) - Enable
manual check date formonly for given roles (issue #20) - Extend
linkchecker, now course summary, book chapters and wiki pages will be crawled (issue #13) - Add
activedateschecker to check if anytimingconfiguration is set in activities (issue #19) - Extend
referencesettingschecker with afilter comparison(issue #24) - Add
databasechecker to check if there are activitieswithout fields(issue #25)
Changed
- Adapt the
referencesettings messagewhen the check is successful to be more consistent (issue #24) - Improved the
instances loopto fetch given activities (issue #25) - Improved the
resolutionlinkmethod (issue #27) - Improved the
linkchecker to get better results, e.g.User-Agentandfile handler(issue #12, issue #15)
Fixed
- The
domain whitelistinput textarea now allows URLs and not only domains (issue #30) - Removed
hardcoded link colorin checkers full notification (commit 81c0158)
[v3.7-r1 (Build: 2019121800)] + [v3.6-r5 (Build: 2019071004)] - 2019-12-18
Changed
- cURL request follows now three redirects
Fixed
- Regex for
get_urls_from_text()- allow dash at the end (issue #10) - Show last activity change in block (issue #9)
[v3.6-r4 (Build: 2019071003)] - 2019-10-30
Added
- 3rd party plugin dependency handling (issue #1)
- Functionality to show/hide results if checker is disabled (issue #6)
[v3.6-r3 (Build: 2019071002)] - 2019-10-15
Changed
- Language strings according MoodleDocs (issue #3)
- Change db field types (issue #4)
Fixed
- Remove duplicated class
date_picker_input(issue #5)
[v3.6-r2 (Build: 2019071001)] - 2019-10-14
Added
- Add capability
block/course_checker:view
Fixed
- Add
nameattribute to coursemodule delete event - Fix
check_urlif host isnull
[v3.6-r1 (Build: 2019071001)] - 2019-07-10
- Initial release
v3.7-r5 (2019121804)
v3.7-r5
Plugin type: Blocks
Frankenstyle component name: block_course_checker
Version build number: 2019121804
Version release name: v3.7-r5
Maturity: Stable
Supported Moodle versions: 3.7
Repository URL (Git): https://github.com/ffhs/moodle-block_course_checker
Repository branch: MOODLE_37_STABLE
Repository tag: v3.7-r5
Issue/bug tracker URL: https://github.com/ffhs/moodle-block_course_checker/issues
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[v3.9-r2 (Build: 2020062401) + v3.8-r4 (Build: 2020050503) + v3.7-r5 (Build: 2019121804)] - 2020-07-24
Changed
- Improve
checker_links_whitelistto enable URL paths and custom port (issue #39, pull request #40)
[v3.9-r1 (Build: 2020062400) + v3.8-r3 (Build: 2020050502) + v3.7-r4 (Build: 2019121803)] - 2020-06-24
Added
- Simple behat scenario
addblockinstance(issue #35)
Changed
- Reworked
re-runbuttons (commit 7067c97) - Adapt
user_has_role_in_coursemethod (issue #37)
Fixed
- Bugfix in
checker_userdatato fetch glossary (commit dac81cb) - Fix double coded local
URLs(issue #36) - Get rid of notice when
link_whitelistis not set in course block (issue #34)
[v3.8-r2 (Build: 2020050501) + v3.7-r3 (Build: 2019121802)] - 2020-05-08
Changed
- Renamed
checker_linktochecker_linksin due of AMOS problems (issue #33)
Fixed
- Hardcoded lang string (issue #33)
[v3.8-r1 (Build: 2020050500) + v3.7-r2 (Build: 2019121801)] - 2020-05-05
Added
- Add
blockschecker to check if the same blocks are present - Extend
linkchecker, now in each course can be defined a owndomain whitelist(issue #30) - Add
userdatachecker to checkdatabases,forums,glossariesandwikisfor entries (issue #21) - Add
quizchecker to check if themaximumgradevalue is set correct (issue #22) - Add method
is_checker_enabled_by_defaultto set the globalchecker_<checkername>_statussetting
- This was done in due of FFHS-specific checkers, e.g
activedatesanduserdata(issue #19)
- This was done in due of FFHS-specific checkers, e.g
- Add
block configurationwhere settings can be defined per checker inclasses/checkers/<checker_name>/edit_form.php(issue #26, issue #30) - Enable
manual check date formonly for given roles (issue #20) - Extend
linkchecker, now course summary, book chapters and wiki pages will be crawled (issue #13) - Add
activedateschecker to check if anytimingconfiguration is set in activities (issue #19) - Extend
referencesettingschecker with afilter comparison(issue #24) - Add
databasechecker to check if there are activitieswithout fields(issue #25)
Changed
- Adapt the
referencesettings messagewhen the check is successful to be more consistent (issue #24) - Improved the
instances loopto fetch given activities (issue #25) - Improved the
resolutionlinkmethod (issue #27) - Improved the
linkchecker to get better results, e.g.User-Agentandfile handler(issue #12, issue #15)
Fixed
- The
domain whitelistinput textarea now allows URLs and not only domains (issue #30) - Removed
hardcoded link colorin checkers full notification (commit 81c0158)
[v3.7-r1 (Build: 2019121800)] + [v3.6-r5 (Build: 2019071004)] - 2019-12-18
Changed
- cURL request follows now three redirects
Fixed
- Regex for
get_urls_from_text()- allow dash at the end (issue #10) - Show last activity change in block (issue #9)
[v3.6-r4 (Build: 2019071003)] - 2019-10-30
Added
- 3rd party plugin dependency handling (issue #1)
- Functionality to show/hide results if checker is disabled (issue #6)
[v3.6-r3 (Build: 2019071002)] - 2019-10-15
Changed
- Language strings according MoodleDocs (issue #3)
- Change db field types (issue #4)
Fixed
- Remove duplicated class
date_picker_input(issue #5)
[v3.6-r2 (Build: 2019071001)] - 2019-10-14
Added
- Add capability
block/course_checker:view
Fixed
- Add
nameattribute to coursemodule delete event - Fix
check_urlif host isnull
[v3.6-r1 (Build: 2019071001)] - 2019-07-10
- Initial release
v3.6-r5 (2019071004)
v3.6-r5
Plugin type: Blocks
Frankenstyle component name: block_course_checker
Version build number: 2019071004
Version release name: v3.6-r5
Maturity: Stable
Supported Moodle versions: 3.6
Repository URL (Git): https://github.com/ffhs/moodle-block_course_checker
Repository branch: MOODLE_36_STABLE
Repository tag: v3.6-r5
Issue/bug tracker URL: https://github.com/ffhs/moodle-block_course_checker/issues
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[v3.6-r5 (Build: 2019071004)] - 2019-12-18
Changed
- cURL request follows now three redirects
Fixed
- Regex for
get_urls_from_text()- allow dash at the end (issue #10) - Show last activity change in block (issue #9)
[v3.6-r4 (Build: 2019071003)] - 2019-10-30
Added
- 3rd party plugin dependency handling (issue #1)
- Functionality to show/hide results if checker is disabled (issue #6)
[v3.6-r3 (Build: 2019071002)] - 2019-10-15
Changed
- Language strings according MoodleDocs (issue #3)
- Change db field types (issue #4)
Fixed
- Remove duplicated class
date_picker_input(issue #5)
[v3.6-r2 (Build: 2019071001)] - 2019-10-14
Added
- Add capability
block/course_checker:view
Fixed
- Add
nameattribute to coursemodule delete event - Fix
check_urlif host isnull
[v3.6-r1 (Build: 2019071001)] - 2019-07-10
- Initial release