Main Page: Difference between revisions
Helen Foster (talk | contribs) |
(Added link to Moodle Academy course: Update plugins to Moodle 4.0 https://moodle.academy/course/view.php?id=66) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
<div class="navtrail">[https://docs.moodle.org/overview/ Docs overview] ► [[{{PAGENAME}}|Dev docs]]</div> | <div class="navtrail">[https://docs.moodle.org/overview/ Docs overview] ► [[{{PAGENAME}}|Dev docs]]</div> | ||
__NOTOC__ | __NOTOC__ | ||
'''Welcome to the Developer Documentation.''' | '''Welcome to the Developer Documentation.''' | ||
Line 9: | Line 8: | ||
If you manage a Moodle site, or if you teach using Moodle, try the [[:en:Main_page|User docs]]. | If you manage a Moodle site, or if you teach using Moodle, try the [[:en:Main_page|User docs]]. | ||
{| class="alert alert-info" | |||
|style="padding: 0.7em 0.5em 0.5em;" | '''Important:''' | |||
This wiki documentation is in the process of being migrated to our new [https://moodledev.io Moodle Developer Resource] site. | |||
<div class=" | Perhaps you can [https://moodledev.io/general/documentation/contributing help us to migrate more content to the new site]! | ||
<div class=" | |} | ||
< | '''Updating your Moodle plugins or custom developments for Moodle 4.0?''' | ||
To help you get started we've put together an overview of the most important changes on our [https://moodledev.io/docs/devupdate Moodle 4.0 developer update] page. | |||
You can also take the [https://moodle.academy/course/view.php?id=66 Moodle Academy course: Update Plugins to Moodle 4.0]. | |||
<div class="card-deck"> | |||
<div class="card"> | |||
<div class="card-body"> | |||
<h4 class="card-title">[[Overview]]</h4> | |||
<p class="card-text"> | |||
* [[Mission]] | * [[Mission]] | ||
* [[Roadmap]] | * [[Roadmap]] | ||
Line 25: | Line 36: | ||
* [[Moodle_research|Research]] | * [[Moodle_research|Research]] | ||
* [[Testing]] | * [[Testing]] | ||
</p> | |||
</div> | </div> | ||
<div class="card-footer"> | |||
<div class=" | : [[Overview|More overview info <i class="fa fa-sm fa-arrow-right" aria-hidden="true"></i>]] | ||
< | </div> | ||
</div> | |||
<div class="card"> | |||
<div class="card-body"> | |||
<h4 class="card-title">[[Plugins|Plugin development]]</h4> | |||
<p class="card-text"> | |||
* [[Activity modules]] | * [[Activity modules]] | ||
* [[Blocks]] | * [[Blocks]] | ||
Line 38: | Line 54: | ||
* [[Repository plugins]] | * [[Repository plugins]] | ||
* [[Filters]] | * [[Filters]] | ||
</p> | |||
</div> | </div> | ||
<div class="card-footer"> | |||
<div class=" | : [[Plugins|Full list of plugin types <i class="fa fa-sm fa-arrow-right" aria-hidden="true"></i>]] | ||
< | </div> | ||
</div> | |||
<div class="card"> | |||
<div class="card-body"> | |||
<h4 class="card-title">[[Core APIs]]</h4> | |||
<p class="card-text"> | |||
* [[Access API]] | * [[Access API]] | ||
* [[Data manipulation API]] | * [[Data manipulation API]] | ||
Line 55: | Line 76: | ||
* [[String API]] | * [[String API]] | ||
* [[Web service API functions]] | * [[Web service API functions]] | ||
</p> | |||
</div> | </div> | ||
<div class="card-footer"> | |||
: [[Core APIs|Full list of core APIs <i class="fa fa-sm fa-arrow-right" aria-hidden="true"></i>]] | |||
</div> | </div> | ||
<div class=" | </div> | ||
<div class=" | </div> | ||
< | <div class="card-deck mt-3"> | ||
<div class="card"> | |||
<div class="card-body"> | |||
<h4 class="card-title">Guidelines</h4> | |||
<p class="card-text"> | |||
* [[Moodle 4.0 developer update]] | |||
* [[Coding|Coding guidelines]] | * [[Coding|Coding guidelines]] | ||
* [[Git_for_developers|Git use]] | * [[Git_for_developers|Git use]] | ||
Line 76: | Line 104: | ||
* [[AJAX]] | * [[AJAX]] | ||
* [[Communication Between Components]] | * [[Communication Between Components]] | ||
</p> | |||
</div> | |||
<div class="card-footer"> | |||
: [[:Category:Guidelines|More guidelines <i class="fa fa-sm fa-arrow-right" aria-hidden="true"></i>]] | |||
</div> | |||
</div> | </div> | ||
<div class="card"> | |||
<div class=" | <div class="card-body"> | ||
< | <h4 class="card-title">[[:Category:Developer tools|Developer tools]]</h4> | ||
<p class="card-text"> | |||
* [[Linting]] | * [[Linting]] | ||
* [[Setting up Eclipse]] | * [[Setting up Eclipse]] | ||
* [[Setting up Netbeans]] | * [[Setting up Netbeans]] | ||
* [[:Category:Firefox extensions|Firefox extensions]] | * [[:Category:Firefox extensions|Firefox extensions]] | ||
[[:Category:Developer tools|Full list of developer tools | </p> | ||
</div> | |||
<div class="card-footer"> | |||
: [[:Category:Developer tools|Full list of developer tools <i class="fa fa-sm fa-arrow-right" aria-hidden="true"></i>]] | |||
</div> | |||
</div> | |||
<div class="card"> | |||
<div class="card-body"> | |||
<h4 class="card-title">[[Moodle App]]</h4> | |||
<p class="card-text"> | |||
* [[Moodle App Overview]] | |||
* [[Moodle App Development Guide]] | |||
* [[Moodle App Plugins Development Guide]] | |||
* [[Moodle App Customization]] | |||
* [[Moodle App FAQ]] | |||
</p> | |||
</div> | </div> | ||
<div class="card-footer"> | |||
<div class=" | : [[:Category:Mobile|Full list of Moodle App documentation <i class="fa fa-sm fa-arrow-right" aria-hidden="true"></i>]] | ||
[[:Category:Mobile|Full list of | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> |
Latest revision as of 05:27, 12 January 2023
Welcome to the Developer Documentation.
These Developer Docs are for developers who work with Moodle code, plugins and themes, or contribute to the Moodle project in other ways, such as translation.
If you manage a Moodle site, or if you teach using Moodle, try the User docs.
Important:
This wiki documentation is in the process of being migrated to our new Moodle Developer Resource site. Perhaps you can help us to migrate more content to the new site! |
Updating your Moodle plugins or custom developments for Moodle 4.0?
To help you get started we've put together an overview of the most important changes on our Moodle 4.0 developer update page.
You can also take the Moodle Academy course: Update Plugins to Moodle 4.0.
Guidelines
- Moodle 4.0 developer update
- Coding guidelines
- Git use
- Contributing plugins
- Creating patches
- PHPUnit tests
- Acceptance testing
- Writing tests with PHPUnit
- Writing manual testing instructions for an issue
- Aria Guidelines
- HTML Guidelines
- Automatic class loading
- Templates
- Javascript Modules
- AJAX
- Communication Between Components