r98444 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98443‎ | r98444 | r98445 >
Date:20:32, 29 September 2011
Author:reedy
Status:ok
Tags:
Comment:
1.18wmf1 MFT r93431, r98076, r98185
Modified paths:
  • /branches/wmf/1.18wmf1/languages/messages/MessagesEn.php (modified) (history)
  • /branches/wmf/1.18wmf1/resources/mediawiki.special/mediawiki.special.css (modified) (history)
  • /branches/wmf/1.18wmf1/skins/common/commonPrint.css (modified) (history)
  • /branches/wmf/1.18wmf1/skins/common/shared.css (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/skins/common/commonPrint.css
@@ -240,7 +240,6 @@
241241 /* Galleries (see shared.css for more info) */
242242 li.gallerybox {
243243 vertical-align: top;
244 - background-color: #f9f9f9;
245244 border: solid 2px white;
246245 display: -moz-inline-box;
247246 display: inline-block;
Index: branches/wmf/1.18wmf1/skins/common/shared.css
@@ -622,7 +622,6 @@
623623 /* Don't forget to update commonPrint.css */
624624 li.gallerybox {
625625 vertical-align: top;
626 - background-color: #f9f9f9;
627626 border: solid 2px white;
628627 display: -moz-inline-box;
629628 display: inline-block;
@@ -649,6 +648,7 @@
650649 li.gallerybox div.thumb {
651650 text-align: center;
652651 border: 1px solid #ccc;
 652+ background-color: #f9f9f9;
653653 margin: 2px;
654654 }
655655
Index: branches/wmf/1.18wmf1/languages/messages/MessagesEn.php
@@ -1177,6 +1177,8 @@
11781178 'passwordreset-pretext' => '{{PLURAL:$1||Enter one of the pieces of data below}}',
11791179 'passwordreset-username' => 'Username:',
11801180 'passwordreset-domain' => 'Domain:',
 1181+'passwordreset-capture' => 'View the resulting e-mail?',
 1182+'passwordreset-capture-help' => 'If you check this box, the e-mail (with the temporary password) will be shown to you as well as being sent to the user.',
11811183 'passwordreset-email' => 'E-mail address:',
11821184 'passwordreset-emailtitle' => 'Account details on {{SITENAME}}',
11831185 'passwordreset-emailtext-ip' => 'Someone (probably you, from IP address $1) requested a reminder of your
@@ -1968,6 +1970,7 @@
19691971 'right-siteadmin' => 'Lock and unlock the database',
19701972 'right-override-export-depth' => 'Export pages including linked pages up to a depth of 5',
19711973 'right-sendemail' => 'Send e-mail to other users',
 1974+'right-passwordreset' => 'View password reset e-mails',
19721975
19731976 # User rights log
19741977 'rightslog' => 'User rights log',
Index: branches/wmf/1.18wmf1/resources/mediawiki.special/mediawiki.special.css
@@ -246,11 +246,8 @@
247247 }
248248
249249 /**** Special:Specialpages ****/
250 -.mw-specialpagecached {
251 - font-style:italic;
252 -}
253250 .mw-specialpagerestricted {
254 - font-weight:bold;
 251+ font-weight: bold;
255252 }
256253
257254 .mw-specialpages-table {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93431off-white background color matting should be applied only within the thumbnai...kaldari21:12, 28 July 2011
r98076email -> e-mail for consistencyraymond18:43, 25 September 2011
r98185Remove italic styling for .mw-specialpagecached (See r83554 CR)...krinkle22:13, 26 September 2011

Status & tagging log