r97822 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97821‎ | r97822 | r97823 >
Date:16:00, 22 September 2011
Author:raymond
Status:resolved (Comments)
Tags:
Comment:
FU r97819: Move commented out message to the end of the 'en' section. It seems sync-groups.php of Tranlate is confused about it and ignores further messages until a new language section begins
Modified paths:
  • /trunk/extensions/LinkFilter/LinkFilter.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LinkFilter/LinkFilter.i18n.php
@@ -41,32 +41,6 @@
4242 'linkfilter-submit-success-text' => 'Your link has been sent for approval',
4343 'linkfilter-instructions' => 'You can add some instructions for users [[MediaWiki:Linkfilter-instructions|here]]',
4444 'linkfilter-admin-instructions' => 'You can add some instructions for admins [[MediaWiki:Linkfilter-admin-instructions|here]]',
45 -/**
46 - 'linkfilter-instructions' => "==Ground Rules==
47 -1) If it's not safe for work, label it as \"NSFW\".
48 -
49 -2) Don't post the same link twice.
50 -
51 -3) No links to hate sites or private information.
52 -
53 -4) Make sure the links actually work, mmmkay?
54 -
55 -5) In general, use common sense.
56 -
57 -6) If you get banned for breaking these rules, don't whine about it. The ban may only be for a day or two, but even if it's longer, stfu.
58 -
59 -__NOTOC__
60 -__NOEDITSECTION__",
61 - 'linkfilter-admin-instructions' => "==Before you approve a link, remember the RULES==\n
62 -1) No porn. <br />
63 -2) No graphic content unless there's an NSFW warning. <br />
64 -3) Don't post hate speech. <br />
65 -4) Don't post broken images/links. <br />
66 -5) Don't post private/contact information no matter how easily obtained. <br />
67 -6) Don't post the same link more than once. <br />
68 -7) If some dude is spamming, don't post his links. One is OK.<br />
69 -8) If someone is submitting really good stuff, let me me know -- s/he'd probably make a good admin.<br />",
70 - */
7145 'linkfilter-admin-recent' => 'Recently approved',
7246 'linkfilter-approve-title' => 'Link administration',
7347 'linkfilter-submittedby' => 'Submitted by',
@@ -101,6 +75,32 @@
10276 'grouppage-linkadmin' => '{{ns:project}}:Link administrators',
10377 // For Special:ListGroupRights
10478 'right-linkadmin' => 'Administrate user-submitted links',
 79+/*
 80+ 'linkfilter-instructions' => "==Ground Rules==
 81+1) If it's not safe for work, label it as \"NSFW\".
 82+
 83+2) Don't post the same link twice.
 84+
 85+3) No links to hate sites or private information.
 86+
 87+4) Make sure the links actually work, mmmkay?
 88+
 89+5) In general, use common sense.
 90+
 91+6) If you get banned for breaking these rules, don't whine about it. The ban may only be for a day or two, but even if it's longer, stfu.
 92+
 93+__NOTOC__
 94+__NOEDITSECTION__",
 95+ 'linkfilter-admin-instructions' => "==Before you approve a link, remember the RULES==\n
 96+1) No porn. <br />
 97+2) No graphic content unless there's an NSFW warning. <br />
 98+3) Don't post hate speech. <br />
 99+4) Don't post broken images/links. <br />
 100+5) Don't post private/contact information no matter how easily obtained. <br />
 101+6) Don't post the same link more than once. <br />
 102+7) If some dude is spamming, don't post his links. One is OK.<br />
 103+8) If someone is submitting really good stuff, let me me know -- s/he'd probably make a good admin.<br />",
 104+ */
105105 );
106106
107107 /** Finnish (Suomi)

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97819Some message tweaks,...raymond15:48, 22 September 2011

Comments

#Comment by Raymond (talk | contribs)   16:04, 22 September 2011

Wrong try. sync-groups.php still ignores message. Must be another error in the i18n file  :-(

Status & tagging log