Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/apis/plugintypes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons

:::

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

| Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions |
| --- | --- | --- | --- | --- |
Expand Down
3 changes: 2 additions & 1 deletion general/community/meetings/2025/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 4 additions & 4 deletions versioned_docs/version-4.1/apis/plugintypes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons

:::

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

| Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -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+ |
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-4.3/apis/plugintypes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons

:::

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

| Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -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+ |
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-4.4/apis/plugintypes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons

:::

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

| Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -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+ |
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-4.5/apis/plugintypes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The underscore character is not supported in activity modules for legacy reasons

:::

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

| Plugin type | Component name ([Frankenstyle](/general/development/policies/codingstyle/frankenstyle)) | Moodle path | Description | Moodle versions |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -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+ |
Expand Down
Loading