[MediaWiki-commits] [Gerrit] Remove group parameter from modules - change (mediawiki...ContentTranslation)
jenkins-bot has submitted this change and it was merged. Change subject: Remove group parameter from modules .. Remove group parameter from modules I'm unable to find any documentation for this parameter. For what I understand it only prevents combining these modules with other modules during bundling. Change-Id: I54dba1d72dbb54bf35d30f4518cedaa18b273846 --- M Resources.php 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Krinkle: Looks good to me, approved jenkins-bot: Verified diff --git a/Resources.php b/Resources.php index 9a0ac02..073f9e1 100644 --- a/Resources.php +++ b/Resources.php @@ -11,7 +11,6 @@ $resourcePaths = array( 'localBasePath' => $dir . '/modules', 'remoteExtPath' => 'ContentTranslation/modules', - 'group' => 'ext.cx', ); $wgResourceModules['ext.cx.model'] = array( -- To view, visit https://gerrit.wikimedia.org/r/158352 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I54dba1d72dbb54bf35d30f4518cedaa18b273846 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ContentTranslation Gerrit-Branch: master Gerrit-Owner: Nikerabbit Gerrit-Reviewer: Krinkle Gerrit-Reviewer: Santhosh Gerrit-Reviewer: jenkins-bot <> ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] Remove group parameter from modules - change (mediawiki...ContentTranslation)
Nikerabbit has uploaded a new change for review. https://gerrit.wikimedia.org/r/158352 Change subject: Remove group parameter from modules .. Remove group parameter from modules I'm unable to find any documentation for this parameter. For what I understand it only prevents combining these modules with other modules during bundling. Change-Id: I54dba1d72dbb54bf35d30f4518cedaa18b273846 --- M Resources.php 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation refs/changes/52/158352/1 diff --git a/Resources.php b/Resources.php index 9a0ac02..073f9e1 100644 --- a/Resources.php +++ b/Resources.php @@ -11,7 +11,6 @@ $resourcePaths = array( 'localBasePath' => $dir . '/modules', 'remoteExtPath' => 'ContentTranslation/modules', - 'group' => 'ext.cx', ); $wgResourceModules['ext.cx.model'] = array( -- To view, visit https://gerrit.wikimedia.org/r/158352 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I54dba1d72dbb54bf35d30f4518cedaa18b273846 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ContentTranslation Gerrit-Branch: master Gerrit-Owner: Nikerabbit ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits