r106694 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106693‎ | r106694 | r106695 >
Date:20:44, 19 December 2011
Author:catrope
Status:ok
Tags:
Comment:
1.18wmf1: Update AFTv5 to trunk state to pick up r106693
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5 (modified) (history)
  • /branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5/ArticleFeedbackv5.hooks.php (modified) (history)
  • /branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php (modified) (history)

Diff [purge]

Property changes on: branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php
___________________________________________________________________
Modified: svn:mergeinfo
11 Merged /trunk/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php:r106688-106693
Index: branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5/ArticleFeedbackv5.hooks.php
@@ -318,7 +318,7 @@
319319 */
320320 public static function trackEditSuccess( &$article, &$user, $text,
321321 $summary, $minoredit, $watchthis, $sectionanchor, &$flags,
322 - $revision, &$status, $baseRevId, &$redirect) {
 322+ $revision, &$status, $baseRevId /*, &$redirect */ ) { // $redirect not passed in 1.18wmf1
323323 self::trackEvent( 'edit_success', $article->getTitle() );
324324 return true;
325325 }
Property changes on: branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5
___________________________________________________________________
Modified: svn:mergeinfo
326326 Merged /trunk/extensions/ArticleFeedbackv5:r106688-106693

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106693Modify hook signature for 1.18wmf1 compatcatrope20:41, 19 December 2011

Status & tagging log