Catrope has uploaded a new change for review. Change subject: (bug 42097) $.tablesorter fix when wgDefaultDateFormat is unrecognized ......................................................................
(bug 42097) $.tablesorter fix when wgDefaultDateFormat is unrecognized The 'date' parser assumed all wikis use wgDefaultDateFormat that is either 'mdy' or 'dmy', but this is not the case; for example fi.wikipedia uses 'fi normal'. Therefore the correct value was not set, a string was not changed to an array, and a loop that assumed an array would be present hanged forever. Change-Id: Iba17bc6b44d6a2fff491b7462d7a5457f85d19c5 --- M resources/jquery/jquery.tablesorter.js 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/21/33821/1 -- To view, visit https://gerrit.wikimedia.org/r/33821 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iba17bc6b44d6a2fff491b7462d7a5457f85d19c5 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: wmf/1.21wmf4 Gerrit-Owner: Catrope <[email protected]> Gerrit-Reviewer: Matmarex <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
