Dan-nl has uploaded a new change for review.
https://gerrit.wikimedia.org/r/96019
Change subject: adviseStat
......................................................................
adviseStat
aaron schulz requested that cleanupGWTFileBackend.php add 'adviseStat' => true
to the
$GWTFileBackend->FileBackend->getFileList() call.
-------
version 0.1.6
Change-Id: If8e1630c2e97b6f4b64d3d7313fd1da4f292cb21
---
M includes/Config.php
M maintenance/cleanupGWTFileBackend.php
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GWToolset
refs/changes/19/96019/1
diff --git a/includes/Config.php b/includes/Config.php
index 10ad1fa..0407db5 100644
--- a/includes/Config.php
+++ b/includes/Config.php
@@ -16,7 +16,7 @@
public static $url =
'https://www.mediawiki.org/wiki/Extension:GWToolset';
public static $descriptionmsg = 'gwtoolset-desc';
public static $type = 'media';
- public static $version = '0.1.3';
+ public static $version = '0.1.6';
/**
* @var {array}
diff --git a/maintenance/cleanupGWTFileBackend.php
b/maintenance/cleanupGWTFileBackend.php
index 922d27d..91e19b6 100644
--- a/maintenance/cleanupGWTFileBackend.php
+++ b/maintenance/cleanupGWTFileBackend.php
@@ -64,7 +64,7 @@
$mwstore_path = $GWTFileBackend->getMWStorePath();
$FSFileBackendFileList =
$GWTFileBackend->FileBackend->getFileList(
- array( 'dir' => $mwstore_path )
+ array( 'dir' => $mwstore_path, 'adviseStat' => true )
);
$this->output(
--
To view, visit https://gerrit.wikimedia.org/r/96019
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If8e1630c2e97b6f4b64d3d7313fd1da4f292cb21
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GWToolset
Gerrit-Branch: master
Gerrit-Owner: Dan-nl <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits