https://bugzilla.wikimedia.org/show_bug.cgi?id=71978

            Bug ID: 71978
           Summary: action=purge broken
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: subfa...@gmail.com
       Web browser: ---
   Mobile Platform: ---

https://www.mediawiki.org/w/index.php?title=MediaWiki&action=purge redirects to
https://www.mediawiki.org/wiki/MediaWiki

1) Why?
2) Was the purge run? I fear not:

Article.php uses

$request = $this->getContext()->getRequest();
$purge = $request->getVal( 'action' ) == 'purge';

Test yourself: Add this console.log to it and run action=purge

echo "<script>console.log('action: ". $request->getVal( 'action' )
."');</script>";

Confirmed on 1.22.12 and latest on mediawiki.org

Sorry if this is false alarm but nobody was able to answer me this and need to
to check action=purge for flushing memcache.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to