r6893 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r6892‎ | r6893 | r6894 >
Date:15:38, 31 December 2004
Author:jeluf
Status:old
Tags:
Comment:
BUG#1240 Locale used wgDateFormatsSl, but this was not defined
Modified paths:
  • /branches/REL1_4/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_4/phase3/languages/LanguageSl.php (modified) (history)

Diff [purge]

Index: branches/REL1_4/phase3/RELEASE-NOTES
@@ -184,6 +184,8 @@
185185 do not need to be converted. Useful in zh:
186186 * (bug 1224) Use proper date messages for date reformatter
187187 * (bug 1241) Don't show 'cont.' for first entry of the category list
 188+* (bug 1240) Special:Preferences was broken in Slovenian locale when
 189+ $wgUseDynamicDates is enabled
188190
189191 === Caveats ===
190192
Index: branches/REL1_4/phase3/languages/LanguageSl.php
@@ -115,6 +115,15 @@
116116 "Unlockdb" => "Obnovi zapisovalni dostop podatkovne baze",
117117 );
118118
 119+/* private */ $wgDateFormatsSl = array(
 120+ 'No preference',
 121+ 'januar 15, 2001',
 122+ '15 januar 2001',
 123+ '2001 januar 15',
 124+ '2001-01-15'
 125+);
 126+
 127+
119128 /* private */ $wgAllMessagesSl = array(
120129 'special_version_prefix' => '',
121130 'special_version_postfix' => '',

Follow-up revisions

RevisionCommit summaryAuthorDate
r6894BUG#1240 Locale used wgDateFormatsSl, but this was not definedjeluf15:40, 31 December 2004

Status & tagging log