Catrope has submitted this change and it was merged. Change subject: merge msg script now detects extensions main files ......................................................................
merge msg script now detects extensions main files maintenance/mergeMessageFileList.php is used by `scap` to establish a list of message files to load. To do that, it read extensions paths from a manually maintained list: wmf-config/extension-list. This patch adds an optional automatic detection system to add extension messages. That will reduce the risk of forgetting to update the extension-list file and will be of good use on labs. The new parameter is named --extensions-dir and takes a path holding MediaWiki extensions. The script will take the directory names there and attempt to load a file named `Foobar/Foobar.php`. --list-file is still required, you can skip it using /dev/null. Synopsis: php maintenance/mergeMessageFileList.php \ --list-file /dev/null \ --extensions-dir /srv/mw-trunk/extensions Script will bail out whenever an expected PHP file is not found and will list all of those "missing" files. Change-Id: I8ab15f899f0333428fd8b2a98c58c07c2fce2962 --- M maintenance/mergeMessageFileList.php 1 file changed, 26 insertions(+), 0 deletions(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/9504 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8ab15f899f0333428fd8b2a98c58c07c2fce2962 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: MaxSem <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
