Skip to main content

Moodle 1.8

Unsupported Moodle Version
This version of Moodle is no longer supported and will not receive fixes for security risks.
You are encouraged to upgrade to a supported version of Moodle.

Moodle 1.8

Release date: 31st March 2007

Here is the full list of fixed issues in 1.8.

Headline features

  • Accessibility - Moodle.com
    • The Moodle interface is now compliant with XHTML Strict 1.0 and major accessibility standards.
  • Moodle Network - Catalyst, Richard Wyles
    • We can now set up peer Moodle installations allowing users to roam from one site to another, using comprehensive SSO and transparent remote enrolments. Administrators at the originating Moodle install can see logs of remote activity. You can also run your Moodle in "Hub" mode where any Moodle install can connect and users roam across.
  • Web Services API - Catalyst, Richard Wyles
    • The Moodle Network code includes an XML-RPC call dispatcher that can expose the WHOLE Moodle API to trusted hosts. We will building on this in further versions but you can start using it now if you need to.
  • Moodle forms library - Moodle.com
    • Majority of forms now use a single API for defining forms consistently and collecting data safely without using any HTML at all.
  • Multi Authentication - Iñaki Arenaza / Catalyst / Moodle.com
    • It is now easier to configure multiple sources of authentication at once. WARNING: the format for authentication plugins has changed, so custom plugins may be broken, however it's very easy to convert old code to the new format. More details can be found in /auth/README.txt.
  • Customisable User Profiles - Pukunui Technology
    • Allow new arbitrary fields to be added to the user profile, with more control over what fields appear on what signup and profile editing screens.
  • Groups refactor - OU / Moodle.com
    • Groups code has been reorganised to make it more flexible for the future (see 1.9).
  • Roles improvements - Moodle.com
    • In addition to many Roles fixes and refinements, Moodle 1.8 has separated the SYSTEM context from the SITE context (which makes it more like 1.6 used to work). The SITE context is the "front page course" and its activities. This should make it easier for admins to set up permissions. Login as and switching of roles was rewritten. Administrators can view recommended permission settings of legacy roles and may reset legacy roles to defaults.
  • Support for ODS export - Moodle.com
    • Open Document Format should solve majority of current problems with exports into proprietary Excel format. You may need to install special import plugin if you are using MS Office.

Known problems

  • CAS auth not working

Module improvements

  • Authorize.net Payment Gateway enrolment plugin
    • Payment managers can obtain an authorization code over phone from customer's bank if the credit card of the user cannot be captured on the internet directly.

See also