r111133 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111132‎ | r111133 | r111134 >
Date:00:42, 10 February 2012
Author:werdna
Status:ok
Tags:
Comment:
Include user ID in bucket cookie name
Modified paths:
  • /trunk/extensions/ArticleCreationWorkflow/includes/PHPBucket.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleCreationWorkflow/includes/PHPBucket.php
@@ -25,7 +25,8 @@
2626
2727 $options = $options + $defaults;
2828
29 - $cookieName = 'phpbucket:'.$key.':'.$options['version'];
 29+ $cookieName = 'phpbucket:'.$key.':'
 30+ .$options['version'].':'. $wgUser->getId();
3031
3132 $selectedBucket = $wgRequest->getCookie( $cookieName );
3233

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111114Reimplement bucketing using the new PHPBucket interface. Sadly, it works better.werdna22:32, 9 February 2012

Status & tagging log