Bene has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/237675

Change subject: Move lib/parsers to repo/parsers
......................................................................

Move lib/parsers to repo/parsers

All the parser classes are only used in repo. There is
no reason to keep them in lib.

Change-Id: I9184485af0f8a3ed0defabfe3776805a39ad2499
---
R repo/includes/parsers/EntityIdValueParser.php
R repo/includes/parsers/MWTimeIsoParser.php
R repo/includes/parsers/MediaWikiNumberUnlocalizer.php
R repo/includes/parsers/MonolingualTextParser.php
R repo/includes/parsers/TimeParserFactory.php
R repo/includes/parsers/WikibaseStringValueLocalizer.php
R repo/includes/parsers/YearMonthTimeParser.php
R repo/includes/parsers/YearTimeParser.php
R repo/tests/phpunit/includes/parsers/EntityIdValueParserTest.php
R repo/tests/phpunit/includes/parsers/MediaWikiNumberUnlocalizerTest.php
R repo/tests/phpunit/includes/parsers/MonolingualTextParserTest.php
R repo/tests/phpunit/includes/parsers/MwTimeIsoParserTest.php
R repo/tests/phpunit/includes/parsers/TimeParserFactoryTest.php
R repo/tests/phpunit/includes/parsers/WikibaseStringValueNormalizerTest.php
R repo/tests/phpunit/includes/parsers/YearMonthTimeParserTest.php
R repo/tests/phpunit/includes/parsers/YearTimeParserTest.php
16 files changed, 0 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/75/237675/1

diff --git a/lib/includes/parsers/EntityIdValueParser.php 
b/repo/includes/parsers/EntityIdValueParser.php
similarity index 100%
rename from lib/includes/parsers/EntityIdValueParser.php
rename to repo/includes/parsers/EntityIdValueParser.php
diff --git a/lib/includes/parsers/MWTimeIsoParser.php 
b/repo/includes/parsers/MWTimeIsoParser.php
similarity index 100%
rename from lib/includes/parsers/MWTimeIsoParser.php
rename to repo/includes/parsers/MWTimeIsoParser.php
diff --git a/lib/includes/parsers/MediaWikiNumberUnlocalizer.php 
b/repo/includes/parsers/MediaWikiNumberUnlocalizer.php
similarity index 100%
rename from lib/includes/parsers/MediaWikiNumberUnlocalizer.php
rename to repo/includes/parsers/MediaWikiNumberUnlocalizer.php
diff --git a/lib/includes/parsers/MonolingualTextParser.php 
b/repo/includes/parsers/MonolingualTextParser.php
similarity index 100%
rename from lib/includes/parsers/MonolingualTextParser.php
rename to repo/includes/parsers/MonolingualTextParser.php
diff --git a/lib/includes/parsers/TimeParserFactory.php 
b/repo/includes/parsers/TimeParserFactory.php
similarity index 100%
rename from lib/includes/parsers/TimeParserFactory.php
rename to repo/includes/parsers/TimeParserFactory.php
diff --git a/lib/includes/parsers/WikibaseStringValueLocalizer.php 
b/repo/includes/parsers/WikibaseStringValueLocalizer.php
similarity index 100%
rename from lib/includes/parsers/WikibaseStringValueLocalizer.php
rename to repo/includes/parsers/WikibaseStringValueLocalizer.php
diff --git a/lib/includes/parsers/YearMonthTimeParser.php 
b/repo/includes/parsers/YearMonthTimeParser.php
similarity index 100%
rename from lib/includes/parsers/YearMonthTimeParser.php
rename to repo/includes/parsers/YearMonthTimeParser.php
diff --git a/lib/includes/parsers/YearTimeParser.php 
b/repo/includes/parsers/YearTimeParser.php
similarity index 100%
rename from lib/includes/parsers/YearTimeParser.php
rename to repo/includes/parsers/YearTimeParser.php
diff --git a/lib/tests/phpunit/parsers/EntityIdValueParserTest.php 
b/repo/tests/phpunit/includes/parsers/EntityIdValueParserTest.php
similarity index 100%
rename from lib/tests/phpunit/parsers/EntityIdValueParserTest.php
rename to repo/tests/phpunit/includes/parsers/EntityIdValueParserTest.php
diff --git a/lib/tests/phpunit/parsers/MediaWikiNumberUnlocalizerTest.php 
b/repo/tests/phpunit/includes/parsers/MediaWikiNumberUnlocalizerTest.php
similarity index 100%
rename from lib/tests/phpunit/parsers/MediaWikiNumberUnlocalizerTest.php
rename to repo/tests/phpunit/includes/parsers/MediaWikiNumberUnlocalizerTest.php
diff --git a/lib/tests/phpunit/parsers/MonolingualTextParserTest.php 
b/repo/tests/phpunit/includes/parsers/MonolingualTextParserTest.php
similarity index 100%
rename from lib/tests/phpunit/parsers/MonolingualTextParserTest.php
rename to repo/tests/phpunit/includes/parsers/MonolingualTextParserTest.php
diff --git a/lib/tests/phpunit/parsers/MwTimeIsoParserTest.php 
b/repo/tests/phpunit/includes/parsers/MwTimeIsoParserTest.php
similarity index 100%
rename from lib/tests/phpunit/parsers/MwTimeIsoParserTest.php
rename to repo/tests/phpunit/includes/parsers/MwTimeIsoParserTest.php
diff --git a/lib/tests/phpunit/parsers/TimeParserFactoryTest.php 
b/repo/tests/phpunit/includes/parsers/TimeParserFactoryTest.php
similarity index 100%
rename from lib/tests/phpunit/parsers/TimeParserFactoryTest.php
rename to repo/tests/phpunit/includes/parsers/TimeParserFactoryTest.php
diff --git a/lib/tests/phpunit/parsers/WikibaseStringValueNormalizerTest.php 
b/repo/tests/phpunit/includes/parsers/WikibaseStringValueNormalizerTest.php
similarity index 100%
rename from lib/tests/phpunit/parsers/WikibaseStringValueNormalizerTest.php
rename to 
repo/tests/phpunit/includes/parsers/WikibaseStringValueNormalizerTest.php
diff --git a/lib/tests/phpunit/parsers/YearMonthTimeParserTest.php 
b/repo/tests/phpunit/includes/parsers/YearMonthTimeParserTest.php
similarity index 100%
rename from lib/tests/phpunit/parsers/YearMonthTimeParserTest.php
rename to repo/tests/phpunit/includes/parsers/YearMonthTimeParserTest.php
diff --git a/lib/tests/phpunit/parsers/YearTimeParserTest.php 
b/repo/tests/phpunit/includes/parsers/YearTimeParserTest.php
similarity index 100%
rename from lib/tests/phpunit/parsers/YearTimeParserTest.php
rename to repo/tests/phpunit/includes/parsers/YearTimeParserTest.php

-- 
To view, visit https://gerrit.wikimedia.org/r/237675
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9184485af0f8a3ed0defabfe3776805a39ad2499
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Bene <benestar.wikime...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to