r90666 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r90665
|
r90666
|
r90667
>
Date:
17:12, 23 June 2011
Author:
hartman
Status:
ok (
Comments
)
Tags:
Comment:
Fix global var leaking that was making collationsort fail on Safari 5
Followup to
r86088
.
Modified paths:
/trunk/phase3/resources/jquery/jquery.tablesorter.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/resources/jquery/jquery.tablesorter.js
—
—
@@ -817,6 +817,7 @@
818
818
//Pad Month and Day
819
819
if ( s[0] && s[0].length == 1 ) s[0] = "0" + s[0];
820
820
if ( s[1] && s[1].length == 1 ) s[1] = "0" + s[1];
821
+ var y;
821
822
822
823
if ( !s[2] ) {
823
824
//Fix yearless dates
Follow-up revisions
Revision
Commit summary
Author
Date
r91782
MFT to REL_1_18: jquery tablesorter...
hashar
08:54, 9 July 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r86088
Completely rewritten table sorting script....
diebuche
21:47, 14 April 2011
Comments
#
Comment by
Brion VIBBER
(
talk
|
contribs
)
20:15, 23 June 2011
Always more little ones. :D
Status & tagging log
08:57, 9 July 2011
Hashar
(
talk
|
contribs
)
changed the
tags
for r90666
[
removed:
1.18]
20:15, 23 June 2011
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r90666
[
removed:
new
added:
ok]
17:13, 23 June 2011
TheDJ
(
talk
|
contribs
)
changed the
tags
for r90666
[
added:
1.18]