r111755 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111754‎ | r111755 | r111756 >
Date:15:15, 17 February 2012
Author:raymond
Status:ok
Tags:
Comment:
r111702: Consistency tweaks in preparation for adding extension to translatewiki.net
* Add description message
* Fix type of extension in $wgExtensionCredits
Modified paths:
  • /trunk/extensions/Suhosin/Suhosin.i18n.php (modified) (history)
  • /trunk/extensions/Suhosin/Suhosin.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Suhosin/Suhosin.i18n.php
@@ -12,9 +12,11 @@
1313 * @author Thomas Gries
1414 */
1515 $messages['en'] = array(
16 - 'suhosin-desc' => 'Adapts MediaWiki settings within limits of an activated "Suhosin" extension (Hardened-PHP Project).',
 16+ 'suhosin-desc' => 'Adapts MediaWiki settings within limits of an activated "Suhosin" extension (Hardened-PHP Project)',
1717 );
1818
1919 /** Message documentation (Message documentation) */
2020 $messages['qqq'] = array(
 21+ 'suhosin-desc' => '{{desc}}',
2122 );
 23+
Index: trunk/extensions/Suhosin/Suhosin.php
@@ -33,7 +33,7 @@
3434 }
3535
3636 # Credits
37 -$wgExtensionCredits['parserhook'][] = array(
 37+$wgExtensionCredits['other'][] = array(
3838 'path' => __FILE__,
3939 'name' => 'Suhosin',
4040 'author' => array( 'Thomas Gries' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111702initial import of small Suhosin extension which checks and adapts MediaWiki t...wikinaut23:35, 16 February 2012

Status & tagging log