Note:

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

Latest release notes

From MoodleDocs

Template:About Moodle


Moodle 1.6 (Coming soon, currently in Beta testing status)

New features

Moodle is now 100% Unicode, which means any language can be mixed together and an end to a number of problems that different character sets caused us.
A new one-stop wiki site for ALL Moodle documentation, including links from Moodle itself
A new activity module that allows collaborative collection of structured data, useful for many things!
Integrated via a course format and an activity module
Allows reflection on an ongoing basis. Entries are marked and can be viewed by user, course, group, site etc. Contains first new support for Tags.
All reports are now centralised under Course reports and Admin reports. New reports can be written as plugins and dropped in very easily. One big new report is the new course-based statistics system from Catalyst.
A dashboard interface that allows an overview for each user of all their courses etc.
This initial integration with Hive allows teachers to upload, browse, search and select resources within the external repository.
Users can be part of multiple groups within a course
Supports the loading of any content package as a resource, plus special support for a repository of NLN materials
An interactive Moodle theme
Moodle's enrolment plugins can be used simultaneously on the same site. Also new IMS Enterprise enrolment plugin.

See also


Moodle 1.5.4 (very soon)

(Because this release contains important security fixes, we highly advise that sites using any previous version of Moodle upgrade to this version as soon as possible.)

A few new things

  • EDIT ME!

Various fixes

General

  • Various updates/improvements in the the Environmental Check allowing to check if your server suits future Moodle requirements.
  • Bug 4619. Fixed one DB query not following coding rules.
  • Bug 4607. Avoid duplication of course shortname on restore.
  • Fixed one problem with auto-link filters and frames.
  • Important fixes to muti-byte text handling routines.
  • Small changes to the installer.
  • Bug 3853. Some important improvements in the restore of log actions.
  • Bug 4328. Prevent some warnings in the blocks system.
  • Bug 4341. Extending multi-lang support to the "jumpto" menu (showed in collapsed mode).

Enrolment and metacourses

  • Authorize.net: $CGF->login_https must be ON for payment pages.
  • Authorize.net: Shows two forms if the enrolment key of the course is set. (internal & authorize forms)
  • Authorize.net: Address Verification System (AVS) was added.
  • Authorize.net: IIS https fix. It doesn't recognize empty($_SERVER['HTTPS']), but accepts HTTPS=off.

Forum Module

  • Bug 4355. Solved one visualisation problem in the page showing the list of forums.

Glossary Module

  • Bug 4543, 4713. Fixed some problems with entries and categories containing more than one word in their title.
  • Bug 4858. Fixed one problem with formats, not being detected properly.
  • Bug 4915. Entrylist format now displays the "Send Ratings" button.

Quiz Module

  • Fixed bug 4250: Added missing percentages to the grade selector
  • Fixed bug 4495: Don't apply lateness check when teacher previews
  • Fixed bug 4544: Incorrect path to exported files in some language packs
  • Fixed bug 4780: Bug in "Prevent late submissions" setting fixed
  • Fixed bug 5070: Students can't see quizzes when they are closed
  • Turned off regrading of quizzes that have the attemptonlast option set
  • A number of other minor interface fixes

Resource Module

  • Solved one problem on restore that was causing some links to become corrupted.
  • Slightly changes to the delete_instance() function in resources to allow future improvements.

Wiki Module

  • Solved one problem sending double-slashed info to DB.
  • Bug 3830. Load of initial content from course file area is now allowed.

Moodle 1.5.3 (11th November, 2005)

(Because this release contains important security fixes, we highly advise that sites using any previous version of Moodle upgrade to this version as soon as possible.)

A few new things

  • We now have SCORM 1.3 (SCORM 2004) support!
  • Much improved Assignment grading interface, including "quick grading" options
  • A new Single-Sign-On API is available

Various fixes

General

  • Contains warnings when Moodle is used on an PHP configuration known to be insecure
  • Contains fixes for some recently reported security problems (see security.moodle.org)
  • Backups now runs a lot faster medium/large installs. Many issues fixed in this area
  • Listing of directory sizes can be made much faster on Linux/Unix servers, thanks to a performance fix you can enable from Admin->Variables: "path_to_du"
  • We now log more meaningful IP addresses when the server or the clients are working behind a proxy
  • Fixed some issues with PHP accelerators
  • Upgrade scripts have been refined and work much better for PostgreSQL installations
  • General PostgreSQL port code cleanup
  • Upgrading to 1.5.3 will fix any legacy Journal to Online Assignment upgrade issues
  • RSS libraries now support RSS 2.0 categories, see bug 3654
  • Better accesibilty in file uploads, see bug 3662
  • Better support for site-wide HTTPS, see bug 3848
  • We now send away bots (like Googlebot) from that try mangled URLs, see bug 3958
  • Better DST support for non-logged-in users
  • Better DST support for repeat events in Calendar
  • Small fixes to the lesson, choice and grade modules
  • Minor CSS improvements to formal_white and orangewhite themes
  • Better pagination in course listing and loglive pages
  • Fixed an IE-only bug related to HTMLArea content where user-edited tables could float and hide part of the UI.

Authentication

  • Fixes to change password/forgotten password with external auth
  • Data fetched from external DB or LDAP is now truncated correctly
  • Fixed bug 4305 -- better login block behaviour when using secureforms
  • Better support for utf-8 user data from external auth
  • LDAP: General fixes covering sync_users script and logging of errors
  • LDAP: Fixed bug 3141 - Can't update external data with LDAP authentication
  • LDAP: Fixed bug 3992 - LDAP password including a quote does not work - credits go to Kita
  • LDAP: Better support for ActiveDirectory.
  • LDAP: Fixed bug #3594
  • LDAP: Better handling of multi-source field mapping
  • LDAP: Fix for using DN as idnumber - thanks fo Jeff Graham - http://moodle.org/mod/forum/discuss.php?d=28840

Enrolment and metacourses

  • Metacourses: Prevent normal users to gain access to meta courses via manual enrolment
  • Metacourses: better support for MySQL v3.23.x
  • DB: Enrolment lookups now work reliably with Moodle on MySQL and Postgres
  • DB: Non-MySQL databases work again as external enrolment databases
  • LDAP: Fixed a wrong call to add_teacher in LDAP plugin.
  • LDAP: Servers being down or unavailable no longer prevent logins
  • LDAP: Course auto-creation works again
  • LDAP: Fixed several bugs reported by Jeff Graham and Barron Koralesky -- including bugs 3912 and 3974
  • LDAP: We can now bind non-anonymously to LDAP
  • Authorize.net: several fixes

Resources

  • Bugfix: Avoid linking to empty or unlinkable activity names

Forums

  • Big and small optimizations to tracking of read/unread messages, specially for PostgreSQL
  • Fixed some PostgreSQL bugs
  • Some more actions are now supported by backup/restore when processing log records, see bug 3582
  • Now message forum RSS feeds are including category data -- useful under some RSS agregators able to group messages, see bug 3654
  • Fixed paging on forum search

Blocks

  • Several performance improvements
  • Fixes to the upgrade process, including PostgreSQL syntax and lower memory usage
  • Brought in several bugfixes from 1.6dev
  • Fixed bug 3478: Cannot add RSS feed as course creator
  • Fixed bug 3793: Prevent warning message when configuring a glossary_random block in a course which has no glossaries

Quiz

  • Some CSS style fixes
  • Better compatibility with themes that contain forms in the headers
  • Highlighting of correct answers can now be turned off
  • Fixed bug 3986: Too many random questions. (mindforge)
  • Fixed missing action icons
  • Fixed bug 3899 and removed some 'missing course object' messages
  • Fixed bug 3950: Ee-attempt button inconsistency for multi-attempt quizzes
  • Fixed bug 3953: Quiz/report.php pagesize can be set to 0, credits to Jean-Michel
  • Fixed potential data data corruption bug 3915
  • Fixed bug 3884: Quiz correct highlights missing for 2 of 3 options.
  • Fix for the Student review highlight doesn't seem to work bug
  • Fixed bug 3804: Differences in question types between 1.5 and 1.6
  • Fixed bug 3822: don't count previews as attempts
  • Fixed bug 3807: Question numbering issue
  • Fixes for the item analysis plug-in, assembled by Jean-Michel
  • Now we reset the timeout counter to avoid timeouts
  • Several improvements contributed by Jean-Michel Vedrine. You can now change the number of attempts per page displayed on screen, and download results to Excel/text file, including detailed grades
  • Fixed export bug with non-English languages

SCORM

  • We now support SCORM 1.3 (SCORM 2004)!
  • Fixed a bug with next and prev SCO search
  • Fixed bugs related to masteryscore
  • Fixed a problem in AICC course tracking

Wiki

  • Now paging of older versions is showed and working properly, see bug 3750

Filters

  • Mediaplugin filter now finds multi-line links in HTML code
  • Censor filter: Added original word as title to the blacked-out version. The filter can obscure actual important words by mistake (eg Dickens) and there needs to be some way to recover the meaning

Moodle 1.5.2 (16th July, 2005)

Various fixes

  • Journal -> Assignment upgrade now works properly :-/
  • Assignment submodules now upgrade as expected
  • Various other bugs with new Assignments fixed
  • Journal module is now disabled by default on new installations
  • Login page is now 100% HTTPS if required
  • Various small standard theme tweaks
  • Fix for recent matching questions display bug in Quiz
  • Language editor no longer creates empty files when not necessary (caused country list bug)
  • Fixed some manifest parsing problems in SCORM module
  • Multilang filter now deals with pack names that contain numbers
  • Files are now force-downloaded (fixes IE problems and some security issues)
  • Relinking debugging output is escaped
  • Large MP3 player now displays ID3 tags properly again
  • Some chat daemon improvements

Some new things

  • Orangewhite theme optimised for use on PDA
  • Forum user posts page can be called without userid
  • Altavista BabelFish now allowed in as guest when Google is

Moodle 1.5.1 (8th July, 2005)

Various fixes

  • Several potential security problems solved
  • Allowobjectembed setting now works correctly
  • Speed problem on IE, caused by tab hover fixed.
  • Cut and paste in editor on Firefox has a more helpful warning message
  • Fixed a session problem when logged on as admin during upgrade from very old Moodle version
  • Fixed editing problem in Main menu of site
  • Minor CSS display problems in a few areas were fixed
  • Fixed the adding of a single discussion forum
  • Fixed Lesson problems with calculating grades, and dates
  • Fixed Lesson problems with entering a cluster after a page
  • Censor filter was fixed to make it work better with old themes

Some new things

  • New theme: Wood
  • Metal theme updated for 1.5
  • Many language updates for most languages, including a new language: Khmer
  • Block classes can now run custom code when an instance is created/deleted (this is useful for blocks that need to set up non-trivial data structures)
  • Wizard for Calculated Questions in Quiz was rewritten
  • Backup/Restore module selection is now improved and much easier
  • Backup/Restore module has much improved relinking support, it's now faster and easier to implement in new modules

Moodle 1.5 (5th June, 2005)

Here you can find the release notes of the current stable version of Moodle. If you experience any bugs in this release, please report them at moodle.org/bugs so we can fix them in the next release.

Headline features

  • Web pages are compliant with XHTML Transitional 1.0
  • Improved Accessibility, aiming for compliance with WAI (W3C), SENDA (UK) and Section 508 (US) criteria.
  • Very strong new Themes system, allowing cascading themes, user themes, course themes, with very fine control of every page in Moodle via CSS.
  • Integrated Messaging feature for direct communication between all users in the site, featuring realtime popup windows, notification, email copies, blocking, history, WYSIWYG editor, etc
  • Forum read/unread tracking with highlights allows you to see new postings at a glance and to control how these are displayed (per forum, per user or per site).
  • New Blocks system, allowing multiple copies of blocks and better block configuration
  • Full support for Daylight Savings Time in every locality around the globe, so everyone always see the correct local time for all events.
  • New extended gradebook allowing custom weighting of different activities, setting extra grades (or taking out others) and improved display and sorting options
  • Users can be required to agree to a Site Policy

Other major system-wide improvements

Admin

  • New "maintenance mode" allows the admin to temporarily disable a site (during upgrades, for example).
  • Moodle can automatically download a new list of timezones from moodle.org or elsewhere and install it to the database (Olson files are supported too)
  • New version of Moodle MySQL Admin module (available separately)
  • New calendar options page provides user interface to configure the behavior of the calendar

Authentication

  • New Shibboleth Support
  • New CAS Support
  • New PAM Support
  • Improved LDAP integration, so that LDAP can now control course creation, group assignments. Increased performance and scalability performing user synchronisation.
  • Certain user fields can be locked by the admin when using external authentication
  • Improved session handling now detects "crossover" sessions that we have found in some buggy PHP installations and prevents them
  • Sessions can now be stored in the database (good for clustered installations!)
  • Users can be forced to change their password

Files

  • Standardised file browsing in all areas
  • Improved uploading, with support for automated Virus scanning of new documents using ClamAV.
  • Slasharguments now work also on IIS (upgrade to PHP 4.3.11 needed for ISAPI)

Filters

  • Standardised filter library makes it trivial to write new filters that require searching and highlighting of text.
  • Huge efficiency improvements for complex filters like the Glossary filter
  • New Tidy filter uses the W3C Tidy program to (optionally) clean all user-entered texts throughout the site and convert it to valid XHTML code
  • Improved censorship filter, now "blacks out" words using styles and uses a word list from the language packs.
  • Improved Flash MP3 player, now shows progress bar while downloading and playing
  • Improved Multi-language filter is faster, more forgiving of syntax errors, and uses new editor-friendly syntax:
  • Auto-linking filters (glossary, activities) can work to link all the occurrences (old behaviour), once for each text block or only once for the whole page ($CFG->filtermatchonepertext, $CFG->filtermatchoneperpage).
  • More text can now be filtered in Moodle, including activity names, headings and other such small texts. This makes it possible to design completely multi-lingual sites in Moodle that fully appears in the user's chosen language.

Themes

  • Modules can provide standard styles
  • Themes can override required styles of other themes
  • Users and courses can choose their own themes if the admin allows it
  • Implementation of tabs interface on many pages
  • Modules, Blocks and Languages can define their own standard styles

HTML Editor

  • The toolbuttons offered in the editor toolbar are now configurable by the admin
  • Search and Replace text within the editor text area (with optional use of regular expressions)

Course management

  • Transparent Blackboard 5.5 course importing (partial 6.0 support)
  • The new meta-courses allow to get users automatically enroled in a general course (the metacourse) when enroled in any of the metacourse-linked courses
  • New tool to copy content from a course to other.

New blocks

  • HTML block: allowing to place arbitrary content (text, images links) in any course mainpage
  • Remote RSS feed: allows to display external news channels inside a Moodle course
  • Glossary Selection: to choose and display content from a Moodle glossary in course mainpage

Calendar

  • Major speed improvements for sites with a large number of courses using groups
  • Repeating events can now be modified or deleted all at the same time or separately as before
  • New "remember filter settings" preference that allows calendar filters to remember their status between logins

Activity module improvements

Assignment

  • Completely refactored into a new class-based design, allowing new plugin-assignment types
  • New Online Text assignment type that doesn't require files and allows inline comments when grading - this new type effectively replaces the old Journal module
  • Vastly improved grading interface for handling large classes
  • New configuration options to disable late submission and to e-mail alerts to teachers when students submit new work

Chat

  • Streamlined interface looks smoother, works faster, even without using the optional server daemon
  • Blocks can now be added to chat pages (e.g. for additional information)

Choice

  • Rewritten to allow any number of choices
  • The number of users per choice can be limited, which allows it to be used as tool for "signing up" to an array of options.
  • You can now download the results of the choice to XLS or a TXT file

Forum

  • Powerful new Google-like forum searching tools
  • Forum read/unread tracking - unread messages are highlighted on the course page, forum page, discussion listing and the discussion view
  • The tracking system may be disabled by teachers/users
  • User profiles show all posts by a user, as well as all discussions
  • When admins edit user messages, a notice is attached
  • Discussion listing shows the last user who posted to each discussion and when it was, with a direct link to that post
  • In group-enabled forums the discussion listing shows the group the thread applies to, with a link to the group description page.

Glossary

  • New setting to enable/disable the print view of each glossary.
  • New search system looks for words everywhere (instead of doing exact phrase match).
  • More information is sent to logs to be able to track activity better.

Journal

  • The Journal module has not changed since 1.4, and is now deprecated. The upgrade procedure will convert all your Journal activities into Online Assignments, and hide all the old Journal activities. If you don't want this to happen, then define this in your config.php: $CFG->noconvertjournals = true;

Lesson

  • Now supports timed Lessons
  • Can create practice Lessons (grades are not stored)
  • Option for students to view points earned while taking the Lesson
  • Allow students to review their answers before submitting the Lesson
  • New Slide Show Mode (only branch tables are displayed as slides)
  • New Left Menu (for enabled branch tables only)
  • Lessons can now be Password Protected
  • A Tree View can be used for the Lesson creation screen
  • Students can post their high scores
  • New option to save a Lesson's settings as defaults for new lessons in the same course
  • Can delete a student's attempts
  • New page Jumps:
    • Previous Page
    • Unseen question within a branch
    • Random question within a branch
    • Unseen question within a cluster
  • Added functionality to view Lesson statistics
  • New question type: Essay. Teachers can view each essay and write comments, assign a grade, and then email it all to the student
  • New question creation interface

Quiz

  • Can handle adaptive questions, i.e., questions that allow the student to interact with them repeatedly within the same quiz attempt and that can change in response to student answers.
  • Student can be allowed to try a question again immediately within the same quiz attempt until they get the answer right.
  • There is a penalty mechanism that deducts a specified fraction of the mark for each wrong attempt at a question.
  • Allows questions rendered and scored externally (e.g., by mathematical assessment engines) to be integrated seamlessly into Moodle quizzes via the RQP web services protocol.
  • Is prepared for the handling of IMS QTI questions once web services for these become available.
  • New tabbed teacher interface for previewing, editing, and reviewing quizzes.
  • New "improved security" mode shows quiz in a separate full-screen window, with many browser features disabled
  • Quizzes can be presented to students in several pages. The number of questions per page is selectable by the teacher.
  • Blocks can now be added to quiz pages (to show results table, or additional information etc)
  • Better and cleaner interface for question selection and management in the database. Selected questions can be added to quiz, moved to other categories or deleted en mass.
  • Random questions are now added to the quiz question list with a dedicated button, leaving a cleaner interface at questions database without phantom placeholders
  • Final grade can be a fractional number, with teacher-defined decimal figures
  • Improved results page with user-selectable display of columns, cleaner sorting and new mark display options
  • Questions can be edited with one click from the improved quiz preview and question preview screens.
  • Questions can be copied with one click, to allow question variations to be created with ease.
  • Revamped question categories structures and editing interface.
  • Categories now can contain nested subcategories and can be re-ordered.
  • It is possible to select whether questions from categories, and or their subcategories are displayed on the question edit page.
  • It is now possible to select whether to add random questions from a parent category alone, or from a parent category and its sub-categories.
  • Quiz creators are prevented from changing the question set of quizes that have had student responses.
  • Recognition, and rejection, of overlapping/redundant questions has been improved.
  • The display of questions in longer quiz categories on the quiz editing page is now paginated.
  • New export types - IMS QTI (2.0) and xhtml. Improvements & fixes to others.
  • New import type - Hot Potato. Improvements & fixes to others.

Scorm

  • The module is now fully conformant with the SCORM 1.2 standard.
  • User result data storage and reporting was improved.
  • AICC packages can now be imported.

Survey

  • Graph formatting has been improved (labels are more readable)

Wiki

  • Changes to wiki pages are now monitored and displayed in Recent Activity block
  • Several under the hood improvements to backup/restore and other routines that enhance the reliability of wikis

See also