r33130 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r33129‎ | r33130 | r33131 >
Date:15:12, 11 April 2008
Author:siebrand
Status:old
Tags:
Comment:
Fix indentation and EOL whitespace
Modified paths:
  • /trunk/extensions/AuthorProtect/AuthorProtect.i18n.php (modified) (history)
  • /trunk/extensions/AuthorProtect/AuthorProtect.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AuthorProtect/AuthorProtect.i18n.php
@@ -10,36 +10,36 @@
1111 @author Ryan Schmidt
1212 */
1313 $messages['en'] = array(
14 -'authorprotect' => 'Protect page from non-authors',
15 -'authorprotect-desc' => 'Allows the author of a page to protect it from other users',
16 -'authorprotect-notauthor' => 'You are not the author of this page',
17 -'authorprotect-confirm' => 'Protect',
18 -'authorprotect-edit' => 'Restrict editing to authors',
19 -'authorprotect-move' => 'Restrict moving to authors',
20 -'authorprotect-expiry' => 'Expiration time',
21 -'authorprotect-reason' => 'Reason',
22 -'authorprotect-intro' => 'Use this form to lock this page from non-authors',
23 -'authorprotect-success' => 'Protection successful!',
24 -'authorprotect-failure' => 'Protection unsuccessful',
25 -'protect-level-author' => 'Protect from non-authors',
26 -'restriction-level-author' => 'Author-protected',
 14+ 'authorprotect' => 'Protect page from non-authors',
 15+ 'authorprotect-desc' => 'Allows the author of a page to protect it from other users',
 16+ 'authorprotect-notauthor' => 'You are not the author of this page',
 17+ 'authorprotect-confirm' => 'Protect',
 18+ 'authorprotect-edit' => 'Restrict editing to authors',
 19+ 'authorprotect-move' => 'Restrict moving to authors',
 20+ 'authorprotect-expiry' => 'Expiration time',
 21+ 'authorprotect-reason' => 'Reason',
 22+ 'authorprotect-intro' => 'Use this form to lock this page from non-authors',
 23+ 'authorprotect-success' => 'Protection successful!',
 24+ 'authorprotect-failure' => 'Protection unsuccessful',
 25+ 'protect-level-author' => 'Protect from non-authors',
 26+ 'restriction-level-author' => 'Author-protected',
2727 );
2828
2929 /** German (Deutsch)
3030 * @author Raimond Spekking
3131 */
3232 $messages['de'] = array(
33 -'authorprotect' => 'Seitenbearbeitung auf Autoren beschränken',
34 -'authorprotect-desc' => 'Ermöglicht die Seitenbearbeitung auf den Autor zu beschränken',
35 -'authorprotect-notauthor' => 'Du bist nicht der Autor dieser Seite',
36 -'authorprotect-confirm' => 'Schützen',
37 -'authorprotect-edit' => 'Beschränke Bearbeitung auf Autoren',
38 -'authorprotect-move' => 'Beschränke Verschiebung auf Autoren',
39 -'authorprotect-expiry' => 'Sperrdauer',
40 -'authorprotect-reason' => 'Grund',
41 -'authorprotect-intro' => 'Mit diesem Formular kannst du die Seitenbearbeitung auf Autoren beschränken.',
42 -'authorprotect-success' => 'Seite wurde geschützt!',
43 -'authorprotect-failure' => 'Seite konnte nicht geschützt werden!',
44 -'protect-level-author' => 'Seitenbearbeitung auf Autoren beschränken',
45 -'restriction-level-author' => 'Autor-geschützt',
 33+ 'authorprotect' => 'Seitenbearbeitung auf Autoren beschränken',
 34+ 'authorprotect-desc' => 'Ermöglicht die Seitenbearbeitung auf den Autor zu beschränken',
 35+ 'authorprotect-notauthor' => 'Du bist nicht der Autor dieser Seite',
 36+ 'authorprotect-confirm' => 'Schützen',
 37+ 'authorprotect-edit' => 'Beschränke Bearbeitung auf Autoren',
 38+ 'authorprotect-move' => 'Beschränke Verschiebung auf Autoren',
 39+ 'authorprotect-expiry' => 'Sperrdauer',
 40+ 'authorprotect-reason' => 'Grund',
 41+ 'authorprotect-intro' => 'Mit diesem Formular kannst du die Seitenbearbeitung auf Autoren beschränken.',
 42+ 'authorprotect-success' => 'Seite wurde geschützt!',
 43+ 'authorprotect-failure' => 'Seite konnte nicht geschützt werden!',
 44+ 'protect-level-author' => 'Seitenbearbeitung auf Autoren beschränken',
 45+ 'restriction-level-author' => 'Autor-geschützt',
4646 );
\ No newline at end of file
Index: trunk/extensions/AuthorProtect/AuthorProtect.php
@@ -10,12 +10,12 @@
1111 }
1212
1313 $wgExtensionCredits['other'][] = array(
14 -'name' => 'Author Protect',
15 -'author' => 'Ryan Schmidt',
16 -'url' => 'http://www.mediawiki.org/wiki/Extension:AuthorProtect',
17 -'version' => '1.0',
18 -'description' => 'Allows the author of a page to protect it from other users',
19 -'descriptionmsg' => 'authorprotect-desc',
 14+ 'name' => 'Author Protect',
 15+ 'author' => 'Ryan Schmidt',
 16+ 'url' => 'http://www.mediawiki.org/wiki/Extension:AuthorProtect',
 17+ 'version' => '1.0',
 18+ 'description' => 'Allows the author of a page to protect it from other users',
 19+ 'descriptionmsg' => 'authorprotect-desc',
2020 );
2121
2222 $wgAvailableRights[] = 'author'; //dynamically assigned to the author of a page, but can be set w/ GroupPermissions too
@@ -198,7 +198,7 @@
199199 $comment .= " [$updated]";
200200 if ( $expiry_description && $protect )
201201 $comment .= "$expiry_description";
202 -
 202+
203203 # Update restrictions table
204204 foreach( $limit as $action => $restrictions ) {
205205 if ($restrictions != '' ) {
@@ -228,7 +228,7 @@
229229 );
230230 # Update the protection log
231231 $log = new LogPage( 'protect' );
232 -
 232+
233233 if( $protect ) {
234234 $log->addEntry( $modified ? 'modify' : 'protect', $wgTitle, trim( $reason . " [$updated]$expiry_description" ) );
235235 } else {

Status & tagging log