Index: trunk/extensions/Translate/check-blacklist.php |
— | — | @@ -14,15 +14,29 @@ |
15 | 15 | 'group' => 'core', |
16 | 16 | 'check' => 'variable', |
17 | 17 | 'message' => array( |
18 | | - 'currentrev-asof', |
19 | | - 'filehist-thumbtext', |
20 | | - 'lastmodifiedatby', |
21 | | - 'protect-expiring', |
22 | | - 'rcnotefrom', |
23 | | - 'revisionasof', |
24 | | - 'confirmemail_body', |
25 | | - 'history-feed-item-nocomment', |
| 18 | + 'confirmemail_body', // Optional time parameters |
| 19 | + 'currentrev-asof', // Optional time parameters |
| 20 | + 'filehist-thumbtext', // Optional time parameters |
| 21 | + 'history-feed-item-nocomment', // Optional time parameters |
| 22 | + 'lastmodifiedatby', // Optional time parameters |
| 23 | + 'protect-expiring', // Optional time parameters |
| 24 | + 'rcnotefrom', // Optional time parameters |
| 25 | + 'revision-info', // Optional time parameters |
| 26 | + 'revisionasof', // Optional time parameters |
26 | 27 | ), |
27 | 28 | ), |
28 | | - |
| 29 | +array( |
| 30 | + 'group' => 'ext-abusefilter', |
| 31 | + 'check' => 'variable', |
| 32 | + 'message' => array( |
| 33 | + 'abusefilter-reautoconfirm-none', // Optional username parameter for GENDER |
| 34 | + ) |
| 35 | +), |
| 36 | +array( |
| 37 | + 'group' => 'ext-advancedrandom', |
| 38 | + 'check' => 'links', |
| 39 | + 'message' => array( |
| 40 | + 'advancedrandom-desc', // Contains link parts that may need translations |
| 41 | + ) |
| 42 | +) |
29 | 43 | ); |