Page MenuHomePhabricator

Permanently move location of dplcache
Closed, DeclinedPublic

Description

Currently, dplcache is defined in DPLMain.php to be placed in the images folder, which is both unusual and arbitrary. They're not images, they're cache files. This location creates various headaches. Ideally, a better home would be, maybe... $IP/cache/dplcache ? :)

global $wgUploadDirectory, $wgRequest;
if ( $DPLCache != '' ) {
        $cacheFile = "$IP/dplcache/$DPLCachePath/$DPLCache";

Event Timeline

Pppery subscribed.

Mass declining DynamicPageList (third-party) tickets per T353927: Archive the DynamicPageList (third-party) extension. If this is still relevant with the extension's successor, please feel free to refile at https://github.com/Universal-Omega/DynamicPageList3/issues