r70729 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70728‎ | r70729 | r70730 >
Date:00:30, 9 August 2010
Author:soxred93
Status:ok (Comments)
Tags:
Comment:
Add $wgPageProps setting, so the API will say whether or not it is using LiquidThreads
Modified paths:
  • /trunk/extensions/LiquidThreads/LiquidThreads.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/LiquidThreads.php
@@ -206,6 +206,8 @@
207207 $wgAvailableRights[] = 'lqt-merge';
208208 $wgAvailableRights[] = 'lqt-react';
209209
 210+$wgPageProps['use-liquid-threads'] = 'Whether or not the page is using LiquidThreads';
 211+
210212 /* Allows activation of LiquidThreads on individual pages */
211213 $wgLqtPages = array();
212214

Follow-up revisions

RevisionCommit summaryAuthorDate
r70859Followup to r70729: Add note about $wgPageProps only being seen from the API ...soxred9308:15, 11 August 2010

Comments

#Comment by Catrope (talk | contribs)   15:13, 9 August 2010

This should be localizable.

#Comment by X! (talk | contribs)   15:53, 9 August 2010

Of course, none of the other API help messages are localizable.

Status & tagging log