Skip to content

Commit 3b82df0

Browse files
authored
Merge pull request #1222 from andrewnicols/202501Upgrade
202501 upgrade
2 parents 2509da3 + 216e861 commit 3b82df0

File tree

33 files changed

+5078
-2583
lines changed

33 files changed

+5078
-2583
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.yarn/releases/*.cjs -diff

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
22

.yarn/releases/yarn-4.1.1.cjs

Lines changed: 0 additions & 893 deletions
This file was deleted.

.yarn/releases/yarn-4.6.0.cjs

Lines changed: 934 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.1.1.cjs
7+
yarnPath: .yarn/releases/yarn-4.6.0.cjs

babel.config.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/apis/subsystems/roles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ to change anything like form submissions.
163163

164164
<details>
165165
<summary>Fetching a list of the role archetypes programmatically</summary>
166+
166167
In some rare situations you may need to fetch a list of available role archetypes. You can do so using the
167168
`get_role_archetypes()` function, for example:
168169

@@ -181,6 +182,7 @@ $context = context::instance_by_id($contextid);
181182

182183
<details>
183184
<summary>Fetching roles and users who hold a capability</summary>
185+
184186
Moodle has a flexible and detailed capability system which allows administrators to define many similar roles
185187
for different purposes. It is quite common to have multiple teacher-like roles but need to restrict their access
186188
depending on their usage. For example in a University setting you may have a lecturer who presents the course

docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ const getBaseUrl = () => {
5858
const config = {
5959
title: 'Moodle Developer Resources',
6060
tagline: 'Nurturing Moodle Developers',
61+
future: {
62+
experimental_faster: true,
63+
},
6164

6265
// url: 'https://develop.moodle.org',
6366
url: process.env?.URL || 'https://moodledev.io',

general/app_releases/v2/v2.3.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@ Release date: 8th October 2015
1919
Both features require Moodle 3.0 or the [Moodle App additional features plugin](https://moodle.org/plugins/view/local_mobile).
2020
:::
2121

22-
<div class="row">
23-
<div class="col" style={{maxWidth: 300}}>
22+
<div className="row">
23+
<div className="col" style={{maxWidth: 300}}>
2424

2525
![Option for adding new discussions](./_files/MM32Forum01.png)
26-
<figcaption>Option for adding new discussions</figcaption>
26+
2727
</div>
28-
<div class="col" style={{maxWidth: 300}}>
28+
<div className="col" style={{maxWidth: 300}}>
2929

3030
![New discussion form](./_files/MM32Forum02.png)
31-
<figcaption>New discussion form</figcaption>
31+
3232
</div>
33-
</div><div class="row">
33+
</div><div className="row">
3434

35-
<div class="col" style={{maxWidth: 300}}>
35+
<div className="col" style={{maxWidth: 300}}>
3636

3737
![Option for posting a reply](./_files/MM32Forum03.png)
38-
<figcaption>Option for posting a reply</figcaption>
38+
3939
</div>
40-
<div class="col" style={{maxWidth: 300}}>
40+
<div className="col" style={{maxWidth: 300}}>
4141

4242
![Post reply form](./_files/MM32Forum04.png)
43-
<figcaption>Post reply form</figcaption>
43+
4444
</div>
4545
</div>
4646

general/app_releases/v2/v2.4.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ Release date: 21th October 2015
1919
Both features require Moodle 3.0 or the [Moodle App additional features plugin](https://moodle.org/plugins/view/local_mobile).
2020
:::
2121

22-
<div class="row">
23-
<div class="col" style={{maxWidth: 300}}>
22+
<div className="row">
23+
<div className="col" style={{maxWidth: 300}}>
2424

2525
![Survey](./_files/MM2401.png)
26-
<figcaption>Survey</figcaption>
26+
2727
</div>
28-
<div class="col" style={{maxWidth: 300}}>
28+
<div className="col" style={{maxWidth: 300}}>
2929

3030
![External tool (LTI)](./_files/MM2402.png)
31-
<figcaption>External tool (LTI)</figcaption>
31+
3232
</div>
3333
</div>
3434

0 commit comments

Comments
 (0)