Index: branches/wmf-deployment/extensions/HoneypotIntegration/HoneypotIntegration.php |
— | — | @@ -25,11 +25,14 @@ |
26 | 26 | $wgExtensionMessagesFiles['HoneypotIntegration'] = "$dir/HoneypotIntegration.i18n.php"; |
27 | 27 | $wgAutoloadClasses[ 'HoneypotIntegration' ] = "$dir/HoneypotIntegration.class.php"; |
28 | 28 | |
| 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. |
29 | 31 | #$wgHooks['AbuseFilter-filterAction'][] = 'HoneypotIntegration::onAbuseFilterFilterAction'; |
30 | 32 | #$wgHooks['AbuseFilter-builder'][] = 'HoneypotIntegration::onAbuseFilterBuilder'; |
31 | | -$wgHooks['EditPage::showEditForm:fields'][] = 'HoneypotIntegration::onShowEditForm'; |
32 | 33 | // $wgHooks['GetUserPermissionsErrorsExpensive'][] = |
33 | 34 | // 'HoneypotIntegration::onGetUserPermissionsErrorsExpensive'; |
| 35 | + |
| 36 | +$wgHooks['EditPage::showEditForm:fields'][] = 'HoneypotIntegration::onShowEditForm'; |
34 | 37 | $wgHooks['RecentChange_save'][] = 'HoneypotIntegration::onRecentChangeSave'; |
35 | 38 | |
36 | 39 | $wgHoneypotURLSource = ''; |
Index: branches/wmf-deployment/extensions/HoneypotIntegration/HoneypotIntegration.class.php |
— | — | @@ -218,7 +218,7 @@ |
219 | 219 | $logid = $rc->getAttribute( 'rc_logid' ); |
220 | 220 | $rcid = $rc->getAttribute( 'rc_id' ); |
221 | 221 | |
222 | | - wfDebugLog( 'HoneypotHit', "$ip is listed in honeypot data. ". |
| 222 | + wfDebugLog( 'HoneypotIntegrationMatches', "$ip is listed in honeypot data. ". |
223 | 223 | "$user made RCID $rcid REVID $revid LOGID $logid." ); |
224 | 224 | } |
225 | 225 | |
Index: branches/wmf-deployment/extensions/HoneypotIntegration/HoneypotIntegration.i18n.php |
— | — | @@ -17,10 +17,11 @@ |
18 | 18 | ); |
19 | 19 | |
20 | 20 | /** Message documentation (Message documentation) |
| 21 | + * @author Fryed-peach |
21 | 22 | * @author Purodha |
22 | 23 | */ |
23 | 24 | $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}}', |
25 | 26 | ); |
26 | 27 | |
27 | 28 | /** Afrikaans (Afrikaans) |
— | — | @@ -57,9 +58,10 @@ |
58 | 59 | |
59 | 60 | /** Bosnian (Bosanski) |
60 | 61 | * @author CERminator |
| 62 | + * @author Demicx |
61 | 63 | */ |
62 | 64 | $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', |
64 | 66 | 'abusefilter-edit-builder-vars-honeypot-list-count' => 'Broj nedavnih događaja koja je IP adresa pokrenula, u skladu s projektom Honey Pot', |
65 | 67 | ); |
66 | 68 | |
— | — | @@ -137,6 +139,13 @@ |
138 | 140 | 'abusefilter-edit-builder-vars-honeypot-list-count' => 'Numero de eventos recente que iste adresse IP ha causate, secundo le projecto Honey Pot', |
139 | 141 | ); |
140 | 142 | |
| 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 | + |
141 | 150 | /** Italian (Italiano) |
142 | 151 | * @author Pietrodn |
143 | 152 | */ |
Property changes on: branches/wmf-deployment/extensions/HoneypotIntegration |
___________________________________________________________________ |
Name: svn:mergeinfo |
144 | 153 | + /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 |