Skip to content

Commit 163cce6

Browse files
authored
Merge pull request #1282 from wildgirl/patch-24
Adding Marie to agenda
2 parents 89b1aa7 + 800b5cf commit 163cce6

6 files changed

Lines changed: 13 additions & 12 deletions

File tree

docs/apis/plugintypes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons
4646

4747
:::
4848

49-
<!-- cspell:ignore datapreset , ltisource , ltiservice , forumreport , accessrule , logstore -->
49+
<!-- cspell:ignore datapreset , ltisource , ltiservice , forumreport , accessrule , logstore, mnetservice -->
5050

5151
| Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions |
5252
| --- | --- | --- | --- | --- |

general/community/meetings/2025/03.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ sidebar_position: -03
1414

1515
## Agenda
1616

17-
- New question type restore API requirements - Mark Johnson
17+
- Moodle Products' growth spurt: find out how we are shaping up for the future at Moodle HQ - [Marie Achour](https://moodle.org/user/profile.php?id=4769294)
18+
- New question type restore API requirements - [Mark Johnson](https://moodle.org/user/profile.php?id=858318)

versioned_docs/version-4.1/apis/plugintypes/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons
4646

4747
:::
4848

49-
<!-- cspell:ignore datapreset , ltisource , ltiservice , forumreport , accessrule , logstore -->
49+
<!-- cspell:ignore datapreset , ltisource , ltiservice , forumreport , accessrule , logstore , mnetservice -->
5050

5151
| Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions |
5252
| --- | --- | --- | --- | --- |
@@ -74,12 +74,12 @@ The underscore character is not supported in activity modules for legacy reasons
7474
| [Question behaviours](https://docs.moodle.org/dev/Question_behaviours) | qbehaviour | /question/behaviour | Control how student interact with questions during an attempt | 2.1+ |
7575
| [Question import/export formats](https://docs.moodle.org/dev/Question_formats) | qformat | /question/format | Import and export question definitions to/from the question bank | 1.6+ |
7676
| [Text filters](./filter/index.md) | filter | /filter | Automatically convert, highlight, and transmogrify text posted into Moodle. | 1.4+ |
77-
| [Editors](https://docs.moodle.org/dev/Editors) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ |
78-
| [Atto editor plugins](https://docs.moodle.org/dev/Atto) | atto | /lib/editor/atto/plugins | Extra functionality for the Atto text editor | 2.7+ |
77+
| [Editors](./../subsystems/editor/index.md) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ |
78+
| [Atto editor plugins](./atto/index.md) | atto | /lib/editor/atto/plugins | Extra functionality for the Atto text editor | 2.7+ |
7979
| [TinyMCE editor plugins](./tiny/legacy.md) | tinymce | /lib/editor/tinymce/plugins | Extra functionality for the TinyMCE text editor. | 2.4+ |
8080
| [Enrolment plugins](./enrol/index.md) | enrol | /enrol | Ways to control who is enrolled in courses | 2.0+ |
8181
| [Authentication plugins](https://docs.moodle.org/dev/Authentication_plugins) | auth | /auth | Allows connection to external sources of authentication | 2.0+ |
82-
| [Admin tools](https://docs.moodle.org/dev/Admin_tools) | tool | /admin/tool | Provides utility scripts useful for various site administration and maintenance tasks | 2.2+ |
82+
| [Admin tools](/general/projects/api/admin-tools) | tool | /admin/tool | Provides utility scripts useful for various site administration and maintenance tasks | 2.2+ |
8383
| [Log stores](./logstore/index.md) | logstore | /admin/tool/log/store | Event logs storage back-ends | 2.7+ |
8484
| [Availability conditions](./availability/index.md) | availability | /availability/condition | Conditions to restrict user access to activities and sections. | 2.7+ |
8585
| [Calendar types](https://docs.moodle.org/dev/Calendar_types) | calendartype | /calendar/type | Defines how dates are displayed throughout Moodle | 2.6+ |

versioned_docs/version-4.3/apis/plugintypes/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons
4646

4747
:::
4848

49-
<!-- cspell:ignore datapreset , ltisource , ltiservice , forumreport , accessrule , logstore -->
49+
<!-- cspell:ignore datapreset , ltisource , ltiservice , forumreport , accessrule , logstore , mnetservice -->
5050

5151
| Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions |
5252
| --- | --- | --- | --- | --- |
@@ -74,7 +74,7 @@ The underscore character is not supported in activity modules for legacy reasons
7474
| [Question behaviours](https://docs.moodle.org/dev/Question_behaviours) | qbehaviour | /question/behaviour | Control how student interact with questions during an attempt | 2.1+ |
7575
| [Question import/export formats](https://docs.moodle.org/dev/Question_formats) | qformat | /question/format | Import and export question definitions to/from the question bank | 1.6+ |
7676
| [Text filters](./filter/index.md) | filter | /filter | Automatically convert, highlight, and transmogrify text posted into Moodle. | 1.4+ |
77-
| [Editors](https://docs.moodle.org/dev/Editors) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ |
77+
| [Editors](./../subsystems/editor/index.md) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ |
7878
| [Atto editor plugins](./atto/index.md) | atto | /lib/editor/atto/plugins | Extra functionality for the Atto text editor | 2.7+ |
7979
| [Enrolment plugins](./enrol/index.md) | enrol | /enrol | Ways to control who is enrolled in courses | 2.0+ |
8080
| [Authentication plugins](https://docs.moodle.org/dev/Authentication_plugins) | auth | /auth | Allows connection to external sources of authentication | 2.0+ |

versioned_docs/version-4.4/apis/plugintypes/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons
4646

4747
:::
4848

49-
<!-- cspell:ignore datapreset , ltisource , ltiservice , forumreport , accessrule , logstore -->
49+
<!-- cspell:ignore datapreset , ltisource , ltiservice , forumreport , accessrule , logstore , mnetservice -->
5050

5151
| Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions |
5252
| --- | --- | --- | --- | --- |
@@ -74,7 +74,7 @@ The underscore character is not supported in activity modules for legacy reasons
7474
| [Question behaviours](https://docs.moodle.org/dev/Question_behaviours) | qbehaviour | /question/behaviour | Control how student interact with questions during an attempt | 2.1+ |
7575
| [Question import/export formats](https://docs.moodle.org/dev/Question_formats) | qformat | /question/format | Import and export question definitions to/from the question bank | 1.6+ |
7676
| [Text filters](./filter/index.md) | filter | /filter | Automatically convert, highlight, and transmogrify text posted into Moodle. | 1.4+ |
77-
| [Editors](https://docs.moodle.org/dev/Editors) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ |
77+
| [Editors](./../subsystems/editor/index.md) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ |
7878
| [Atto editor plugins](./atto/index.md) | atto | /lib/editor/atto/plugins | Extra functionality for the Atto text editor | 2.7+ |
7979
| [Enrolment plugins](./enrol/index.md) | enrol | /enrol | Ways to control who is enrolled in courses | 2.0+ |
8080
| [Authentication plugins](https://docs.moodle.org/dev/Authentication_plugins) | auth | /auth | Allows connection to external sources of authentication | 2.0+ |

versioned_docs/version-4.5/apis/plugintypes/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons
4646

4747
:::
4848

49-
<!-- cspell:ignore datapreset , ltisource , ltiservice , forumreport , accessrule , logstore -->
49+
<!-- cspell:ignore datapreset , ltisource , ltiservice , forumreport , accessrule , logstore , mnetservice -->
5050

5151
| Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions |
5252
| --- | --- | --- | --- | --- |
@@ -74,7 +74,7 @@ The underscore character is not supported in activity modules for legacy reasons
7474
| [Question behaviours](https://docs.moodle.org/dev/Question_behaviours) | qbehaviour | /question/behaviour | Control how student interact with questions during an attempt | 2.1+ |
7575
| [Question import/export formats](https://docs.moodle.org/dev/Question_formats) | qformat | /question/format | Import and export question definitions to/from the question bank | 1.6+ |
7676
| [Text filters](./filter/index.md) | filter | /filter | Automatically convert, highlight, and transmogrify text posted into Moodle. | 1.4+ |
77-
| [Editors](https://docs.moodle.org/dev/Editors) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ |
77+
| [Editors](./../subsystems/editor/index.md) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ |
7878
| [Atto editor plugins](./atto/index.md) | atto | /lib/editor/atto/plugins | Extra functionality for the Atto text editor | 2.7+ |
7979
| [Enrolment plugins](./enrol/index.md) | enrol | /enrol | Ways to control who is enrolled in courses | 2.0+ |
8080
| [Authentication plugins](https://docs.moodle.org/dev/Authentication_plugins) | auth | /auth | Allows connection to external sources of authentication | 2.0+ |

0 commit comments

Comments
 (0)