Extension:PostEdit
![]() |
This extension is obsolete! It has been replaced by core functionality in the MediaWiki software (which was added in version 1.22). Gerrit:66137 is the specific commit. |
PostEdit Release status: beta |
|||
---|---|---|---|
![]() |
|||
Implementation | Notify, Skin | ||
Description | An extension to deliver a confirmation message post-edit | ||
Author(s) | Munaf Assaf, Ori Livneh | ||
Latest version | 0.4 (2013-03-22) | ||
Database changes | No | ||
License | GPLv2 or later | ||
Download |
README |
||
|
|||
Translate the PostEdit extension if it is available at translatewiki.net |
|||
Check usage and version matrix; code metrics | |||
Bugs: list open list all report |
The PostEdit extension delivers feedback after saving of an edit, such as a confirmation message. The E3 team developed it on the basis of A/B testing results of post-edit feedback (data analysis), which showed that a confirmation message and other kinds of feedback can help new editors contribute more.
Contents
Download[edit | edit source]
The extension can be retrieved directly from Git [?]:
- Browse code
- Some extensions have tags for stable releases.
- Browse tags
- Select the tag
- Click "snapshot"
- Each branch is associated with a past MediaWiki release. There is also a "master" branch containing the latest alpha version (might require an alpha version of MediaWiki).
- Browse branches
- Select a branch name
- Click "Continue"
Extract the snapshot and place it in the extensions/PostEdit/ directory of your MediaWiki installation.
If you are familiar with git and have shell access to your server, you can also obtain the extension as follows:
cd extensions/
git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/PostEdit.git
Installation[edit | edit source]
- Download and extract the file(s) in a directory called
PostEdit
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/PostEdit/PostEdit.php";
- Done! Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.
Disabling[edit | edit source]
If you are an editor of a wiki that uses this extension, and you find the edit confirmation that it generates obtrusive or otherwise unwelcome, you can prevent it from appearing by adding the following line to your Common.css user stylesheet:
.postedit { display: none !important; }
See also[edit | edit source]
- Obsolete extensions
- GPL licensed extensions
- Beta status extensions
- Notification extensions
- Skin extensions
- Extensions in Wikimedia version control
- BeforePageDisplay extensions
- MakeGlobalVariablesScript extensions
- ArticleUpdateBeforeRedirect extensions
- BeforePageRedirect extensions
- ArticleInsertComplete extensions
- All extensions