Note:

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

Latest release notes: Difference between revisions

From MoodleDocs
mNo edit summary
Line 5: Line 5:
==Moodle 1.9 Beta==
==Moodle 1.9 Beta==


Released: 14th August 2007
Released: 14th August 2007 - Beta 4 : 9 January 2008


This is a DEVELOPMENT RELEASE made available for wider testing by the community in preparation for a polished release of 1.9 in the coming weeks. It should not be used for production sites unless you are prepared to report the bugs you find in the [http://tracker.moodle.org Moodle Tracker], hopefully with your patches attached. :-)
This is a DEVELOPMENT RELEASE made available for wider testing by the community in preparation for a polished release of 1.9 in the coming weeks. It should not be used for production sites unless you are prepared to report the bugs you find in the [http://tracker.moodle.org Moodle Tracker], hopefully with your patches attached. :-)
Line 72: Line 72:


[[Release_Notes#Table_of_Contents|Table of Contents]]
[[Release_Notes#Table_of_Contents|Table of Contents]]
==Moodle 1.8.4==
Released: 11 January 2008


==Moodle 1.8.3==
==Moodle 1.8.3==
Line 143: Line 147:


[[Release_Notes#Table_of_Contents|Table of Contents]]
[[Release_Notes#Table_of_Contents|Table of Contents]]
==Moodle 1.7.4==
Released: 11 January 2008


==Moodle 1.7.3==
==Moodle 1.7.3==

Revision as of 17:30, 11 January 2008

Template:About Moodle

Table of Contents

Moodle 1.9 Beta

Released: 14th August 2007 - Beta 4 : 9 January 2008

This is a DEVELOPMENT RELEASE made available for wider testing by the community in preparation for a polished release of 1.9 in the coming weeks. It should not be used for production sites unless you are prepared to report the bugs you find in the Moodle Tracker, hopefully with your patches attached. :-)

Here is the full list of fixed issues in 1.9 so far.

Headline features

  • Gradebook - Moodle.com (funded by Open University)
Completely rewritten from scratch for speed and flexibility. The new gradebook consists of plugins for reports, imports and exports. There are a number of standard reports which are useful for graders, students etc. The grader report allows you to treat the gradebook much more like a spreadsheet with manual editing, calculations, aggregations, weighting, locking, hiding, textual notes and so on.
You can also now develop a list of expected outcomes (competencies) and connect these to courses and activities. You can even grade against multiple outcomes at once (ie Rubrics).
The new Events API provides a way for any code to "hook" into events in a clean, loosely coupled way. A lot of events in Moodle (such as adding a user or a course) now trigger events that developers can hook into.
A complete overhaul of the Roles implementation for correctness and scalability. Large sites with thousands of courses and users now load quickly and behave well under heavy traffic, thanks to reworked code for Roles. Additional boost for sites using PHP precompilers and significant improvements in the DB access code in all databases.
Moodle v1.9 and Mahara E-porfolio v0.9 now do transparent Single Sign On - one to one, one to many, many to many. Students can maintain their personal E-portfolios in Mahara.
Allows users to describe their own interests in terms of tags, which creates interest pages around those tags, bringing information together from a variety of sources.
Allows questions to be shared by the whole site, a course category, a single course, or be kept private to a single module. More control over who can do what to each question. Improved file management for files linked to by questions.
Detailed notes can be kept about individual users (for example teachers might want to keep and share notes about students in their class).
Administrators can perform bulk user actions, such as the mass deletion of user accounts. Extended features in the bulk user upload script to allow generation of user fields based on templates.
  • New Custom Corners theme - Urs Hunkler
Beautiful and curvy (in all browsers).

Other major improvements

New support for groupings (groups of groups) which was added briefly and then removed from 1.8.x. Activities and resources may be assigned to particular groupings.
Integrated a reworked version of the NTLM Single Sign On, originally by Dan Marsden.
  • New theme settings
    • Category themes - can now set the theme for a category which will apply to all sub-categories and courses
    • Theme order - new setting $CFG->themeorder which sets the priority of the themes from highest to lowest.
  • Ability to control block visibility with roles
  • Oracle Support - Catalyst Ltd, USQ
Significant enhancements in Oracle support, scalability and performance
  • Numerous admin settings fixes and improvements - Moodle.com
  • More robust block and module uninstalling - Moodle.com
  • cURL is used for component downloading, SOCKS5 proxies and user/password proxy authentication supported, fopen() not used anymore
  • Completed course reset implementation - Shamim Rezaei, Moodle.com
  • Rewritten IP lookup - for lookup used either NetGeo server or local GeoIP database, visualized with static world image or Google Maps - Moodle.com
  • Terms used for each role can be redefined in each course (like before Moodle 1.7)

Module improvements

  • Quiz/Question improvements:
    • Improved question bank, as above.
    • Quizzes now listed on the MyMoodle page. (Implemented by Stephen Bourget and Tim Hunt.)
    • A quiz can now send emails when an attempt is finished - a confirmation to the student, a notification to all teachers, or both. (Implemented by Graham Miller of Web Enhanced Solutions and Tim Hunt.)
    • Third party question types can now implement Moodle XML and other import and export format. (Implemented by Howard Miller.)
    • Gift Import/Export format can now handle Essay and Description question types.
    • Some slight improvements to quiz layout. See [https://tracker.moodle.org/browse/MDL-10374 MDL-10374] for details. Theme designers please note.
    • Multiple choice questions now show the feedback for all the options to students on the review page after the attempt is over.

Developers please add news here!

Notes

Table of Contents

Moodle 1.8.4

Released: 11 January 2008

Moodle 1.8.3

Released: 11th October 2007

Here is the full list of fixed issues in 1.8.3.

Highlights

  • Some crucial performance fixes
  • Many little annoying bugs squashed


Moodle 1.8.2

Released: 8th July 2007

Here is the full list of fixed issues in 1.8.2.

Highlights

  • Two XSS security vulnerabilities (one reported in the wild) were fixed.

Moodle 1.8.1

Released: 14th June 2007

Here is the full list of fixed issues in 1.8.1.

Highlights

  • The groups implementation has been cleaned up somewhat from the 1.8 release. The groupings GUI that appeared in 1.8 has been removed, because groupings are not complete and should not be used yet. Moodle 1.8 sites that have created groupings should upgrade to 1.8.1 to have groupings reset ... otherwise there could be problem when upgrading to the real groupings in 1.9 or later.

Moodle 1.8

Released: 31st March 2007

Here is the full list of fixed issues in 1.8.

Headline features

The Moodle interface is now compliant with XHTML Strict 1.0 and major accessibility standards.
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.
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.
Majority of forms now use a single API for defining forms consistently and collecting data safely without using any HTML at all.
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.
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).
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.
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

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.

Developers please add news here!

See also

Table of Contents


Moodle 1.7.4

Released: 11 January 2008

Moodle 1.7.3

11th October, 2007

This page shows issues resolved in this version


Moodle 1.7.2

30th March, 2007

This page shows issues resolved in this version

Security

  • Unintended logouts are now prevented - sesskey added to logout.php script
  • Fixed problem with visible posts in user profile when "forceloginforprofiles" disabled
  • Fixed visibility of site blog entries
  • Corrected wrong includes in lams
  • XSS injection in SCORM 1.2 reports
  • Fixed old problem with approvals in Data module, edited entries were approved automatically
  • Fixed escaping in shell commands (Win32 platform only)
  • Fixed visibility of blog drafts
  • Rewritten parameter handling in repository plugin
  • Fixed XSS in login block

Moodle 1.7.1

17th January, 2007

This page shows details about issues resolved in this version

Moodle 1.7

7th November, 2006

This page shows details about issues resolved in this version

Headline features

Permissions based on fine-grained capabilities allow all kinds of roles to be created and assigned in all contexts around Moodle. This creates a great deal more flexibility in the permissions that you can grant to people.
added support for MS-SQL and Oracle with more databases to come. Developers now have just one XML file to edit when changing the database structure, and there is even a very funky editor for this file built-in to Moodle
  • New Admin interface
Completely new admin interface, with accessible design and cool features to make access to settings fast and easy.
Making it easier for developers to write test code, which should ultimately lead to a more reliable Moodle.
  • AJAX Course editing (STILL UNSTABLE IN 1.7 RELEASE AND OFF BY DEFAULT, USE WITH CAUTION!)
The Topics and Weekly course formats now feature AJAX editing which means you can drag drop blocks, activities and sections (weeks/topics) and it all happens instantly. No more page reloading!

Module improvements

  • Improvements to the Database module
    • Template/Field settings can now be saved as Presets and shared across a site.
    • Presets are just zip files, and can also be shared between sites.
    • Moodle 1.7 comes with one sample preset (an Image Gallery) with more to come.
    • New latitude/longitude data type
  • Improvements to the Lesson module
    • Now has a more unified view of lesson screens.
    • Teacher editing:
      • Collapsed view has a nicer format, displays more information regarding each page and allows the creation of new pages.
      • Editing is now speedier by replacing 3 second redirect delays with a notification system.
    • New feature: display default feedback.
      • Default is On so previous lessons behave as before.
      • Description: if no response is entered for a question answer and this setting is turned Off, then the user skips the feedback page.
    • Graceful degrade of JavaScript.
    • Several bug fixes.
  • The teacher can configure comments that are displayed to the student at the end of their attempt, with the comment displayed depending on the student's score.
  • Improvements to some core question types
  • All question types can now have some general feedback. This is displayed to all students after they have finished the question (depending on the quiz settings) and does not depend on what response the student gave. Use this to tell the student what the question was about, or link them to more information about the topic it covers.
  • Matching questions can have extra wrong answers, and work when two questions have the same answer.
  • Multiple Choice questions can have feedback for the whole question, as well as specific answers. This is particularly useful for multiple-response questions.
  • Numerical questions can have different answers with different precisions and scores. (Previously this was only supported via GIFT import. Now you can edit questions like this.)
  • While editing a wiki page it is now locked so that others cannot try to change it at the same time. Teachers can override the lock.
  • Minor bugfixes (mostly to fix problems that occured when using Postgres database).

Enrolment plugin improvements

  • Accepts 'Electronic Checks (ACH)'. After a user approving echeck, an admin who has upload csv capacity must import a CSV file to get the user enrolled in the Payment Management page.
  • Autoconfigures credit card and echeck types if the merchant does not accept some types of them.

Table of Contents

See also

pt:Versões do Moodle ru:Примечания к версиям