Migrate Extension:PostEdit interface to core
authorOri Livneh <ori@wikimedia.org>
Thu, 30 May 2013 18:10:46 +0000 (11:10 -0700)
committerOri Livneh <ori@wikimedia.org>
Fri, 31 May 2013 21:25:49 +0000 (14:25 -0700)
commit011ee683acc80a166bfc235a1cd709d7b5617c80
tree4ba882b99afc6621b4f22962e0ab6ec80f41ca9d
parente70ada59345bf2c5e019dbbfafeb6def8549f667
Migrate Extension:PostEdit interface to core

As requested by the VisualEditor team, this change migrates the post-edit
confirmation notice from Extension:PostEdit to core.

This entails porting the 'postedit-confirmation' en/qqq message from the
extension's i18n file (the message key remains the same) to the appropriate
message files and augmenting mediawiki.action.view.postEdit.js to not only
signal post-edit state but also act on it by displaying the confirmation.

Bug: 48276
Change-Id: I01cfc0630c3a505af82922844b5e70c1d61f3c1d
RELEASE-NOTES-1.22
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
resources/Resources.php
resources/mediawiki.action/images/green-checkmark.png [new file with mode: 0644]
resources/mediawiki.action/mediawiki.action.view.postEdit.css [new file with mode: 0644]
resources/mediawiki.action/mediawiki.action.view.postEdit.js