r57398 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57397‎ | r57398 | r57399 >
Date:20:02, 5 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
Merge r57384, Use content language, not user language for summary when autocreating talk pages.
Modified paths:
  • /branches/wmf-deployment/extensions/LiquidThreads (modified) (history)
  • /branches/wmf-deployment/extensions/LiquidThreads/classes/Threads.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/LiquidThreads/classes/Threads.php
@@ -51,7 +51,8 @@
5252 if ( ! $talkpage->exists() ) {
5353 try {
5454 wfLoadExtensionMessages( 'LiquidThreads' );
55 - $talkpage->doEdit( "", wfMsg( 'lqt_talkpage_autocreate_summary' ), EDIT_NEW | EDIT_SUPPRESS_RC );
 55+ $talkpage->doEdit( "", wfMsgForContent( 'lqt_talkpage_autocreate_summary' ),
 56+ EDIT_NEW | EDIT_SUPPRESS_RC );
5657 } catch ( DBQueryError $e ) {
5758 // The article already existed by now. No need to do anything.
5859 wfDebug( __METHOD__ . ": Article already existed by the time we tried to create it." );
Property changes on: branches/wmf-deployment/extensions/LiquidThreads
___________________________________________________________________
Name: svn:mergeinfo
5960 - /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57116,57130-57134,57169,57193,57195,57198,57200-57206,57215,57219,57222,57225,57227,57229,57287,57389-57390
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350
6061 + /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57116,57130-57134,57169,57193,57195,57198,57200-57206,57215,57219,57222,57225,57227,57229,57287,57384,57389-57390
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57384Use content language, not user language for summary when autocreating talk pa...werdna13:55, 5 October 2009

Status & tagging log