r60728 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60727‎ | r60728 | r60729 >
Date:11:49, 6 January 2010
Author:catrope
Status:ok
Tags:
Comment:
Followup to r60697: add a comment to js2stopgap.js pointing out that we patched jQuery there, and raise $wgStyleVersion
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/js2/js2stopgap.js (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1655,7 +1655,7 @@
16561656 * to ensure that client-side caches do not keep obsolete copies of global
16571657 * styles.
16581658 */
1659 -$wgStyleVersion = '258';
 1659+$wgStyleVersion = '259';
16601660
16611661
16621662 # Server-side caching:
Index: trunk/phase3/js2/js2stopgap.js
@@ -1057,7 +1057,7 @@
10581058 return letter.toUpperCase();
10591059 });
10601060
1061 - if ( set && value != 'NaNpx' )
 1061+ if ( set && value != 'NaNpx' ) // Patched by Trevor, see http://is.gd/5NXiD
10621062 elem[ name ] = value;
10631063
10641064 return elem[ name ];

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r60697Used trick found at: http://www.n8williams.com/devblog/javascript_and_ajax/jq...tparscal22:52, 5 January 2010

Status & tagging log