Note: You are currently viewing documentation for Moodle 3.2. Up-to-date documentation for the latest stable version of Moodle is probably available here: Roadmap.

Roadmap: Difference between revisions

From MoodleDocs
No edit summary
Line 6: Line 6:
Moodle 2.0, our biggest release ever, is coming together after two years of development.  It contains a huge number of core changes to the platform, most of which are designed to give 3rd party developers more flexibility, scalability and safety.
Moodle 2.0, our biggest release ever, is coming together after two years of development.  It contains a huge number of core changes to the platform, most of which are designed to give 3rd party developers more flexibility, scalability and safety.


Before the final release we will have a series of rapidly improving Preview releases, roughly weeklyThese are to allow a wider range of developers and contributors to test the code on copies of their production servers, help us tweak the interface and performance, and work on translations, modules and other third-party code (most of which will have to be rewritten significantly).
The release is expected on July 20, 2010.   


* [[Moodle 2.0 Preview 1 release notes]] - May 4, 2010
Please see the [[Moodle 2.0 release notes]] for current details!
* [[Moodle 2.0 release notes]] - July 20, 2010


You can track our current progress in detail on the [http://spreadsheets.google.com/pub?key=pDVzrUsKEBnChh0nn7-FTYA Moodle 2.0 Planning document].  Please remember that this document is frequently updated and details can change a lot!
===System requirements===
Since Moodle 2.0 is such a major release, we are allowing ourselves some increases in the requirements.
* PHP 5.2.8 is now the minimum version supported. (We are aware that several important linux distros are still shipping earlier versions like 5.2.6, but we need at least version 5.2.x for the new File API, and there are bugs in 5.2.7 and earlier that we could not work around.)    This allows developers to write cleaner code using the more recent features of PHP, and will also improve user experience.
* Databases should be one of the following:
** MySQL 5.0.25 or later  (InnoDB storage engine highly recommended)
** PostgreSQL 8.3 or later
** Oracle 10.2 or later
** MS SQL 2005 or later
* When upgrading to Moodle 2.0, you must have Moodle 1.9 or later.  if you are using an earlier version of Moodle (eg 1.8.x) then you need to upgrade to Moodle 1.9.x first.
===New Community features===
* [[Community hub]] - Moodle.com
::Makes it easy for teachers to find other courses to download as templates for their own courses.  It also makes it easier to find enrollable courses on other sites (either to join as a student or to participate in a community of practice).
===Overall appearance===
* [[Development:Very_flexible_block_system_proposal|New Blocks implementation]]  - Moodle.com
:: Blocks and page layouts are now implemented consistently and predictably on every page in Moodle, and can even be docked like menus.
* [[Development:Output_renderers|Output renderers]]  - Moodle.com
:: The engines that produce HTML and JS code have been completely re-written, so that Moodle's output is more consistent and efficient.  Themers can now also modify any of the output if they choose to, without touching core code.
* [[Development:Theme_changes|Themes rewrite]]  - Moodle.com
:: The structure and design of themes has been rewritten for efficiency and flexibility.  Unfortunately this means all themes need to be re-written for Moodle 2.0.  To help you get started, Moodle 2.0 will ship with 20 brand-new standard themes designed to make Moodle look much nicer than ever before.
* [[Development:Navigation 2.0|Navigation improvements]]  - Moodle.com
:: Navigation is now implemented consistently in the navbar and in a Navigation block on every page.  All settings are now always available in a settings block on every page.  Themes can completely rewrite navigation if they require.
* [[Development:HTML editor 2.0|HTML editor 2.0]] - Moodle.com
::Replaces our ageing HTML tool with a new one that works on more browsers, enforces XHTML strict and better integrates with the new [[Development:File API|File API]]
* General usability review  - Moodle.com and others
:: We've been attacking many of the [http://tracker.moodle.org/browse/MDL/component/10309?selected=com.atlassian.jira.plugin.system.project:component-popularissues-panel most popular issues from the Moodle Tracker]
===File handling improvements===
These three are separate but very complementary.
* [[Development:File API|File API]] - Moodle.com
::maintains an internal repository of files and governs access to them.
* [[Development:Repository API|Repository API]] - Moodle.com
:: allows users to browse external repositories using a filepicker and select files to bring into Moodle (copy or link)
* [[Development:Portfolio API|Portfolio API]] - Moodle.com
:: allows Moodle content to be captured and pushed out to external repositories.
===Course organisation===
* [[Development:Conditional activities|Conditional activities]] - Open University (Sam Marshall)
::Allowing dependencies and forced paths through activities. That is, "You can't do this activity until that activity is completed".
* [[Development:Course_completion|Course completion]]  - Catalyst
:: Let teachers to specify conditions that define when a student has completed a course. Keep a record of which users have completed each course.
* [[Development:Progress tracking|Progress tracking]] (also known as competency tracking) - Catalyst
:: Let users have learning plans listing which outcomes or courses should attempt next, based on which courses they have already completed.
===Changes to activity modules===
* [[Development:Wiki_2.0|Wiki 2.0]] - DFWikiteam-UPC
:: To be cleaned up and included as a core module.
* Quiz module and question bank
** [[Development:Quiz_report_enhancements|Quiz report enhancements]] - Jamie Pratt, contracted by The Open University
**: Major improvements to the quiz reports, especially regrading and item analysis.
** [[Development:quiz_navigation|Quiz navigation improvements for students]] - Tim Hunt, The Open University
** [[Development:Flagging_questions_during_a_quiz_attempt|Flagging questions during a quiz attempt]] - Tim Hunt, moodle.com.
** [[Development:Quiz_UI_redesign|Quiz editing interface improvements]] - Olli Savolainen, [http://www.coss.fi/en/kesakoodi Finnish Summer Code project].
** MDL-8648 Essay questions can now be randomised by random questions. <small>Note that this change is not backwards compatible if you upgrade a Moodle 1.9 site with random questions that pick from categories containing a mixture of essay and non-essay questions. The behaviour of some quizzes will change.</small> - Tim Hunt, moodle.com.
** [[Development:Moodle 2.0 question bank improvements|Question tagging and improved searching in the question bank]] - Tim Hunt, moodle.com.
** [[Development:Administration page for question types|Administration page for question types]] - Tim Hunt, moodle.com.
** Different settings (open/close date, number of attempts, password, time limit) for each group or student (MDL-16478) - Matt Petro, University of Wisconsin - Madison
** [[Question_types#Regular_Expression_Short_Answer|Regular Expression question type]] added to the official Moodle distribution - Joseph Rézeau.
* Resource module
** Refactored all the submodules into real modules (file, folder, url, page, ims)
* [[Development:Workshop 2.0 specification|Workshop 2.0]] - David Mudrak, moodle.com
* Lesson module
** Converted to use Moodle forms for consistency
** Refactored the code to make it maintainable
===Administrative improvements===
* [[Development:Enrolment plugins 2.0|Enrolments improvements]] including groups synchronisation - moodle.com (skodak)
:: Several major improvements related to guest access, course enrolments, metacourses and groups (aka global groups, site-wide groups etc)
* [[Development:Roles administration improvements for Moodle 2.0|Roles administration interface improvements]] - Tim Hunt, moodle.com and others.
* [[Development:Web_services|Standard Web Services Layer]] - UPC and moodle.com
::Standard set of core API functions made available via SOAP and XML-RPC
* [[Development:Site-wide groups]] - Moodle.com
:: Site wide groups are a number one request
* [http://tracker.moodle.org/browse/MDL-16348 Admin report plugins can choose where in the admin tree they get added] - Tim Hunt, moodle.com.
===Other major components===
* [[Development:Backup_2.0|Backup 2.0]] - Moodle.com
:: New backup that actually works on large courses etc and is faster.  Old backup will be retained as a separate directory to import old backups.
* [[Development:Gradebook_improvements]] - Moodle.com
::Implement a number of usability improvements for the Gradebook (and port back to 1.9 as well)
* [[Student projects/Blog improvements|Blog 2.0]] - Moodle.com
:: Add commenting to blogs (MDL-8776), as well as support for external blogs
* [[Development:Messaging_2.0|Messaging 2.0]] - Moodle.com
:: Refactor messaging to use plugins for input and output, controlled by users
* [[Development:Comments_2.0|Commenting API]] - Moodle.com
:: Commenting all over Moodle has now been refactored into one central system. And yes, you can now comment on blogs. 
* [[Student projects/Secure RSS feeds|Secure RSS feeds]] - Moodle.com
:: Obscure RSS feed URLs using private keys, controlled by users.
* [[Development:IMS_CC|IMS Common Cartridge]] - [http://moodlesolutions.uvcms.com/ UVCMS (Moodle Partner)] and Moodle.com
:: IMS CC import
* More tagging
:: Tagging of courses, activities and other things (MDL-13404)
===Database control===
* [[Development:DB layer 2.0|DB layer 2.0]] - Moodle.com
:: MDL-14679 Database access is to be refactored so that: we can use prepared statements everywhere for increased security and some performance, we put datalib functions in a class to allow better unit tests (mock db), and remove the need for slashes in userspace.  This will cause breakage for 3rd party modules (but [[Development:DB_layer_2.0_migration_docs|fixing them won't be too hard]]).
* Ancient (pre 1.7) DB install/upgrade system removed - Moodle.com
:: The deprecated system for installing or upgrading database entries used in Moodle < 1.7 will be completely removed, while supporting only the new XML based database scheme introduced in 1.7.


== Version 2.1 ==
== Version 2.1 ==

Revision as of 09:40, 10 May 2010

This roadmap collects the best information about upcoming features in Moodle. It is not 100% certain - features may change according to available funding and developers.


Version 2.0

Moodle 2.0, our biggest release ever, is coming together after two years of development. It contains a huge number of core changes to the platform, most of which are designed to give 3rd party developers more flexibility, scalability and safety.

The release is expected on July 20, 2010.

Please see the Moodle 2.0 release notes for current details!


Version 2.1

In Moodle 2.1 the core development team will focus almost exclusively on activity modules and blocks in Moodle.

The release cycle for 2.1 should be relatively short, hopefully only six months after 2.0.

Refactoring existing modules

We'll mostly be working very hard on refactoring and modernising what we have (based on community feedback in the tracker and forums).

Adding new modules

We'll be reviewing and adding some of the popular third-party modules.

  • One big one will be a new one that combines the best of questionnaire and feedback and survey into an upgrade for the survey module.

See also