r55285 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55284‎ | r55285 | r55286 >
Date:22:42, 18 August 2009
Author:catrope
Status:ok
Tags:
Comment:
wmf-deployment: Live hack: append 'x' to the end of some style versions for r55284
Modified paths:
  • /branches/wmf-deployment/extensions/UsabilityInitiative/EditToolbar/EditToolbar.php (modified) (history)
  • /branches/wmf-deployment/extensions/UsabilityInitiative/UsabilityInitiative.hooks.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/UsabilityInitiative/UsabilityInitiative.hooks.php
@@ -53,15 +53,15 @@
5454 array( 'src' => 'js/plugins/jquery.browser.js', 'version' => 3 ),
5555 array( 'src' => 'js/plugins/jquery.cookie.js', 'version' => 3 ),
5656 array( 'src' => 'js/plugins/jquery.textSelection.js', 'version' => 3 ),
57 - array( 'src' => 'js/plugins/jquery.wikiEditor.js', 'version' => 3 ),
 57+ array( 'src' => 'js/plugins/jquery.wikiEditor.js', 'version' => '3x' ), // Live hack
5858 array( 'src' => 'js/plugins/jquery.wikiEditor.toolbar.js', 'version' => 4 ),
5959 array( 'src' => 'js/plugins/jquery.wikiEditor.toc.js', 'version' => 3 ),
6060 ),
6161 'combined' => array(
62 - array( 'src' => 'js/plugins.combined.js', 'version' => 4 ),
 62+ array( 'src' => 'js/plugins.combined.js', 'version' => '4x' ), // Live hack
6363 ),
6464 'minified' => array(
65 - array( 'src' => 'js/plugins.combined.min.js', 'version' => 4 ),
 65+ array( 'src' => 'js/plugins.combined.min.js', 'version' => '4x' ), // Live hack
6666 ),
6767 ),
6868 );
Index: branches/wmf-deployment/extensions/UsabilityInitiative/EditToolbar/EditToolbar.php
@@ -19,7 +19,7 @@
2020 /* Configuration */
2121
2222 // Bump the version number every time you change any of the .css/.js files
23 -$wgEditToolbarStyleVersion = 13;
 23+$wgEditToolbarStyleVersion = '13x'; // Live hack
2424
2525 // Set this to true to simply override the stock toolbar for everyone
2626 $wgEditToolbarGlobalEnable = false;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55284wmf-deployment: Merge parts of r55269 and r55280: autodetect whether the brow...catrope22:39, 18 August 2009

Status & tagging log