r83606 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83605‎ | r83606 | r83607 >
Date:19:37, 9 March 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: MFT r83471
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/Vector/modules/ext.vector.sectionEditLinks.css (modified) (history)
  • /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.css
@@ -4,10 +4,12 @@
55 }
66 span.vector-editLink a {
77 padding-left: 18px;
 8+ /* @embed */
89 background-image: url(images/edit-faded.png);
910 background-position: left top;
1011 background-repeat: no-repeat;
1112 }
1213 span.vector-editLink a:hover {
 14+ /* @embed */
1315 background-image: url(images/edit.png);
1416 }
Index: branches/wmf/1.17wmf1/extensions/Vector/modules/ext.vector.sectionEditLinks.js
@@ -12,7 +12,7 @@
1313 ) );
1414 // 0 = not tracked, 1 = tracked with old version, 2 = tracked with new version
1515 bucket = ( Math.random() * 100 ) < odds ? Number( Math.random() < 0.5 ) + 1 : 0;
16 - $.cookie( 'ext.vector.sectionEditLinks-bucket', bucket );
 16+ $.cookie( 'ext.vector.sectionEditLinks-bucket', bucket, { 'path': '/', 'expires': 30 } );
1717 // If we are going to track this person from now on, let's also track which bucket we put
1818 // them into and when
1919 if ( bucket > 0 && 'trackActionWithInfo' in $ ) {
Property changes on: branches/wmf/1.17wmf1/extensions/Vector/modules/ext.vector.sectionEditLinks.js
___________________________________________________________________
Modified: svn:mergeinfo
2020 Merged /trunk/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r83471

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83471Vector/SectionEditLinks tweaks:...catrope18:46, 7 March 2011

Status & tagging log