Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Developer documentation: Difference between revisions

From MoodleDocs
(Moved guidelines and resources to the top and edited the sections a bit)
(→‎How you can contribute: related to new database of modules and plugins)
Line 18: Line 18:
==How you can contribute==
==How you can contribute==


The M in Moodle stands for 'Modular'. There are many different types of components that you can contribute that can be plugged into Moodle to provide additional funtionality. Even if you are not a programmer there are things you can change or help with.
The M in Moodle stands for 'Modular'. There are many different types of components that you can contribute that can be plugged into Moodle to provide additional funtionality. When you have developed a new component please publish it in the [http://moodle.org/mod/data/view.php?id=6009 database of Moodle modules and plugins]. The following types of plugins currently exist (in alphabetical order):
*[[Modules (developer)|Activity modules]]
*[[Modules (developer)|Activity modules]]
*[[Assignment types]]
*[[Authentication|Authentication methods]]
*[[Blocks Howto|Blocks]]
*[[Blocks Howto|Blocks]]
*[[Themes]]
*[[Course formats]]
*[[Text filters]]
*[[Database fields]]
*[[Resource types]]
*[[Database presets]]
*[[Assignment types]]
*[[Enrolment plugins|Enrollment methods]]
*[[Text filters|Filters]]
*[[Question import/export formats]]
*[[Question types]]
*[[Question types]]
*[[Question import/export formats]]
*[[Quiz reports]]
*[[Quiz reports]]
*[[Enrolment plugins]]
*[[Resource types]]
*[[Authentication]]
*[[SSO plugins]]
*[[Course formats]]
 
There are also ways you can contribute that don't involve PHP programming:
*[[Themes]]
*[[Translation|Translations]]
*[[Translation|Translations]]
*[[Database Schemas|Database schemas]]
*[[Database Schemas|Database schemas]]
You can also help a lot by
You can also help a lot by
*[[Tests|Testing]]
*[[Tests|Testing]]

Revision as of 08:30, 1 April 2006

Guidelines

The following guidelines are crucial reading for anyone wanting to contribute to the Moodle code base:

Resources and tools

How you can contribute

The M in Moodle stands for 'Modular'. There are many different types of components that you can contribute that can be plugged into Moodle to provide additional funtionality. When you have developed a new component please publish it in the database of Moodle modules and plugins. The following types of plugins currently exist (in alphabetical order):

There are also ways you can contribute that don't involve PHP programming:

You can also help a lot by

Plans for the future

Ideas for and details of planned future features of Moodle are initially discussed on the forums in the Using Moodle course at moodle.org. That developer discussions are intermixed with user discussions in the same forums may seem strange at first but is one of the reasons for the success of Moodle. It is important that both end-users and developers discuss the future features together.

Once ideas begin to crystalize on the forums they can be summarized in this wiki, either as part of the Roadmap or in the form of Developer notes. These pages then form the basis for further discussion in the forums.

Documentation for core components

This section is for documentation of specific components of the existing core Moodle code. Discussion of components that are under discussion or in development can be found in the Developer notes or on the Roadmap.

Documentation for contributed code

Many Moodle users contribute code for the benefit of other Moodle users. This can take the form of new activity modules, blocks, themes, resource plug-ins, assignment plug-ins, question type plug-ins, question import/export formats, quiz report plug-ins, course formats, ... This code is initially posted on the forums in the Using Moodle course and then often go into the contrib area of the Moodle CVS repository. Developer documentation for these components should be listed here.

See also