リリースノート

提供:MoodleDocs
2007年8月4日 (土) 13:47時点におけるToshihiro KITA (トーク | 投稿記録)による版
移動先:案内検索

Moodle 1.8

2007年3月31日公開

Here is the full list of fixed issues in 1.8.

主な特徴

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 1.8 you can now put groups into "Groupings".
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.

既知の問題

  • CAS auth not working

モジュールの改良点

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!

関連ページ

Moodle 1.7.2

2007年3月30日

This page shows issues resolved in this version

セキュリティ

  • 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

2007年1月17日

This page shows details about issues resolved in this version

Moodle 1.7

2006年11月7日

This page shows details about issues resolved in this version

主な特徴

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!

モジュールの改良点

  • 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).

履修登録プラグインの改良点

  • 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.

Moodle 1.6.5

2007年3月30日

Full details of these issues can be found in the tracker

(please help to fill out details here)

セキュリティ

  • Unintended logouts are now prevented - sesskey added to logout.php script
  • Fixed old problem with approvals in Data module, edited entries were approved automatically
  • Fixed escaping in shell commands (Win32 platform only)
  • Rewritten parameter handling in repository plugin
  • Fixed XSS in login block

Moodle 1.6.4

2007年1月17日

Full details of these issues can be found in the tracker

(please help to fill out details here)

Moodle 1.6.3

2006年10月10日

Full details of these issues can be found in the tracker

セキュリティ

  • A vulnerability was discovered that could allow SQL injections if a parameter was improperly used. Full details of this particular issue are on the Moodle Security site. All registered Moodle admins were notified by direct email on Saturday September 30th.

修正された一般的なバグ

改良点

新たな特徴

Moodle 1.6.2

2006年9月12日

セキュリティ

  • Fixed handling of uploaded files in Database module
  • Module instance id is now properly validated when creating course module object; developers should use get_coursemodule_from_id() to get valid $cm
  • Default error reporting level was lowered to 5, E_WARNINGs are no longer displayed on production sites with debug off.
  • Multiple problems leading to information leakage fixed in help.php file
  • Fixed information leakage from scheduled backups
  • Added basic detection of dataroot accessible from Internet, web installer now better suggests dataroot location outside of web file area
  • Swf is now disabled by default in Mediaplugin
  • forgot_password.php does not allow remote email or username enumeration by default, the old behavior can be enabled by setting protectusernames to No in site configuration
  • Undisclosed SQL injections fixed by automatic data conversions in adodb layer
  • Theoretical XSS problems fixed in doc/index.php and files/index.php scripts
  • Access to tex and algebra files is blocked when filters are disabled
  • Request for redirection in jumpto.php protected with sesskey

バグフィックス

  • Fixed error when upgrading forum read tracking
  • Locales from language packs should finally work - please check your configuration variables and empty the locale field
  • Added missing link for course request
  • Fixed several glossary problems with non-ascii characters
  • Fixed bug where you could not regrade a quiz question where the teacher had added a comment with a ' character.
  • Quiz import of BlackBoard V6 files now much more reliable
  • Fixed scheduled backups - they were broken in 1.6 and 1.6.1
  • Fixed missing guest icons from course listing
  • Database sessions respect sessiontimeout setting
  • Fixed redirect problems during upgrade resulting in "Table xxx already exists"
  • Lesson module: the "(Continue)" no longer displays for 3 seconds after branch tables.
  • Lesson module: now properly checks import formats for support.
  • Lesson module: feedback is set properly during the import process.
  • and many other smaller fixes

新たな特徴

  • Authorize.net Payment Gateway: Autoconfigures credit card types if the merchant does not accept some types of credit cards

既知の問題

  • Broken images in published question categories

Moodle 1.6.1

2006年 7月 20日

バグフィックス

  • Fixed regression in Turkish locale handling
  • Authorize and Paypal enrolment plugin cleanup
  • Fixed serious problem with failing Database restore
  • Fixed restore of HotPot module containing attempts
  • Minor Database module fixes
  • National characters in graphs now work for most languages out of the box
  • Reviewed and fixed all *nix locale codes in language packs
  • Fixed problems when using Resources with Blocks on the frontpage
  • Fixed missing events on the first day of month in calendar
  • Fixed several problems in Lesson - scores, branch tables, HTML editor issues
  • Fixed broken intermodule relinking of absolute paths - please do not use course backups from original 1.6
  • PDF byteserving problems caused by incorrect partial content length solved
  • Fixed several regressions in handling of multiple groups
  • Fixed alphabet problems in Glossary
  • Chameleon theme fixes and enhancements
  • Fixed all hard coded admin paths
  • Fixed moving of course sections
  • Fixed grading of Essays in Quiz
  • Several Quiz regrading problems solved
  • Questions are now exported into backupdata directory
  • Added workaround for problems when editting two quizes in one browser
  • Lots of other Quiz related bugs fixed - thanks Tim!
  • Fixed IE unsecure items warning on sites with https login
  • Improved cookie test on the login page
  • Potential security issue with unzipping maliciously-crafted zip files fixed
  • Satinized input parameters in help.php
  • Calendar view.php now respects forcelogin setting
  • And lots of other minor fixes worth upgrading

新たな機能

  • Enhanced frontpage settings - frontpage can now be different for logged in users, changed category list display
  • Improved administration page layout
  • Possibility to change graph font for all locales - moodledata/lang/default.ttf takes precedence over lib/default.ttf
  • Local language packs may also contain default.ttf
  • Backported improved lang.php from HEAD
  • New config.php option $CFG->allowvisiblecoursesinhiddencategories

既知の問題

  • Broken images in published question categories
  • Small number of sites reports problems with Quiz upgrade - please always do a full database backup before any upgrade!

関連情報

  • Third party modules should be already updated for 1.6.x - you must install new versions before UTF-8 migration!
  • New integration of phpMyAdmin available - fixes upstream security problems and compatiblility with PHP 5

Moodle 1.6

2006年 6月 19日

注意: Moodle 1.6 には PHP 4.3.0 (または PHP 5.1.0) ,および MySQL 4.1.16 (ラテン系言語のみ使用なら 4.1.12) が必要です。 詳しくは, Moodle1.6へのアップグレード を。

新たな機能

Moodle は 100% ユニコード化されました。これによって任意の言語を取り混ぜて使うことが可能になり,異なる文字セットが混在する場合に生じる数々の問題は無くなりました。
Moodleの全ドキュメントを提供する,ワンストップの(必要な情報が揃っている)新たなウィキが置かれ,Moodle自体からリンクが張られるように。
構造化データを協調して集めることを可能にする新しい活動モジュール。色々な事に便利!
コースフォーマットと活動モジュールを介して統合されました。(訳注:?)
reflection on an ongoing basis(訳注: 学習しながらの振り返り?)が可能に。

入力はマーク(訳注:?)され,ユーザ,コース,グループ,サイト等で閲覧できます。タグ(訳注:?)の新たなサポートを含んでいます。

全てのレポートはコースレポートと管理者向けレポートに集約されました。

新たなレポートはプラグインとして書くことができ,極めて簡単に drop in(訳注:?)できます。一つの大きな新しいレポートは,新たなコース関連の統計情報で,Catalyst からです。(訳注:?)

A centralized bank of questions with the potential to be (re-)used in a variety of modules.
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, with an optional repository for sharing packages between courses.
An interactive Moodle theme
Moodle's enrolment plugins can be used simultaneously on the same site. Also new IMS Enterprise enrolment plugin.
New feature called 'Order Review'. Admins and teachers may accept or deny payments before processing the credit card and they can also refund payments after processing the credit card in 'Payment Management' page. Students may view their order details. Address Verification System (AVS) and Scheduled-Capture support added. For 'Manual-Capture' admins are notified 5 days prior to pending orders expiring.

関連ページ


See also