diff --git a/docs/apis/plugintypes/index.md b/docs/apis/plugintypes/index.md index 6da370d6a7..ea9977def0 100644 --- a/docs/apis/plugintypes/index.md +++ b/docs/apis/plugintypes/index.md @@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons ::: - + | Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions | | --- | --- | --- | --- | --- | diff --git a/general/community/meetings/2025/03.md b/general/community/meetings/2025/03.md index f66fd4fc5a..f5a5c9908f 100644 --- a/general/community/meetings/2025/03.md +++ b/general/community/meetings/2025/03.md @@ -14,4 +14,5 @@ sidebar_position: -03 ## Agenda -- New question type restore API requirements - Mark Johnson +- 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) +- New question type restore API requirements - [Mark Johnson](https://moodle.org/user/profile.php?id=858318) diff --git a/versioned_docs/version-4.1/apis/plugintypes/index.md b/versioned_docs/version-4.1/apis/plugintypes/index.md index 16b5b828b8..b6760e56b1 100644 --- a/versioned_docs/version-4.1/apis/plugintypes/index.md +++ b/versioned_docs/version-4.1/apis/plugintypes/index.md @@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons ::: - + | Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions | | --- | --- | --- | --- | --- | @@ -74,12 +74,12 @@ The underscore character is not supported in activity modules for legacy reasons | [Question behaviours](https://docs.moodle.org/dev/Question_behaviours) | qbehaviour | /question/behaviour | Control how student interact with questions during an attempt | 2.1+ | | [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+ | | [Text filters](./filter/index.md) | filter | /filter | Automatically convert, highlight, and transmogrify text posted into Moodle. | 1.4+ | -| [Editors](https://docs.moodle.org/dev/Editors) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ | -| [Atto editor plugins](https://docs.moodle.org/dev/Atto) | atto | /lib/editor/atto/plugins | Extra functionality for the Atto text editor | 2.7+ | +| [Editors](./../subsystems/editor/index.md) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ | +| [Atto editor plugins](./atto/index.md) | atto | /lib/editor/atto/plugins | Extra functionality for the Atto text editor | 2.7+ | | [TinyMCE editor plugins](./tiny/legacy.md) | tinymce | /lib/editor/tinymce/plugins | Extra functionality for the TinyMCE text editor. | 2.4+ | | [Enrolment plugins](./enrol/index.md) | enrol | /enrol | Ways to control who is enrolled in courses | 2.0+ | | [Authentication plugins](https://docs.moodle.org/dev/Authentication_plugins) | auth | /auth | Allows connection to external sources of authentication | 2.0+ | -| [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+ | +| [Admin tools](/general/projects/api/admin-tools) | tool | /admin/tool | Provides utility scripts useful for various site administration and maintenance tasks | 2.2+ | | [Log stores](./logstore/index.md) | logstore | /admin/tool/log/store | Event logs storage back-ends | 2.7+ | | [Availability conditions](./availability/index.md) | availability | /availability/condition | Conditions to restrict user access to activities and sections. | 2.7+ | | [Calendar types](https://docs.moodle.org/dev/Calendar_types) | calendartype | /calendar/type | Defines how dates are displayed throughout Moodle | 2.6+ | diff --git a/versioned_docs/version-4.3/apis/plugintypes/index.md b/versioned_docs/version-4.3/apis/plugintypes/index.md index 49d939ee49..a959a5a68a 100644 --- a/versioned_docs/version-4.3/apis/plugintypes/index.md +++ b/versioned_docs/version-4.3/apis/plugintypes/index.md @@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons ::: - + | Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions | | --- | --- | --- | --- | --- | @@ -74,7 +74,7 @@ The underscore character is not supported in activity modules for legacy reasons | [Question behaviours](https://docs.moodle.org/dev/Question_behaviours) | qbehaviour | /question/behaviour | Control how student interact with questions during an attempt | 2.1+ | | [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+ | | [Text filters](./filter/index.md) | filter | /filter | Automatically convert, highlight, and transmogrify text posted into Moodle. | 1.4+ | -| [Editors](https://docs.moodle.org/dev/Editors) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ | +| [Editors](./../subsystems/editor/index.md) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ | | [Atto editor plugins](./atto/index.md) | atto | /lib/editor/atto/plugins | Extra functionality for the Atto text editor | 2.7+ | | [Enrolment plugins](./enrol/index.md) | enrol | /enrol | Ways to control who is enrolled in courses | 2.0+ | | [Authentication plugins](https://docs.moodle.org/dev/Authentication_plugins) | auth | /auth | Allows connection to external sources of authentication | 2.0+ | diff --git a/versioned_docs/version-4.4/apis/plugintypes/index.md b/versioned_docs/version-4.4/apis/plugintypes/index.md index 49d939ee49..a959a5a68a 100644 --- a/versioned_docs/version-4.4/apis/plugintypes/index.md +++ b/versioned_docs/version-4.4/apis/plugintypes/index.md @@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons ::: - + | Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions | | --- | --- | --- | --- | --- | @@ -74,7 +74,7 @@ The underscore character is not supported in activity modules for legacy reasons | [Question behaviours](https://docs.moodle.org/dev/Question_behaviours) | qbehaviour | /question/behaviour | Control how student interact with questions during an attempt | 2.1+ | | [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+ | | [Text filters](./filter/index.md) | filter | /filter | Automatically convert, highlight, and transmogrify text posted into Moodle. | 1.4+ | -| [Editors](https://docs.moodle.org/dev/Editors) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ | +| [Editors](./../subsystems/editor/index.md) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ | | [Atto editor plugins](./atto/index.md) | atto | /lib/editor/atto/plugins | Extra functionality for the Atto text editor | 2.7+ | | [Enrolment plugins](./enrol/index.md) | enrol | /enrol | Ways to control who is enrolled in courses | 2.0+ | | [Authentication plugins](https://docs.moodle.org/dev/Authentication_plugins) | auth | /auth | Allows connection to external sources of authentication | 2.0+ | diff --git a/versioned_docs/version-4.5/apis/plugintypes/index.md b/versioned_docs/version-4.5/apis/plugintypes/index.md index 49d939ee49..a959a5a68a 100644 --- a/versioned_docs/version-4.5/apis/plugintypes/index.md +++ b/versioned_docs/version-4.5/apis/plugintypes/index.md @@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons ::: - + | Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions | | --- | --- | --- | --- | --- | @@ -74,7 +74,7 @@ The underscore character is not supported in activity modules for legacy reasons | [Question behaviours](https://docs.moodle.org/dev/Question_behaviours) | qbehaviour | /question/behaviour | Control how student interact with questions during an attempt | 2.1+ | | [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+ | | [Text filters](./filter/index.md) | filter | /filter | Automatically convert, highlight, and transmogrify text posted into Moodle. | 1.4+ | -| [Editors](https://docs.moodle.org/dev/Editors) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ | +| [Editors](./../subsystems/editor/index.md) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ | | [Atto editor plugins](./atto/index.md) | atto | /lib/editor/atto/plugins | Extra functionality for the Atto text editor | 2.7+ | | [Enrolment plugins](./enrol/index.md) | enrol | /enrol | Ways to control who is enrolled in courses | 2.0+ | | [Authentication plugins](https://docs.moodle.org/dev/Authentication_plugins) | auth | /auth | Allows connection to external sources of authentication | 2.0+ |