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 @@
207
207
$wgAvailableRights[] = 'lqt-merge';
208
208
$wgAvailableRights[] = 'lqt-react';
209
209
210
+$wgPageProps['use-liquid-threads'] = 'Whether or not the page is using LiquidThreads';
211
+
210
212
/* Allows activation of LiquidThreads on individual pages */
211
213
$wgLqtPages = array();
212
214
Follow-up revisions
Revision
Commit summary
Author
Date
r70859
Followup to
r70729
: Add note about $wgPageProps only being seen from the API ...
soxred93
08: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
18:58, 23 October 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r70729
[
removed:
fixme
added:
ok]
15:13, 9 August 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r70729
[
removed:
new
added:
fixme]