r82478 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82477‎ | r82478 | r82479 >
Date:20:06, 19 February 2011
Author:ialex
Status:ok
Tags:
Comment:
* (bug 27560) Search queries no longer fail in walloon language
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/classes/LanguageWa.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/classes/LanguageWa.php
@@ -25,6 +25,7 @@
2626 ## # "<day> d' <monthname>" for months starting with a vowel
2727 ## #
2828 function date( $ts, $adj = false, $format = true, $tc = false ) {
 29+ $ts = wfTimestamp( TS_MW, $ts );
2930 if ( $adj ) { $ts = $this->userAdjust( $ts, $tc ); }
3031 $datePreference = $this->dateFormat( $format );
3132
Index: trunk/phase3/RELEASE-NOTES
@@ -137,6 +137,7 @@
138138 * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs
139139 * (bug 15905) Nostalgia skin could become more usable by including a Talk:
140140 link at the top of the page
 141+* (bug 27560) Search queries no longer fail in walloon language
141142
142143 === API changes in 1.18 ===
143144 * (bug 26339) Throw warning when truncating an overlarge API result

Follow-up revisions

RevisionCommit summaryAuthorDate
r825331.17wmf1: MFT r78893, r78897, r78909, r82404, r82408, r82409, r82453, r82456,...catrope20:13, 20 February 2011
r85211MFT: r82297, r82307, r82309, r82312, r82315, r82337, r82391, r82392, r82403, ...demon21:01, 2 April 2011

Status & tagging log