r89671 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89670‎ | r89671 | r89672 >
Date:18:41, 7 June 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: Revert r89670, merged revs were intended for REL1_17 instead. This unmerges r87423, r88118, r88124, r88211, r88498, r89099, r89401, r89451
Modified paths:
  • /branches/wmf/1.17wmf1/includes/api/ApiParse.php (modified) (history)
  • /branches/wmf/1.17wmf1/includes/installer/Installer.i18n.php (modified) (history)
  • /branches/wmf/1.17wmf1/includes/specials/SpecialUserlogin.php (modified) (history)
  • /branches/wmf/1.17wmf1/includes/specials/SpecialVersion.php (modified) (history)
  • /branches/wmf/1.17wmf1/resources/Resources.php (modified) (history)
  • /branches/wmf/1.17wmf1/skins/chick/main.css (modified) (history)
  • /branches/wmf/1.17wmf1/skins/common/shared.css (modified) (history)
  • /branches/wmf/1.17wmf1/skins/monobook/main.css (modified) (history)
  • /branches/wmf/1.17wmf1/skins/vector/screen.css (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/skins/chick/main.css
@@ -146,6 +146,12 @@
147147 color: black;
148148 vertical-align: top;
149149 }
 150+abbr, acronym, .explain {
 151+ border-bottom: 1px dotted black;
 152+ color: black;
 153+ background: none;
 154+ cursor: help;
 155+}
150156 q {
151157 font-family: Times, "Times New Roman", serif;
152158 font-style: italic;
Index: branches/wmf/1.17wmf1/skins/monobook/main.css
@@ -195,6 +195,12 @@
196196 select {
197197 vertical-align: top;
198198 }
 199+abbr, acronym, .explain {
 200+ border-bottom: 1px dotted black;
 201+ color: black;
 202+ background: none;
 203+ cursor: help;
 204+}
199205 q {
200206 font-family: Times, "Times New Roman", serif;
201207 font-style: italic;
Index: branches/wmf/1.17wmf1/skins/common/shared.css
@@ -4,12 +4,6 @@
55 * another, but don't ignore the poor non-Monobook users either.
66 */
77
8 -/* Default style for semantic tags */
9 -abbr, acronym, .explain {
10 - border-bottom: 1px dotted black;
11 - cursor: help;
12 -}
13 -
148 /* Colored watchlist and recent changes numbers */
159 .mw-plusminus-pos { color: #006400; } /* dark green */
1610 .mw-plusminus-neg { color: #8b0000; } /* dark red */
Property changes on: branches/wmf/1.17wmf1/skins/common/shared.css
___________________________________________________________________
Modified: svn:mergeinfo
1711 Reverse-merged /trunk/phase3/skins/common/shared.css:r87423,88118,88124,88211,88498,89099,89401,89451
Index: branches/wmf/1.17wmf1/skins/vector/screen.css
@@ -754,8 +754,16 @@
755755 margin: .4em 0 .5em 0;
756756 line-height: 1.5em;
757757 }
758 -p img {
759 - margin: 0;
 758+ p img {
 759+ margin: 0;
 760+ }
 761+abbr,
 762+acronym,
 763+.explain {
 764+ border-bottom: 1px dotted black;
 765+ color: black;
 766+ background: none;
 767+ cursor: help;
760768 }
761769 q {
762770 font-family: Times, "Times New Roman", serif;
Property changes on: branches/wmf/1.17wmf1/skins/vector/screen.css
___________________________________________________________________
Modified: svn:mergeinfo
763771 Reverse-merged /trunk/phase3/skins/vector/screen.css:r87423,88118,88124,88211,88498,89099,89401,89451
Index: branches/wmf/1.17wmf1/includes/installer/Installer.i18n.php
@@ -415,7 +415,7 @@
416416 'config-upload-deleted-help' => 'Choose a directory in which to archive deleted files.
417417 Ideally, this should not be accessible from the web.',
418418 'config-logo' => 'Logo URL:',
419 - 'config-logo-help' => "MediaWiki's default skin includes space for a 135x160 pixel logo above the sidebar menu.
 419+ 'config-logo-help' => "MediaWiki's default skin includes space for a 135x160 pixel logo in the top left corner.
420420 Upload an image of the appropriate size, and enter the URL here.
421421
422422 If you do not want a logo, leave this box blank.",
Index: branches/wmf/1.17wmf1/includes/api/ApiParse.php
@@ -516,6 +516,7 @@
517517 ' headhtml - Gives parsed <head> of the page',
518518 ' iwlinks - Gives interwiki links in the parsed wikitext',
519519 ' wikitext - Gives the original wikitext that was parsed',
 520+ 'NOTE: Section tree is only generated if there are more than 4 sections, or if the __TOC__ keyword is present'
520521 ),
521522 'pst' => array(
522523 'Do a pre-save transform on the input before parsing it',
Property changes on: branches/wmf/1.17wmf1/includes/api/ApiParse.php
___________________________________________________________________
Modified: svn:mergeinfo
523524 Reverse-merged /trunk/phase3/includes/api/ApiParse.php:r87423,88118,88124,88211,88498,89099,89401,89451
Index: branches/wmf/1.17wmf1/includes/specials/SpecialUserlogin.php
@@ -148,7 +148,7 @@
149149 global $wgOut;
150150
151151 if ( $this->mEmail == '' ) {
152 - $this->mainLoginForm( wfMsgExt( 'noemailcreate', array( 'parsemag', 'escape' ), $this->mName ) );
 152+ $this->mainLoginForm( wfMsgExt( 'noemail', array( 'parsemag', 'escape' ), $this->mName ) );
153153 return;
154154 }
155155
Index: branches/wmf/1.17wmf1/includes/specials/SpecialVersion.php
@@ -103,7 +103,6 @@
104104 'Aryeh Gregor', 'Aaron Schulz', 'Andrew Garrett', 'Raimond Spekking',
105105 'Alexandre Emsenhuber', 'Siebrand Mazeland', 'Chad Horohoe',
106106 'Roan Kattouw', 'Trevor Parscal', 'Bryan Tong Minh', 'Sam Reed',
107 - 'Victor Vasiliev', 'Rotem Liss', 'Platonides', 'Ashar Voultoiz',
108107 wfMsg( 'version-poweredby-others' )
109108 );
110109
Property changes on: branches/wmf/1.17wmf1/includes/specials/SpecialVersion.php
___________________________________________________________________
Modified: svn:mergeinfo
111110 Reverse-merged /trunk/phase3/includes/specials/SpecialVersion.php:r87423,88118,88124,88211,88498,89099,89401,89451
Index: branches/wmf/1.17wmf1/resources/Resources.php
@@ -77,7 +77,6 @@
7878 'jquery.suggestions' => array(
7979 'scripts' => 'resources/jquery/jquery.suggestions.js',
8080 'styles' => 'resources/jquery/jquery.suggestions.css',
81 - 'dependencies' => 'jquery.autoEllipsis',
8281 ),
8382 'jquery.tabIndex' => array(
8483 'scripts' => 'resources/jquery/jquery.tabIndex.js'
Property changes on: branches/wmf/1.17wmf1/resources/Resources.php
___________________________________________________________________
Modified: svn:mergeinfo
8584 Reverse-merged /trunk/phase3/resources/Resources.php:r87423,88118,88124,88211,88498,89099,89401,89451

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87423* (bug 28812) API's parse module documentation should no longer include secti...reedy18:14, 4 May 2011
r88118Fix Bug 28979 — “remove some CSS for abbr and acronym tags”...mah22:10, 14 May 2011
r88124Add Rotem Liss and Platonides to author list.siebrand23:11, 14 May 2011
r88211(bug 28174) Message amended so as to not explicitly refer to LTR/RTL screen l...purodha01:33, 16 May 2011
r88498Followup r88118. Fix Bug 28979 — “remove some CSS for abbr and acronym...mah22:27, 20 May 2011
r89099Fix message key for account creation by e-mail....raymond13:22, 29 May 2011
r89401(bug 29121) jquery.suggestions uses jquery.autoEllipsis but didn't have it in...catrope09:51, 3 June 2011
r89451Followup r88124: fix the most glaring bug of the weekdemon02:54, 4 June 2011
r896701.17wmf1: MFT r87423, r88118, r88124, r88211, r88498, r89099, r89401, r89451catrope18:39, 7 June 2011

Status & tagging log