r48055 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48054‎ | r48055 | r48056 >
Date:08:27, 5 March 2009
Author:siebrand
Status:deferred
Tags:
Comment:
* Honeypot -> Honey Pot
* added URL in desc message
Modified paths:
  • /trunk/extensions/HoneypotIntegration/HoneypotIntegration.i18n.php (modified) (history)
  • /trunk/extensions/HoneypotIntegration/HoneypotIntegration.php (modified) (history)

Diff [purge]

Index: trunk/extensions/HoneypotIntegration/HoneypotIntegration.php
@@ -4,7 +4,7 @@
55 die( "This is a MediaWiki extension definition file; it is not a valid entry point." );
66
77 /**#@+
8 - * Provides integration with Project Honeypot for MediaWiki sites.
 8+ * Provides integration with Project Honey Pot for MediaWiki sites.
99 * Requires
1010 * @addtogroup Extensions
1111 *
@@ -19,7 +19,7 @@
2020 'author' => 'Andrew Garrett',
2121 'svn-date' => '$LastChangedDate$',
2222 'svn-revision' => '$LastChangedRevision$',
23 - 'description' => 'Provides integration with Project Honeypot for MediaWiki sites',
 23+ 'description' => 'Provides integration with Project Honey Pot for MediaWiki sites',
2424 'descriptionmsg' => 'honeypot-desc',
2525 );
2626
Index: trunk/extensions/HoneypotIntegration/HoneypotIntegration.i18n.php
@@ -12,6 +12,6 @@
1313 * @author Andrew Garrett
1414 */
1515 $messages['en'] = array(
16 - 'honeypot-desc' => 'Provides integration with Project Honeypot for MediaWiki sites',
17 - 'abusefilter-edit-builder-vars-honeypot-list-count' => 'Number of recent events the IP address has triggered, according to Project Honeypot',
 16+ 'honeypot-desc' => 'Provides integration with [http://projecthoneypot.org/ Project Honey Pot] for MediaWiki sites',
 17+ 'abusefilter-edit-builder-vars-honeypot-list-count' => 'Number of recent events the IP address has triggered, according to Project Honey Pot',
1818 );

Status & tagging log