Extension:Renameuser/ja
|
Renameuser Release status: stable |
|||
|---|---|---|---|
| 実装 | 利用者識別, 特別ページ, フック | ||
| 説明 | 特別ページでアカウントの利用者名を変更することを可能にする | ||
| 作者 | Ævar Arnfjörð Bjarmasontalk | ||
| 最新バージョン | continuous updates | ||
| MediaWiki | 1.19 以降、1.11以降 077fe7a まで | ||
| PHP | 5.3+ | ||
| データベースの変更 | no | ||
| ライセンス | GPLv2.0+ | ||
| ダウンロード |
README |
||
|
|||
|
|||
| 使用法とバージョン一覧を確認してください | |||
| バグ: 未解決一覧 すべての一覧 報告 | |||
Renameuserは、権限を持つユーザーがアカウントの利用者名を変更するための特別ページを提供します。利用者名の変更を実行するとページ履歴などが更新されます。If you want to rename an account "into" another one, you need the User Merge and Delete extension.
Contents |
ダウンロード [edit]
拡張機能を、MediaWiki ソースコード リポジトリから直接ダウンロードできます (コードを参照)。以下のものを取得できます:
- 拡張機能タグのいずれか 1 つ
すべての拡張機能にタグがあるわけではありません。リリースごとにタグを持つ拡張機能があり、それらのタグはリリース版と同じくらい安定しています。タグをダウンロードするには
- Go to the tags list
- Click the name of the tag you want to download
- Click "snapshot"
- The latest version of one of the extensions branches
Each extension has a master branch containing the latest code (might be unstable). Extensions can have further branches as well.
- Go to the branches list
- Click the branch name
- Click"snapshot"
- A snapshot made during the release of a MediaWiki version.
This might be unstable and is not guaranteed to work with the associated MediaWiki version.
コードを取得したら、自分のウィキの extensions/Renameuser ディレクトリに保存してください。
サーバーへの git やシェルでのアクセスに慣れている場合は、以下のようにしてあらゆるタグやブランチの拡張機能を取得できます:
cd extensions
git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Renameuser.git
インストール [edit]
- Add to the end of LocalSettings.php (MW 1.17+):
require_once("$IP/extensions/Renameuser/Renameuser.php");
- or add to the end of LocalSettings.php (<MW 1.16):
require_once("$IP/extensions/Renameuser/SpecialRenameuser.php");
- or add to the end of LocalSettings.php (<MW 1.16):
- インストール後はSpecial:Versionページで確認できます。
使用法 [edit]
- ビューロクラットグループに所属して、Special:Renameuserページにアクセスします。
- 変更する利用者名と希望する新しい利用者名を入力して、利用者/会話ページとそれらのサブページを移動させるオプションを切り替え、OKボタンをクリックします。
The user will be renamed, and (if the appropriate option was checked) the user page, user talk page and all their subpages will be moved as well.
$wgMaximumMovedPages parameter. The extension will also move all css, js and move-protected pages.You can grant other groups the right to rename users, for example:
$wgGroupPermissions['sysop']['renameuser'] = true;
注:
- In case CentralAuth is installed, you'll get a warning if you try to rename a local user from an account attached to a global account or to a username reserved by a global account; a check box to rename anyway will be provided (this requires caution). At the moment, global account renames must be accomplished by local renames on all attached wikis, possibly followed by an account remerge.
- You will not be able to rename users to invalid usernames (which doesn't equal usernames which match a blacklist but includes for instance reserved usernames).
RenameUserComplete フック [edit]
This extension introduces and invokes the RenameUserComplete hook to notify other extensions of user renames.
| この拡張機能はWikimediaの一つもしくは複数のwikiで利用されています。このことは拡張機能が安定していて高いトラフィックのウェブサイトでも十分に動作することを意味します。MediaWiki.orgにインストールされている拡張機能の全リストはバージョン情報ページで見ることができます。 |
| 言語: | English • 日本語 • 한국어 • português • português do Brasil |
|---|
