r52136 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52135‎ | r52136 | r52137 >
Date:17:58, 18 June 2009
Author:aaron
Status:ok
Tags:
Comment:
Added change I forgot to commit in r52124
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php
@@ -38,7 +38,8 @@
3939 );
4040 $ajaxReview = Xml::encodeJsVar( (object) array(
4141 'sendingMsg' => wfMsgHtml('revreview-submitting'),
42 - 'sentMsg' => wfMsgHtml('revreview-finished'),
 42+ 'sentMsgOK' => wfMsgHtml('revreview-finished'),
 43+ 'sentMsgBad' => wfMsgHtml('revreview-failed'),
4344 'actioncomplete' => wfMsgHtml('actioncomplete'),
4445 'actionfailed' => wfMsgHtml('actionfailed')
4546 )

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r52124(bug 19192) Make review failure more obvious in UIaaron17:03, 18 June 2009

Status & tagging log