r114137 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114136‎ | r114137 | r114138 >
Date:13:47, 19 March 2012
Author:jeroendedauw
Status:reverted
Tags:gerritmigration 
Comment:
Follow up to r114081;
Modified paths:
  • /trunk/phase3/includes/specials/SpecialCachedPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialCachedPage.php
@@ -80,7 +80,7 @@
8181 * @return string
8282 */
8383 protected function getCachedNotice( $subPage ) {
84 - $refreshArgs = $_GET;
 84+ $refreshArgs = $this->getRequest()->getQueryValues();
8585 unset( $refreshArgs['title'] );
8686 $refreshArgs['action'] = 'purge';
8787

Follow-up revisions

RevisionCommit summaryAuthorDate
r114326Revert r114067, r114071, r114075, r114079, r114081, r114082, r114084, r114086......catrope23:03, 20 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114081adding special page with scaffolding for caching chunks of HTMLjeroendedauw22:26, 17 March 2012

Status & tagging log