r82836 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r82835
|
r82836
|
r82837
>
Date:
08:19, 26 February 2011
Author:
nikerabbit
Status:
ok (
Comments
)
Tags:
Comment:
Fix bug that caused "Non-string key given" exception.
Broken since introducsed in
r10810
almost six years ago.
This proves that the exception in message caches is valid and covers errors.
Tested that exception is no longer thrown.
Modified paths:
/trunk/phase3/languages/classes/LanguageFi.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/languages/classes/LanguageFi.php
—
—
@@ -118,7 +118,7 @@
119
119
if ( !is_numeric( $item ) ) {
120
120
if ( count ( explode( '-', $item ) ) == 3 && strlen( $item ) == 10 ) {
121
121
list( $yyyy, $mm, $dd ) = explode( '-', $item );
122
- $final .= ' ' . $this->date( "{$yyyy}{$mm}{$dd}00000000" );
122
+ $final .= ' ' . $this->date( "{$yyyy}{$mm}{$dd}000000" );
123
123
continue;
124
124
}
125
125
if ( isset( $weekds[$item] ) ) {
Follow-up revisions
Revision
Commit summary
Author
Date
r83154
1.17wmf1: MFT
r82836
,
r82853
,
r82858
,
r83114
catrope
18:19, 3 March 2011
r85354
MFT
r82518
,
r82530
,
r82538
,
r82547
,
r82550
,
r82565
,
r82572
,
r82608
,
r82696
,
r...
demon
18:25, 4 April 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r10810
+* Experimental feature to allow translation of block expiry times
nikerabbit
16:35, 27 August 2005
Comments
#
Comment by
Nikerabbit
(
talk
|
contribs
)
11:23, 26 February 2011
Oh my, so many typos in the commit message.
Status & tagging log
18:26, 4 April 2011
😂
(
talk
|
contribs
)
changed the
tags
for r82836
[
removed:
1.17]
18:18, 3 March 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r82836
[
removed:
1.17wmf1]
18:06, 3 March 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r82836
[
removed:
new
added:
ok]
19:43, 1 March 2011
Nikerabbit
(
talk
|
contribs
)
changed the
tags
for r82836
[
added:
1.17wmf1]
08:35, 26 February 2011
Nikerabbit
(
talk
|
contribs
)
changed the
tags
for r82836
[
added:
1.17]