Skip to content

Commit

Permalink
Merge branch 'main' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Jul 1, 2024
2 parents c00443a + c25bf61 commit e892c55
Show file tree
Hide file tree
Showing 493 changed files with 40,276 additions and 2,025 deletions.
1 change: 1 addition & 0 deletions .markdownlint-cli2.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ config.MD033 = {
"DbAccessPHP",
"SettingsPHP",
"LocalLib",
"ReleaseStateSummary",
]
};

Expand Down
131 changes: 121 additions & 10 deletions data/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"location": "lib/amd/src/loglevel.js",
"name": "loglevel.js",
"description": "Minimal lightweight simple logging for JavaScript.",
"version": "1.8.1",
"version": "1.9.1",
"license": "MIT",
"repository": "https://github.com/pimterry/loglevel/",
"customised": false
Expand Down Expand Up @@ -342,14 +342,124 @@
"repository": "https://github.com/codemirror/",
"customised": false
},
{
"copyrightHolders": [],
"location": "lib/editor/tiny/plugins/html/amd/src/codemirror-lazy.js",
"name": "codemirror/autocomplete",
"description": "Autocompletion for the CodeMirror code editor.",
"version": "6.16.0",
"license": "MIT",
"repository": "https://github.com/codemirror/autocomplete",
"customised": false
},
{
"copyrightHolders": [],
"location": "lib/editor/tiny/plugins/html/amd/src/codemirror-lazy.js",
"name": "codemirror/commands",
"description": "Collection of editing commands for the CodeMirror code editor.",
"version": "6.5.0",
"license": "MIT",
"repository": "https://github.com/codemirror/commands",
"customised": false
},
{
"copyrightHolders": [],
"location": "lib/editor/tiny/plugins/html/amd/src/codemirror-lazy.js",
"name": "codemirror/lang-css",
"description": "CSS language support for the CodeMirror code editor.",
"version": "6.2.1",
"license": "MIT",
"repository": "https://github.com/codemirror/lang-css",
"customised": false
},
{
"copyrightHolders": [],
"location": "lib/editor/tiny/plugins/html/amd/src/codemirror-lazy.js",
"name": "codemirror/lang-html",
"description": "HTML language support for the CodeMirror code editor.",
"version": "6.4.9",
"license": "MIT",
"repository": "https://github.com/codemirror/lang-html",
"customised": false
},
{
"copyrightHolders": [],
"location": "lib/editor/tiny/plugins/html/amd/src/codemirror-lazy.js",
"name": "codemirror/lang-javascript",
"description": "JavaScript language support for the CodeMirror code editor.",
"version": "6.2.2",
"license": "MIT",
"repository": "https://github.com/codemirror/lang-javascript",
"customised": false
},
{
"copyrightHolders": [],
"location": "lib/editor/tiny/plugins/html/amd/src/codemirror-lazy.js",
"name": "codemirror/lang-xml",
"description": "XML language support for the CodeMirror code editor.",
"version": "6.1.0",
"license": "MIT",
"repository": "https://github.com/codemirror/lang-xml",
"customised": false
},
{
"copyrightHolders": [],
"location": "lib/editor/tiny/plugins/html/amd/src/codemirror-lazy.js",
"name": "codemirror/language",
"description": "Language support infrastructure for the CodeMirror code editor.",
"version": "6.10.1",
"license": "MIT",
"repository": "https://github.com/codemirror/language",
"customised": false
},
{
"copyrightHolders": [],
"location": "lib/editor/tiny/plugins/html/amd/src/codemirror-lazy.js",
"name": "codemirror/lint",
"description": "Linting support for the CodeMirror code editor.",
"version": "6.7.1",
"license": "MIT",
"repository": "https://github.com/codemirror/lint",
"customised": false
},
{
"copyrightHolders": [],
"location": "lib/editor/tiny/plugins/html/amd/src/codemirror-lazy.js",
"name": "codemirror/search",
"description": "Search functionality for the CodeMirror code editor.",
"version": "6.5.6",
"license": "MIT",
"repository": "https://github.com/codemirror/search",
"customised": false
},
{
"copyrightHolders": [],
"location": "lib/editor/tiny/plugins/html/amd/src/codemirror-lazy.js",
"name": "codemirror/state",
"description": "Editor state data structures for the CodeMirror code editor.",
"version": "6.4.1",
"license": "MIT",
"repository": "https://github.com/codemirror/state",
"customised": false
},
{
"copyrightHolders": [],
"location": "lib/editor/tiny/plugins/html/amd/src/codemirror-lazy.js",
"name": "codemirror/view",
"description": "DOM view component for the CodeMirror code editor.",
"version": "6.26.3",
"license": "MIT",
"repository": "https://github.com/codemirror/view",
"customised": false
},
{
"copyrightHolders": [
"2013 Cal Henderson"
],
"location": "lib/emoji-data",
"name": "Emoji data",
"description": "Library to parse easily data and sprite sheets for emoji.",
"version": "15.0.1",
"version": "15.1.2",
"license": "MIT",
"repository": "https://github.com/iamcal/emoji-data/",
"customised": true
Expand Down Expand Up @@ -418,7 +528,7 @@
"location": "lib/guzzlehttp/guzzle",
"name": "GuzzleHttp/Guzzle",
"description": "Guzzle is a PHP HTTP client library",
"version": "7.5.0",
"version": "7.8.1",
"license": "MIT",
"repository": "https://github.com/guzzle/guzzle",
"customised": false
Expand All @@ -428,7 +538,7 @@
"location": "lib/guzzlehttp/kevinrob/guzzlecache",
"name": "Guzzle cache middleware",
"description": "A HTTP Cache for Guzzle as a simple Middleware to be added in the HandlerStack.",
"version": "4.0.2",
"version": "5.1.0",
"license": "MIT",
"repository": "https://github.com/Kevinrob/guzzle-cache-middleware",
"customised": false
Expand All @@ -438,7 +548,7 @@
"location": "lib/guzzlehttp/promises",
"name": "GuzzleHttp/Promises",
"description": "Guzzle promises library",
"version": "1.5.2",
"version": "2.0.2",
"license": "MIT",
"repository": "https://github.com/guzzle/promises",
"customised": false
Expand All @@ -448,7 +558,7 @@
"location": "lib/guzzlehttp/psr7",
"name": "GuzzleHttp/PSR7",
"description": "PSR-7 message implementation that also provides common utility methods",
"version": "2.4.3",
"version": "2.6.2",
"license": "MIT",
"repository": "https://github.com/guzzle/psr7",
"customised": false
Expand Down Expand Up @@ -568,7 +678,7 @@
"location": "lib/maxmind/GeoIp2",
"name": "GeoIP2 PHP API",
"description": "Library for processing of GeoIP data files.",
"version": "2.13.0",
"version": "3.0.0",
"license": "Apache",
"licenseversion": "2.0",
"repository": "https://github.com/maxmind/GeoIP2-php",
Expand All @@ -581,7 +691,7 @@
"location": "lib/maxmind/MaxMind",
"name": "MaxMind DB Reader API",
"description": "PHP API for reading MaxMind DB files.",
"version": "1.11.0",
"version": "1.11.1",
"license": "Apache",
"licenseversion": "2.0",
"repository": "https://github.com/maxmind/MaxMind-DB-Reader-php/",
Expand Down Expand Up @@ -742,7 +852,7 @@
"2011, Neuman Vong"
],
"location": "lib/php-jwt",
"name": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519",
"name": "PHP-JWT",
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519",
"version": "6.10.0",
"license": "BSD",
Expand Down Expand Up @@ -884,7 +994,7 @@
"location": "lib/psr/http-factory",
"name": "http-factory",
"description": "Provides interfaces that describe the components of a HTTP Factory.",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"repository": "https://github.com/php-fig/http-factory",
"customised": false
Expand Down Expand Up @@ -1166,6 +1276,7 @@
"2011-2021 The Bootstrap Authors"
],
"location": "theme/boost/amd/src/bootstrap/button.js",
"name": "bootstrap-button",
"description": "HTML, CSS, and JavaScript framework for developing responsive, mobile-first projects on the web.",
"version": "4.6.2",
"license": "MIT",
Expand Down
85 changes: 80 additions & 5 deletions data/migratedPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Acceptance_testing/Browsers:
Acceptance_testing/Browsers/Working_combinations_of_OS+Browser+selenium:
- filePath: "/general/development/tools/behat/browsers/supportedbrowsers.md"
slug: "/general/development/tools/behat/browsers/supportedbrowsers"
Acceptance_testing/Contributing_automated_tests:
- filePath: "/general/development/process/testing/qa.md"
slug: "/general/development/process/testing/qa#automating-a-test"
Acceptance_testing_for_the_Moodle_App:
- filePath: "/general/app/development/testing/acceptance-testing.md"
slug: "/general/app/development/testing/acceptance-testing"
Expand Down Expand Up @@ -184,12 +187,78 @@ Designing_usable_forms:
Developer_FAQ:
- filePath: "/general/development/abc/faq.md"
slug: "/general/development/abc/faq"
Developer_meeting_April_2019:
- filePath: "/general/community/meetings/2019/04.md"
slug: "/general/community/meetings/2019/04"
Developer_meeting_April_2020:
- filePath: "/general/community/meetings/2020/04.md"
slug: "/general/community/meetings/2020/04"
Developer_meeting_April_2021:
- filePath: "/general/community/meetings/2021/04.md"
slug: "/general/community/meetings/2021/04"
Developer_meeting_April_2022:
- filePath: "/general/community/meetings/202204.md"
slug: "/general/community/meetings/202204"
- filePath: "/general/community/meetings/2022/04.md"
slug: "/general/community/meetings/2022/04"
Developer_meeting_August_2020:
- filePath: "/general/community/meetings/2020/08.md"
slug: "/general/community/meetings/2020/08"
Developer_meeting_August_2021:
- filePath: "/general/community/meetings/2021/08.md"
slug: "/general/community/meetings/2021/08"
Developer_meeting_December_2018:
- filePath: "/general/community/meetings/2018/12.md"
slug: "/general/community/meetings/2018/12"
Developer_meeting_December_2020:
- filePath: "/general/community/meetings/2020/12.md"
slug: "/general/community/meetings/2020/12"
Developer_meeting_December_2021:
- filePath: "/general/community/meetings/2021/12.md"
slug: "/general/community/meetings/2021/12"
Developer_meeting_February_2019:
- filePath: "/general/community/meetings/2019/02.md"
slug: "/general/community/meetings/2019/02"
Developer_meeting_February_2021:
- filePath: "/general/community/meetings/2021/02.md"
slug: "/general/community/meetings/2021/02"
Developer_meeting_February_2022:
- filePath: "/general/community/meetings/202202.md"
slug: "/general/community/meetings/202202"
- filePath: "/general/community/meetings/2022/02.md"
slug: "/general/community/meetings/2022/02"
Developer_meeting_January_2019:
- filePath: "/general/community/meetings/2019/01.md"
slug: "/general/community/meetings/2019/01"
Developer_meeting_January_2020:
- filePath: "/general/community/meetings/2020/01.md"
slug: "/general/community/meetings/2020/01"
Developer_meeting_July_2018:
- filePath: "/general/community/meetings/2018/07.md"
slug: "/general/community/meetings/2018/07"
Developer_meeting_July_2019:
- filePath: "/general/community/meetings/2019/07.md"
slug: "/general/community/meetings/2019/07"
Developer_meeting_June_2020:
- filePath: "/general/community/meetings/2020/06.md"
slug: "/general/community/meetings/2020/06"
Developer_meeting_June_2021:
- filePath: "/general/community/meetings/2021/06.md"
slug: "/general/community/meetings/2021/06"
Developer_meeting_March_2019:
- filePath: "/general/community/meetings/2019/03.md"
slug: "/general/community/meetings/2019/03"
Developer_meeting_May_2019:
- filePath: "/general/community/meetings/2019/05.md"
slug: "/general/community/meetings/2019/05"
Developer_meeting_November_2018:
- filePath: "/general/community/meetings/2018/11.md"
slug: "/general/community/meetings/2018/11"
Developer_meeting_October_2019:
- filePath: "/general/community/meetings/2019/10.md"
slug: "/general/community/meetings/2019/10"
Developer_meeting_October_2020:
- filePath: "/general/community/meetings/2020/10.md"
slug: "/general/community/meetings/2020/10"
Developer_meeting_October_2021:
- filePath: "/general/community/meetings/2021/10.md"
slug: "/general/community/meetings/2021/10"
Developer_meetings:
- filePath: "/general/community/meetings/index.md"
slug: "/general/community/meetings"
Expand Down Expand Up @@ -246,6 +315,9 @@ Git_for_developers:
Github_actions_integration:
- filePath: "/general/development/tools/gha.md"
slug: "/general/development/tools/gha"
GlobalMoot_DevJam_Unconference_November_2019:
- filePath: "/general/community/meetings/2018/global_devjam.md"
slug: "/general/community/meetings/2018/global_devjam"
Groups:
- filePath: "/docs/apis/subsystems/group/index.md"
slug: "/docs/apis/subsystems/group/"
Expand Down Expand Up @@ -1491,7 +1563,7 @@ Navigation_API:
New_docs_version_process:
- filePath: "/general/development/process/release/newuserdocs.md"
slug: "/general/development/process/release/newuserdocs"
New_features_ideas:
New_feature_ideas:
- filePath: "/general/community/contribute.md"
slug: "/general/community/contribute"
Output_API:
Expand Down Expand Up @@ -1686,6 +1758,9 @@ Testing_instructions_guide:
Testing_of_integrated_issues:
- filePath: "/general/development/process/testing/integrated-issues.md"
slug: "/general/development/process/testing/integrated-issues"
Themes_overview:
- filePath: "/docs/apis/plugintypes/theme/index.md"
slug: "/docs/apis/plugintypes/theme/"
Time_API:
- filePath: "/docs/apis/subsystems/time/index.md"
slug: "/docs/apis/subsystems/time/"
Expand Down
5 changes: 5 additions & 0 deletions data/moodle-contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Abdullah
Abhijit
Abhimanyu
Abhishek
Abila
Abraham
Ackermann
Ackland-Snow
Expand Down Expand Up @@ -239,6 +240,7 @@ Damiani
Damien
Damyon
Dang
DangHieu1407
Dani
Daniel
Daniele
Expand Down Expand Up @@ -680,6 +682,7 @@ Marty
Martín
Mary
Massart
Massicotte
Mastny
Matamoros
Materka
Expand Down Expand Up @@ -1007,6 +1010,7 @@ Skoda
Skylar
Smith
Sokolov
Soler
Solomon
Soon-Systems
Souto
Expand Down Expand Up @@ -1083,6 +1087,7 @@ Tomo
Toni
Tony
Topfstedt
Torrent
Torres
Totaram
Travis
Expand Down
Loading

0 comments on commit e892c55

Please sign in to comment.