r54595 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54594‎ | r54595 | r54596 >
Date:18:21, 7 August 2009
Author:werdna
Status:ok
Tags:
Comment:
Updated HoneypotIntegration extension to r54593 in prep for deployment
Modified paths:
  • /branches/wmf-deployment/extensions/HoneypotIntegration (modified) (history)
  • /branches/wmf-deployment/extensions/HoneypotIntegration/HoneypotIntegration.class.php (modified) (history)
  • /branches/wmf-deployment/extensions/HoneypotIntegration/HoneypotIntegration.i18n.php (modified) (history)
  • /branches/wmf-deployment/extensions/HoneypotIntegration/HoneypotIntegration.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/HoneypotIntegration/HoneypotIntegration.php
@@ -25,11 +25,14 @@
2626 $wgExtensionMessagesFiles['HoneypotIntegration'] = "$dir/HoneypotIntegration.i18n.php";
2727 $wgAutoloadClasses[ 'HoneypotIntegration' ] = "$dir/HoneypotIntegration.class.php";
2828
 29+// Stuff that's been sort of semi-implemented, but we don't want to activate yet.
 30+// Keeping commented-out so it doesn't get lost.
2931 #$wgHooks['AbuseFilter-filterAction'][] = 'HoneypotIntegration::onAbuseFilterFilterAction';
3032 #$wgHooks['AbuseFilter-builder'][] = 'HoneypotIntegration::onAbuseFilterBuilder';
31 -$wgHooks['EditPage::showEditForm:fields'][] = 'HoneypotIntegration::onShowEditForm';
3233 // $wgHooks['GetUserPermissionsErrorsExpensive'][] =
3334 // 'HoneypotIntegration::onGetUserPermissionsErrorsExpensive';
 35+
 36+$wgHooks['EditPage::showEditForm:fields'][] = 'HoneypotIntegration::onShowEditForm';
3437 $wgHooks['RecentChange_save'][] = 'HoneypotIntegration::onRecentChangeSave';
3538
3639 $wgHoneypotURLSource = '';
Index: branches/wmf-deployment/extensions/HoneypotIntegration/HoneypotIntegration.class.php
@@ -218,7 +218,7 @@
219219 $logid = $rc->getAttribute( 'rc_logid' );
220220 $rcid = $rc->getAttribute( 'rc_id' );
221221
222 - wfDebugLog( 'HoneypotHit', "$ip is listed in honeypot data. ".
 222+ wfDebugLog( 'HoneypotIntegrationMatches', "$ip is listed in honeypot data. ".
223223 "$user made RCID $rcid REVID $revid LOGID $logid." );
224224 }
225225
Index: branches/wmf-deployment/extensions/HoneypotIntegration/HoneypotIntegration.i18n.php
@@ -17,10 +17,11 @@
1818 );
1919
2020 /** Message documentation (Message documentation)
 21+ * @author Fryed-peach
2122 * @author Purodha
2223 */
2324 $messages['qqq'] = array(
24 - 'honeypot-desc' => 'Short description of this extension, shown on [[Special:Version]]. Do not translate or change links.',
 25+ 'honeypot-desc' => '{{desc}}',
2526 );
2627
2728 /** Afrikaans (Afrikaans)
@@ -57,9 +58,10 @@
5859
5960 /** Bosnian (Bosanski)
6061 * @author CERminator
 62+ * @author Demicx
6163 */
6264 $messages['bs'] = array(
63 - 'honeypot-desc' => 'Omogućuje intergraciju sa [http://projecthoneypot.org/ projektom Honey Pot] za MedijaViki sajtove',
 65+ 'honeypot-desc' => 'Omogućuje intergraciju sa [http://projecthoneypot.org/ projektom Honey Pot] za MediaWiki stranice',
6466 'abusefilter-edit-builder-vars-honeypot-list-count' => 'Broj nedavnih događaja koja je IP adresa pokrenula, u skladu s projektom Honey Pot',
6567 );
6668
@@ -137,6 +139,13 @@
138140 'abusefilter-edit-builder-vars-honeypot-list-count' => 'Numero de eventos recente que iste adresse IP ha causate, secundo le projecto Honey Pot',
139141 );
140142
 143+/** Indonesian (Bahasa Indonesia)
 144+ * @author Bennylin
 145+ */
 146+$messages['id'] = array(
 147+ 'honeypot-desc' => 'Menyediakan integrasi dengan [http://projecthoneypot.org/ Proyek Honey Pot] untuk situs-situs MediaWiki',
 148+);
 149+
141150 /** Italian (Italiano)
142151 * @author Pietrodn
143152 */
Property changes on: branches/wmf-deployment/extensions/HoneypotIntegration
___________________________________________________________________
Name: svn:mergeinfo
144153 + /branches/REL1_15/phase3/extensions/HoneypotIntegration:51646
/trunk/extensions/HoneypotIntegration:52089-54593
/trunk/phase3/HoneypotIntegration:52859,53272
/trunk/phase3/extensions/HoneypotIntegration:52290,52402,52404,52718,52737,52759,52776,52791,52800,52808,52812-52813,52815-52819,52822,52846,52850,52852-52853,52855-52857,52859,52924,52986,53128-53129,53190,53197,53199,53203-53204,53210-53211,53247,53249,53252,53267,53270,53293,53305,53369,53502-53504,53506,53777,54384,54494

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r54593Changed use of getFullURL to getLinkURL so that the links of the buttons don'...tparscal17:52, 7 August 2009

Status & tagging log