MediaWiki 1.21

From mediawiki.org
This page is a translated version of the page MediaWiki 1.21 and the translation is 77% complete.

MediaWiki 1.21 は MediaWiki の廃止されたリリースです。 It was deployed on Wikimedia Foundation wikis through incremental "wmf"-branches from October 2012 to March 2013. このページは利用者の皆さんが関心をお持ちの主な変更点の要約です。 変更点の完全な一覧については、リリース ノート ファイルを参照してください。 最終バージョンは2013年5月25日にリリースされました。 複製物を取得するには ダウンロード を参照してください。

新着情報

MediaWiki 1.21 includes all changes released in the smaller, bi-weekly "1.21wmfX" software deployments to Wikimedia sites.

リリース候補へのコメント

From wikitech-l mailing list:

  • bugzilla:46934
    There is just one issue that I would like to mention: in my database (MySQL) pre-upgrade jobs have job_random set to 0 and do not seem to be picked up - not even when I use the option --type=replaceText. I can repeat the replace text operations, so this is not big problem for me. However, if this is the normal behaviour for an upgrade, maybe it should be mentioned in the notes somewhere.

メール通知をより明確に

Bug 14901 – Email notification mistakes log action for new page creation, the third most reported open MediaWiki bug, has been fixed. Consequently, notifications now state clearly what action was performed on the watched pages in case they are created, deleted, restored, moved or changed.

There are still some known issues. If you customised MediaWiki:Enotif body on your wiki, you have to delete or update it; see also full documentation.

外装

The CologneBlue skin has been refactored to make it relevant again, more compatible with existing scripts, and more similar in structure to Vector and Monobook, reusing a lot of existing code.

The only major difference for end-users should be a slight reordering of the sidebar menu (the "Context" submenu was removed and its contents merged into other ones). If you were, however, depending on the exact HTML it used to produce, you'll need to review your tools.

ContentHandler

As part of the Wikidata initiative, 1.21 adopts an extensible framework ("ContentHandler") so that pages can contain something other than wikitext.

Right now, built-in content types are limited to

  • wikitext - wikitext, as usual
  • javascript - user-provided JavaScript code
  • css - user-provided CSS code
  • text - plain text

Extension developers can create additional content types. Extension:EventLogging uses ContentHandler to implement a namespace for JSON schemas, and may be used as a reference. Other extensions, such as Scribunto , also make use of the new functionality.

ContentHandler affects diff rendering, handing of CSS and JavaScript pages, import/export, and the API.

高解像度のディスプレイへの対応

MediaWiki now tries to deliver higher-res images to high pixel density screens such as Apple Retina Displays (see Gerrit change 24115 for details). This is a work-in-progress, so normal-resolution images may still appear in some places and in some browser versions. Administrators may need to watch out for higher load on their image scaling software.

Ajax による巡回

  • (bug 7851) The features users have waited for longest: one-click Ajax patrolling. With this new feature, users can mark revisions or pages as having been "patrolled" with a single click while staying on the current page.

国際化

  • (バグ 24156) The general logging framework was made completely localisable at last. The logging for each action (whether in core or extensions) might still need to be updated to use the new system, though.
  • (バグ 40367) MediaWiki:Contributions now reflects the gender of the user.

新しいアカウント

  • (バグ 22457) It's now easier to create accounts for other users by sending a temporary password via e-mail: Special:CreateAccount now shows a checkbox for logged-in users to use this feature, rather than a button.
  • Account API: bots and other scripts can now use the API to create user accounts, rather than attempting to pseudo-submit the HTML form.

Account creation welcome

The MediaWiki:welcomecreation message was split up into MediaWiki:welcomeuser and MediaWiki:welcomecreation-msg so users no longer see "Login successful" when creating their accounts (バグ 42215). If you customized the former message and want to preserve your customization, you'll have to modify the new messages accordingly.

More wikitext now supported in JavaScript messages

The jqueryMsg parser now supports wikilinks and int: transclusion. For more details, see Manual:Messages API.

ナビゲーション メニューでの意味的見出しの使用

The previous scheme of using (varying per skin) <h4>, <h5> and/or <h6> tags (with nothing apart from the main <h1> above them in the hierarchy) was change to consistently using a <h2> above the entire navigation and <h3>s as portlet headings in all skins.

The <h2> is hidden for normal browsers, but accessible for screen-readers or text browsers.

While this change is minor, it might require similarly minor updates in any customized CSS or JS (or in screen scrapers).

Extended collation support

UCA-based category collations for 68 languages based in Latin, Greek and Cyrillic alphabets are now supported. You can use them by setting $wgCategoryCollation = 'uca-<langcode>', where <langcode> is the appropriate language code.

バンドルされている拡張機能

Newly bundled for 1.21 (bug 43815):

関連項目