r83604 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83603‎ | r83604 | r83605 >
Date:19:15, 9 March 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: MFT r83602
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/Vector/modules/ext.vector.sectionEditLinks.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/Vector/modules/ext.vector.sectionEditLinks.js
@@ -20,7 +20,7 @@
2121 }
2222 }
2323 }
24 -if ( bucket ) {
 24+if ( bucket > 0 ) {
2525 // Transform the targets of section edit links to route through the click tracking API
2626 $( 'span.editsection a' ).each( function() {
2727 var session = $.cookie( 'clicktracking-session' );
Property changes on: branches/wmf/1.17wmf1/extensions/Vector/modules/ext.vector.sectionEditLinks.js
___________________________________________________________________
Added: svn:mergeinfo
2828 Merged /branches/wmf/1.16wmf4/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r67177,69199,76243,77266
2929 Merged /trunk/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r83602
3030 Merged /branches/sqlite/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r58211-58321
3131 Merged /trunk/phase3/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r79828,79830,79848,79853,79950-79951,79954,79989,80006-80007,80013,80016,80080,80083,80124,80128,80238,81833,83212,83590
3232 Merged /branches/new-installer/phase3/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r43664-66004
3333 Merged /branches/wmf-deployment/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r60970
3434 Merged /branches/REL1_15/phase3/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r51646

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83602Added more explicit logic, javascript was evaluating '0' to true, causing peo...tparscal19:11, 9 March 2011

Status & tagging log