Thiemo Mättig (WMDE) has submitted this change and it was merged.
Change subject: Move parsers from lib to repo
......................................................................
Move parsers from lib to repo
They are only used in repo.
Change-Id: I08bd8883614f1c85b71b52a3f5f56a9646b9f410
---
M lib/resources/Resources.php
M repo/resources/Resources.php
R repo/resources/parsers/getApiBasedValueParserConstructor.js
R repo/resources/parsers/getStore.js
R repo/resources/parsers/resources.php
5 files changed, 1 insertion(+), 1 deletion(-)
Approvals:
Thiemo Mättig (WMDE): Looks good to me, approved
jenkins-bot: Verified
diff --git a/lib/resources/Resources.php b/lib/resources/Resources.php
index 39e1dc3..deb74bd 100644
--- a/lib/resources/Resources.php
+++ b/lib/resources/Resources.php
@@ -146,7 +146,6 @@
include( __DIR__ . '/deprecated/resources.php' ),
include( __DIR__ . '/experts/resources.php' ),
include( __DIR__ . '/jquery.wikibase/resources.php' ),
- include( __DIR__ . '/parsers/resources.php' ),
include( __DIR__ . '/wikibase.RepoApi/resources.php' )
);
diff --git a/repo/resources/Resources.php b/repo/resources/Resources.php
index f60a020..99ca550 100644
--- a/repo/resources/Resources.php
+++ b/repo/resources/Resources.php
@@ -230,6 +230,7 @@
$modules,
include( __DIR__ . '/entityChangers/resources.php' ),
include( __DIR__ . '/formatters/resources.php' ),
+ include( __DIR__ . '/parsers/resources.php' ),
include( __DIR__ . '/store/resources.php' ),
include( __DIR__ . '/utilities/resources.php' )
);
diff --git a/lib/resources/parsers/getApiBasedValueParserConstructor.js
b/repo/resources/parsers/getApiBasedValueParserConstructor.js
similarity index 100%
rename from lib/resources/parsers/getApiBasedValueParserConstructor.js
rename to repo/resources/parsers/getApiBasedValueParserConstructor.js
diff --git a/lib/resources/parsers/getStore.js
b/repo/resources/parsers/getStore.js
similarity index 100%
rename from lib/resources/parsers/getStore.js
rename to repo/resources/parsers/getStore.js
diff --git a/lib/resources/parsers/resources.php
b/repo/resources/parsers/resources.php
similarity index 100%
rename from lib/resources/parsers/resources.php
rename to repo/resources/parsers/resources.php
--
To view, visit https://gerrit.wikimedia.org/r/172966
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I08bd8883614f1c85b71b52a3f5f56a9646b9f410
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Adrian Lang <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits