r59794 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59793‎ | r59794 | r59795 >
Date:19:03, 7 December 2009
Author:catrope
Status:ok
Tags:
Comment:
wmf-deployment: Turns out we don't want to disable old toolbar clicktracking just yet
Modified paths:
  • /branches/wmf-deployment/includes/DefaultSettings.php (modified) (history)
  • /branches/wmf-deployment/skins/common/edit.js (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/skins/common/edit.js
@@ -29,6 +29,10 @@
3030 image.style.cursor = "pointer";
3131 image.onclick = function() {
3232 insertTags(item.tagOpen, item.tagClose, item.sampleText);
 33+ //click tracking
 34+ if ( ( $j != undefined ) && ( $j.trackAction != undefined ) ) {
 35+ $j.trackAction("oldedit." + item.speedTip.replace(/ /g, "-"));
 36+ }
3337 return false;
3438 };
3539
Property changes on: branches/wmf-deployment/skins/common/edit.js
___________________________________________________________________
Name: svn:mergeinfo
3640 -
3741 + /branches/REL1_15/phase3/skins/common/edit.js:51646
/trunk/phase3/skins/common/edit.js:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57541,57916,58151,58219,58633,58816,59604
Index: branches/wmf-deployment/includes/DefaultSettings.php
@@ -1605,7 +1605,7 @@
16061606 * to ensure that client-side caches do not keep obsolete copies of global
16071607 * styles.
16081608 */
1609 -$wgStyleVersion = '248';
 1609+$wgStyleVersion = '254';
16101610
16111611
16121612 # Server-side caching:
Property changes on: branches/wmf-deployment/includes/DefaultSettings.php
___________________________________________________________________
Name: svn:mergeinfo
16131613 -
16141614 + /branches/REL1_15/phase3/includes/DefaultSettings.php:51646
/branches/wmf-deployment/includes/DefaultSettings.php:53381
/trunk/phase3/includes/DefaultSettings.php:56213,56215-56216,56218,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57530,57541,57602,57916,58151,58219,58633,58816,59607

Status & tagging log