From 126028cc765291d89a183b1c436df2478ad48568 Mon Sep 17 00:00:00 2001 From: David Woloszyn Date: Wed, 30 Nov 2022 14:01:31 +1100 Subject: [PATCH] MDL-76183 lib: Update Github URLs --- badges/classes/assertion.php | 2 +- cache/stores/redis/README.md | 2 +- lib/editor/atto/plugins/html/thirdpartylibs.xml | 2 +- .../moodle-atto_html-codemirror-debug.js | 2 +- .../moodle-atto_html-codemirror.js | 2 +- .../html/yui/src/codemirror/js/codemirror.js | 2 +- lib/google/readme_moodle.txt | 2 +- lib/ltiprovider/README.md | 2 +- lib/ltiprovider/readme_moodle.txt | 16 ++++++++-------- lib/thirdpartylibs.xml | 2 +- lib/upgrade.txt | 2 +- .../airnotifier/message_output_airnotifier.php | 2 +- theme/boost/readme_moodle.txt | 2 +- 13 files changed, 20 insertions(+), 20 deletions(-) diff --git a/badges/classes/assertion.php b/badges/classes/assertion.php index 6565493c7c3..e15882b708d 100644 --- a/badges/classes/assertion.php +++ b/badges/classes/assertion.php @@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die(); /** - * Open Badges Assertions specification 1.0 {@link https://github.com/mozilla/openbadges/wiki/Assertions} + * Open Badges Assertions specification 1.0 {@link https://github.com/mozilla/openbadges-backpack/wiki/Assertions} * * Badge asserion is defined by three parts: * - Badge Assertion (information regarding a specific badge that was awarded to a badge earner) diff --git a/cache/stores/redis/README.md b/cache/stores/redis/README.md index 5fa50f602ad..1926a8574bb 100644 --- a/cache/stores/redis/README.md +++ b/cache/stores/redis/README.md @@ -3,4 +3,4 @@ Redis Cache Store for Moodle A Moodle cache store plugin for [Redis](http://redis.io). -This plugin requires the [PhpRedis](https://github.com/nicolasff/phpredis) extension. The PhpRedis extension can be installed via PECL with `pecl install redis`. +This plugin requires the [PhpRedis](https://github.com/phpredis/phpredis) extension. The PhpRedis extension can be installed via PECL with `pecl install redis`. diff --git a/lib/editor/atto/plugins/html/thirdpartylibs.xml b/lib/editor/atto/plugins/html/thirdpartylibs.xml index 22133cb42e1..7e661327d73 100644 --- a/lib/editor/atto/plugins/html/thirdpartylibs.xml +++ b/lib/editor/atto/plugins/html/thirdpartylibs.xml @@ -6,7 +6,7 @@ CodeMirror is a versatile text editor implemented in JavaScript for the browser. 5.65.9 MIT - https://github.com/codemirror/CodeMirror + https://github.com/codemirror/codemirror5 yui/src/beautify diff --git a/lib/editor/atto/plugins/html/yui/build/moodle-atto_html-codemirror/moodle-atto_html-codemirror-debug.js b/lib/editor/atto/plugins/html/yui/build/moodle-atto_html-codemirror/moodle-atto_html-codemirror-debug.js index ad80e15cdab..5c40d2b27ab 100644 --- a/lib/editor/atto/plugins/html/yui/build/moodle-atto_html-codemirror/moodle-atto_html-codemirror-debug.js +++ b/lib/editor/atto/plugins/html/yui/build/moodle-atto_html-codemirror/moodle-atto_html-codemirror-debug.js @@ -1957,7 +1957,7 @@ var define = null; // Remove require.js support in this context. if (m.startStyle && sp.from == pos) { spanStartStyle += " " + m.startStyle; } if (m.endStyle && sp.to == nextChange) { (endStyles || (endStyles = [])).push(m.endStyle, sp.to); } // support for the old title property - // https://github.com/codemirror/CodeMirror/pull/5673 + // https://github.com/codemirror/codemirror5/pull/5673 if (m.title) { (attributes || (attributes = {})).title = m.title; } if (m.attributes) { for (var attr in m.attributes) diff --git a/lib/editor/atto/plugins/html/yui/build/moodle-atto_html-codemirror/moodle-atto_html-codemirror.js b/lib/editor/atto/plugins/html/yui/build/moodle-atto_html-codemirror/moodle-atto_html-codemirror.js index ad80e15cdab..5c40d2b27ab 100644 --- a/lib/editor/atto/plugins/html/yui/build/moodle-atto_html-codemirror/moodle-atto_html-codemirror.js +++ b/lib/editor/atto/plugins/html/yui/build/moodle-atto_html-codemirror/moodle-atto_html-codemirror.js @@ -1957,7 +1957,7 @@ var define = null; // Remove require.js support in this context. if (m.startStyle && sp.from == pos) { spanStartStyle += " " + m.startStyle; } if (m.endStyle && sp.to == nextChange) { (endStyles || (endStyles = [])).push(m.endStyle, sp.to); } // support for the old title property - // https://github.com/codemirror/CodeMirror/pull/5673 + // https://github.com/codemirror/codemirror5/pull/5673 if (m.title) { (attributes || (attributes = {})).title = m.title; } if (m.attributes) { for (var attr in m.attributes) diff --git a/lib/editor/atto/plugins/html/yui/src/codemirror/js/codemirror.js b/lib/editor/atto/plugins/html/yui/src/codemirror/js/codemirror.js index 5ca96da4519..72f50dd3d0e 100644 --- a/lib/editor/atto/plugins/html/yui/src/codemirror/js/codemirror.js +++ b/lib/editor/atto/plugins/html/yui/src/codemirror/js/codemirror.js @@ -1953,7 +1953,7 @@ if (m.startStyle && sp.from == pos) { spanStartStyle += " " + m.startStyle; } if (m.endStyle && sp.to == nextChange) { (endStyles || (endStyles = [])).push(m.endStyle, sp.to); } // support for the old title property - // https://github.com/codemirror/CodeMirror/pull/5673 + // https://github.com/codemirror/codemirror5/pull/5673 if (m.title) { (attributes || (attributes = {})).title = m.title; } if (m.attributes) { for (var attr in m.attributes) diff --git a/lib/google/readme_moodle.txt b/lib/google/readme_moodle.txt index e8f736f52aa..143925f2f28 100644 --- a/lib/google/readme_moodle.txt +++ b/lib/google/readme_moodle.txt @@ -47,7 +47,7 @@ Local changes (to reapply until upstream upgrades contain them): Information ----------- -Repository: https://github.com/google/google-api-php-client +Repository: https://github.com/googleapis/google-api-php-client Documentation: https://developers.google.com/api-client-library/php/ Global documentation: https://developers.google.com diff --git a/lib/ltiprovider/README.md b/lib/ltiprovider/README.md index 2109f4e46e7..10bf63554d1 100644 --- a/lib/ltiprovider/README.md +++ b/lib/ltiprovider/README.md @@ -14,7 +14,7 @@ Whilst supporting LTI is relatively simple, the benefits to using a class librar * set up arrangements such that users from different resource links can all collaborate together within a single tool provider link; * tool providers can take advantage of LTI updates with minimal impact on their application code. -The wiki area of this repository contains [documentation](https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/wiki) for this library. The [rating LTI application](https://github.com/IMSGlobal/LTI-Sample-Tool-Provider-PHP) is based on this library to further illustrate how it can be used. +The wiki area of this repository contains [documentation](https://github.com/1EdTech/LTI-Tool-Provider-Library-PHP/wiki) for this library. The [rating LTI application](https://github.com/1EdTech/LTI-Sample-Tool-Provider-PHP) is based on this library to further illustrate how it can be used. © 2016 IMS Global Learning Consortium Inc. All Rights Reserved. Trademark Policy - (www.imsglobal.org/trademarks) diff --git a/lib/ltiprovider/readme_moodle.txt b/lib/ltiprovider/readme_moodle.txt index 7ed4df76c96..d50de447b40 100644 --- a/lib/ltiprovider/readme_moodle.txt +++ b/lib/ltiprovider/readme_moodle.txt @@ -8,10 +8,10 @@ Some changes from the upstream version have been made: * Do not require tool_consumer_instance_guid * Prevent modification of the request to the provider These changes can be reverted once the following pull requests have been integrated upstream: -* https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/pull/10 -* https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/pull/11 -* https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/pull/47 -* https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/pull/48 +* https://github.com/1EdTech/LTI-Tool-Provider-Library-PHP/pull/10 +* https://github.com/1EdTech/LTI-Tool-Provider-Library-PHP/pull/11 +* https://github.com/1EdTech/LTI-Tool-Provider-Library-PHP/pull/47 +* https://github.com/1EdTech/LTI-Tool-Provider-Library-PHP/pull/48 This local changes can be reverted once it's checked that they are present upstream (note the LTI-Tool-Provider-Library-PHP repo has been archived so it doesn't accept pull requests anymore): @@ -25,14 +25,14 @@ with an autoloader so it's better to do it manually. Information ----------- -URL: https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/wiki +URL: https://github.com/1EdTech/LTI-Tool-Provider-Library-PHP/wiki License: Apache License, Version 2.0 Installation ------------ 1) Download the latest version of the provider library -wget https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/archive/3.0.3.zip +wget https://github.com/1EdTech/LTI-Tool-Provider-Library-PHP/archive/3.0.3.zip 2) Unzip the archive unzip 3.0.3.zip @@ -43,7 +43,7 @@ mv LTI-Tool-Provider-Library-PHP-3.0.3/* lib/ltiprovider/ 4) Updates Check that the following pull request is included in the release. Then remove this step from this file. -https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/pull/13 +https://github.com/1EdTech/LTI-Tool-Provider-Library-PHP/pull/13 If not, apply manually. 5) Run unit tests on enrol_lti_testsuite @@ -54,7 +54,7 @@ Upgrading Notes Check if there are any new changes to the database schema. To do this, view the logs since the last release for the data connector base class and the mysql data connector. -https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP/compare/3.0.2...3.0.3 +https://github.com/1EdTech/LTI-Tool-Provider-Library-PHP/compare/3.0.2...3.0.3 src/ToolProvider/DataConnector/DataConnector.php src/ToolProvider/DataConnector/DataConnector_mysql.php diff --git a/lib/thirdpartylibs.xml b/lib/thirdpartylibs.xml index b89e2a30f9d..577ba076cff 100644 --- a/lib/thirdpartylibs.xml +++ b/lib/thirdpartylibs.xml @@ -428,7 +428,7 @@ All rights reserved. 3.0.2 Apache 2.0 - https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP + https://github.com/1EdTech/LTI-Tool-Provider-Library-PHP 2016 IMS Global Learning Consortium Inc. All Rights Reserved. Trademark Policy - (www.imsglobal.org/trademarks) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index bc6bececf38..5942be0e8c9 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -1263,7 +1263,7 @@ the groupid field. - test_get_user_timezone_offset() * The google api library has been updated to version 1.1.7. There was some important changes on the SSL handling. Now the SSL version will be determined by the underlying library. - For more information see https://github.com/google/google-api-php-client/pull/644 + For more information see https://github.com/googleapis/google-api-php-client/pull/644 * The get_role_users() function will now add the $sort fields that are not part of the requested fields to the query result and will throw a debugging message with the added fields when that happens. diff --git a/message/output/airnotifier/message_output_airnotifier.php b/message/output/airnotifier/message_output_airnotifier.php index df9dfc18592..eb72ee004e0 100644 --- a/message/output/airnotifier/message_output_airnotifier.php +++ b/message/output/airnotifier/message_output_airnotifier.php @@ -15,7 +15,7 @@ // along with Moodle. If not, see . /** - * Airnotifier message processor to send messages to the APNS provider: airnotfier. (https://github.com/dongsheng/airnotifier) + * Airnotifier message processor to send messages to the APNS provider: airnotfier. (https://github.com/dcai/airnotifier) * * @package message_airnotifier * @category external diff --git a/theme/boost/readme_moodle.txt b/theme/boost/readme_moodle.txt index 5563a8bf6c2..f8cc2c8c06e 100644 --- a/theme/boost/readme_moodle.txt +++ b/theme/boost/readme_moodle.txt @@ -7,7 +7,7 @@ Sass: This theme uses Bootstrap version 4.6.0 The Bootstrap repository is available on: -https://github.com/twitter/bootstrap.git +https://github.com/twbs/bootstrap To update to the latest release of twitter bootstrap: