r102541 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102540‎ | r102541 | r102542 >
Date:17:31, 9 November 2011
Author:reedy
Status:ok
Tags:
Comment:
REL1_18 MFT r102297
Modified paths:
  • /branches/REL1_18/phase3 (modified) (history)
  • /branches/REL1_18/phase3/RELEASE-NOTES-1.18 (modified) (history)
  • /branches/REL1_18/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/skins/common/shared.css
@@ -170,6 +170,13 @@
171171 /**
172172 * Categories
173173 */
 174+#catlinks {
 175+ /**
 176+ * Overrides text justification (user preference)
 177+ * See bug 31990
 178+ */
 179+ text-align: left;
 180+}
174181 #catlinks ul {
175182 display:inline;
176183 margin: 0px;
Index: branches/REL1_18/phase3/RELEASE-NOTES-1.18
@@ -491,6 +491,7 @@
492492 * (bug 31822) Error during upgrade due to output buffer reset in stdout
493493 * (bug 31913) Special:MostLinkedTemplates had an incorrect GROUP BY clause
494494 under Microsoft SQL.
 495+* (bug 31990) justify paragraphs pref adds extra space to category listing
495496 * (bug 29912) Unit tests break if parsertest tables are still present
496497
497498 === API changes in 1.18 ===
Property changes on: branches/REL1_18/phase3/RELEASE-NOTES-1.18
___________________________________________________________________
Modified: svn:mergeinfo
498499 Merged /trunk/phase3/RELEASE-NOTES-1.18:r102297
Property changes on: branches/REL1_18/phase3
___________________________________________________________________
Modified: svn:mergeinfo
499500 Merged /trunk/phase3:r102297

Follow-up revisions

RevisionCommit summaryAuthorDate
r103747MFT to REL1_18 r103679...hashar11:00, 20 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102297bug 31990 justify paragraphs pref adds extra space to category listing...hashar16:46, 7 November 2011

Status & tagging log