MediaWiki 1.24

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

MediaWiki 1.24 は MediaWiki の廃止されたリリースです。 変更点の完全な一覧については、リリース ノート ファイルを参照してください。 2014年4月から2014年9月まで、番号が増える"wmf"ブランチを通じて、ウィキメディア財団のウィキ群に展開されました。 1.24.0 安定版リリースは2014年11月26日水曜日にリリースされました。 最新リリースをダウンロードするか、Git 内REL1_24 ブランチをチェックアウトしてこのリリースに追随してください。

個人設定がより簡単に

MediaWikiは、ご存じのとおり、柔軟性があり、大幅な設定変更も可能ですが、この性能を十分に使用できるユーザーは限られていました。 バージョン 1.24 では、分かりづらかった 個人設定内の多数のオプションを、容易に見つかるようにし、使いやすくすることを目指しています。

新機能

  • Category pages can now be moved (バグ 5451).
  • MergeHistory for all administrators by default (バグ 66155).
  • Improvements have been made to the password storage system in gerrit:77645, allowing improved security against offline attacks should a wiki's database be compromised by attackers. Then, in gerrit:149658, the default password storage algorithm was changed to PBKDF2.
    • PBKDF2 and Bcrypt have built-in support in PHP. The new extensible password API makes it trivial to implement scrypt support if we wanted to.
  • Addition of a JSON content model to the core. Earlier, it was implemented through an extension.

ユーザビリティ

  • The move feature and other actions are now discoverable in Vector, thanks to a label for the dropdown where they're hidden by default (バグ 44591).
  • バグ 15484 - Redirect to Special:UserLogin when logging in is required to proceed, instead of showing an error message.

パフォーマンス

1.24 の開発サイクルの間、MediaWiki の開発ではフロントエンドのパフォーマンスに重点を置きました。

  • (バグ 39035) Vector skin performance was improved by removing collapsibleNav, which was used to collapse some sidebar elements by default. This removes -list suffixes like p-lang-list: which means that instead of using things like #p-lang-list, you need to use #p-lang .body ul.

国際化

Several new locales have been added, thanks to translatewiki.net translators Amqui, Bachounda, Crochet.david, Filipinayzd, Kuvaly, Malafaya, Moha, Oldstoneage, Paul Beppler, Rberchie, Rinconada, Stephenwanjau, Tifinaghes, Vogone, 아라.

  • アルジェリア・アラビア語
  • Iriga Bicolano
  • シャイアン語
  • クリー語
  • Hunsrik
  • キクユ語
  • ノルマン語
  • キニアルワンダ語
  • トウィ語
  • 中央アトラス・タマジクト語

MediaWiki管理者向けのアップグレードの注意点

最新の変更点

  • Upgraded jQuery to version 1.11.x.
  • Support for register_globals (deprecated 5 years ago) was dropped, MediaWiki will no longer run with it enabled. See this email notification for more details.
  • {{!}} is now a magic word that results in |, mainly for use in templates and other complex templates. If your wiki has a template at Template:!, you will need to change the name and update any usage of it. If your Template:! is just |, it can be safely deleted.
  • Removed the hook SpecialSearchGo. Any extensions depending on this hook will break.

APIの変更

MediaWiki 1.24 以降、API の整理を進めており、API 2.0 に向けての作業を進めています。 詳細は工程表を参照してください。

  • ほとんど使われないデータ形式(dbg、dump、txt、wddx、yaml)が非推奨になりました。これらは将来のリリースで取り除かれる可能性があります。
  • Token handling overhauled: the action=query module is now deprecated and replaced by action=query&meta=tokens . Most actions now just take a generic "csrf" token, and the token type is now properly documented in the auto-generated documentation.
  • この他にも様々なものがあります! 完全な一覧は RELEASE-NOTES をご覧ください。

ディレクトリの変更

  • The legacy skins/common/ directory has been emptied and deleted as part of the skin system cleanup. Files that have been present in it have been moved elsewhere or deleted (if they were unused). If you loaded any of these files as part of your custom skin or on-wiki CSS/JS, you should make a copy of the old files in a non-MediaWiki directory. See the RELEASE-NOTES file for the full list of moved/deleted files.

廃止予定/除去になったブラウザー対応

  • Full support for Internet Explorer 6 and Internet Explorer 7 has been removed. Users of these browsers will not have any JavaScript when using MediaWiki. JavaScript fixes specific to them have also been removed. Additional Internet Explorer 6 and Internet Explorer 7 fixes that exist in pages of your wiki like MediaWiki:Common.js and similar can be safely removed if you want to keep your site's browser support consistent.
  • See Compatibility for more information.

外装は更新後もう読み込まれないのですか?

  • This will require you to update LocalSettings.php after the upgrade – a prominently displayed warning message should guide you through the process, suggesting the exact configuration that you need to add.

If you're upgrading via a tarball release, that is all you need to do.

  • If you're upgrading via git or otherwise from source, note that the skins themselves have been each moved to a separate repository and will need to be installed separately (much like extensions, some basic ones are included in the tarball).

スキーマ

新しいフィールド:

新しいインデックス:

  • wl_user_notificationtimestamp on Watchlist table

削除されたフィールド:

リリース日程

1.24 のポイント リリースの日付は以下の通りでした:

リリース 日付
1.24.0 2014-11-26
1.24.1 2014-12-17
1.24.2 2015-03-31
1.24.3 2015-08-10
1.24.4 2015-10-16[1]
In January 2015 the system of providing monthly point releases was abandoned.

下位ページ