[MediaWiki-commits] [Gerrit] Move lib/parsers to repo/Parsers - change (mediawiki...Wikibase)

2015-09-14 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Thiemo Mättig (WMDE): Looks good to me, approved
  jenkins-bot: Verified



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 

[MediaWiki-commits] [Gerrit] Move lib/parsers to repo/parsers - change (mediawiki...Wikibase)

2015-09-11 Thread Bene (Code Review)
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