Extension:PostEdit

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
PostEdit

Release status: beta

PEF-1-Cropped.png
Implementation Notify, Skin
Description An extension to deliver a confirmation message post-edit
Author(s) Munaf Assaf, Ori Livneh
Last version 0.3 (2012-10-25)
Database changes no
License GPLv2 or later
Download
README
Hooks used
BeforePageDisplay

MakeGlobalVariablesScript
ArticleUpdateBeforeRedirect
BeforePageRedirect
ArticleInsertComplete

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

[edit] Download

You can download the extension directly from the MediaWiki source code repository (browse code). You can get:

One of the extensions tags

Not all extensions have tags. Some extensions have tags for each release, in which case those tags have the same stability as the release. To download a tag

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

After you've got the code, save it into the extensions/PostEdit directory of your wiki.

If you are familiar with git and have shell access to your server, you can obtain the extension, with all its tags and branches, as follows:

cd extensions
git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/PostEdit.git


[edit] Installation

  • Download and extract the files in a directory called "PostEdit" in your extensions/ folder.
  • Add the following code to your LocalSettings.php (at the bottom)
require_once( "$IP/extensions/PostEdit/PostEdit.php" );
  • Yes check.svg Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

[edit] Use

This extension was enabled on the following Wikimedia projects:

Starting October 18th, 2012
  1. enwiki
  2. dewiki
Starting October 25th, 2012
  1. bgwiki
  2. dsbwiki
  3. enwiki
  4. eswiki
  5. glwiki
  6. hewiki
  7. hsbwiki
  8. itwiki
  9. jawiki
  10. kowiki
  11. lbwiki
  12. mkwiki
  13. mswiki
  14. nlwiki
  15. plwiki
Starting November 1, 2012
  1. frwiki
  2. tewiki
  3. fiwiki
  4. idwiki
  5. viwiki
Starting November 23, 2012
  1. svwiki
  2. ptwiki
Starting December 20, 2012
  1. astwiki
  2. trwiki
  3. itwikivoyage
Starting Janurary 2, 2013
  1. azwiki
  2. be_x_oldwiki
  3. eowiki
  4. mlwiki
  5. pmswiki
  6. siwiki
  7. ukwiki
Starting February 14, 2013
  1. mediawikiwiki
  2. bewiki
  3. outreachwiki

[edit] See also