Add EditPage hooks AlternateEditPreview, EditPage::showStandardInputs:options
authorBrad Jorsch <bjorsch@wikimedia.org>
Sat, 10 Nov 2012 00:54:57 +0000 (16:54 -0800)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 22 Nov 2012 01:13:33 +0000 (01:13 +0000)
commit8d198333d30f8878eed73793e616b042b71f4682
treef264b9ce26c659961dd14e37a46ec6dafd074aea
parent42227d599dafef5b87b5fd026b478500361dce97
Add EditPage hooks AlternateEditPreview, EditPage::showStandardInputs:options

Adds two new hooks:
* AlternateEditPreview allows an extension to override the standard
  page preview display.
* EditPage::showStandardInputs:options allows an extension to add
  additional HTML to the end of the editOptions area of the edit form.

Change-Id: Ic5d35c8e9ff71282b5ebccc87c64894a385e5836
RELEASE-NOTES-1.21
docs/hooks.txt
includes/EditPage.php