jenkins-bot has submitted this change and it was merged.

Change subject: Flatten the directory structure
......................................................................


Flatten the directory structure

 * .git needs to be a sibling of Parsoid.php for Special:Version to pick
   up the commit hash.

Bug: 69958
Change-Id: If36cd0151914bbe8cec69171a3894e6ad11bc5d8
---
R COPYING
R CurlMultiClient.php
R Parsoid.hooks.php
R Parsoid.i18n.php
D Parsoid.php
R Parsoid.php
R ParsoidCacheUpdateJob.php
R i18n/ast.json
R i18n/cs.json
R i18n/de.json
R i18n/en.json
R i18n/es.json
R i18n/fr.json
R i18n/he.json
R i18n/hsb.json
R i18n/it.json
R i18n/ja.json
R i18n/mk.json
R i18n/nb.json
R i18n/oc.json
R i18n/pt.json
R i18n/qqq.json
R i18n/ru.json
R i18n/sco.json
R i18n/sv.json
R i18n/uk.json
R i18n/vi.json
R i18n/zh-hans.json
R modules/parsoid.styles.css
29 files changed, 0 insertions(+), 1 deletion(-)

Approvals:
  Subramanya Sastry: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/php/COPYING b/COPYING
similarity index 100%
rename from php/COPYING
rename to COPYING
diff --git a/php/CurlMultiClient.php b/CurlMultiClient.php
similarity index 100%
rename from php/CurlMultiClient.php
rename to CurlMultiClient.php
diff --git a/php/Parsoid.hooks.php b/Parsoid.hooks.php
similarity index 100%
rename from php/Parsoid.hooks.php
rename to Parsoid.hooks.php
diff --git a/php/Parsoid.i18n.php b/Parsoid.i18n.php
similarity index 100%
rename from php/Parsoid.i18n.php
rename to Parsoid.i18n.php
diff --git a/Parsoid.php b/Parsoid.php
deleted file mode 120000
index 383a2c4..0000000
--- a/Parsoid.php
+++ /dev/null
@@ -1 +0,0 @@
-php/Parsoid.php
\ No newline at end of file
diff --git a/php/Parsoid.php b/Parsoid.php
similarity index 100%
rename from php/Parsoid.php
rename to Parsoid.php
diff --git a/php/ParsoidCacheUpdateJob.php b/ParsoidCacheUpdateJob.php
similarity index 100%
rename from php/ParsoidCacheUpdateJob.php
rename to ParsoidCacheUpdateJob.php
diff --git a/php/i18n/ast.json b/i18n/ast.json
similarity index 100%
rename from php/i18n/ast.json
rename to i18n/ast.json
diff --git a/php/i18n/cs.json b/i18n/cs.json
similarity index 100%
rename from php/i18n/cs.json
rename to i18n/cs.json
diff --git a/php/i18n/de.json b/i18n/de.json
similarity index 100%
rename from php/i18n/de.json
rename to i18n/de.json
diff --git a/php/i18n/en.json b/i18n/en.json
similarity index 100%
rename from php/i18n/en.json
rename to i18n/en.json
diff --git a/php/i18n/es.json b/i18n/es.json
similarity index 100%
rename from php/i18n/es.json
rename to i18n/es.json
diff --git a/php/i18n/fr.json b/i18n/fr.json
similarity index 100%
rename from php/i18n/fr.json
rename to i18n/fr.json
diff --git a/php/i18n/he.json b/i18n/he.json
similarity index 100%
rename from php/i18n/he.json
rename to i18n/he.json
diff --git a/php/i18n/hsb.json b/i18n/hsb.json
similarity index 100%
rename from php/i18n/hsb.json
rename to i18n/hsb.json
diff --git a/php/i18n/it.json b/i18n/it.json
similarity index 100%
rename from php/i18n/it.json
rename to i18n/it.json
diff --git a/php/i18n/ja.json b/i18n/ja.json
similarity index 100%
rename from php/i18n/ja.json
rename to i18n/ja.json
diff --git a/php/i18n/mk.json b/i18n/mk.json
similarity index 100%
rename from php/i18n/mk.json
rename to i18n/mk.json
diff --git a/php/i18n/nb.json b/i18n/nb.json
similarity index 100%
rename from php/i18n/nb.json
rename to i18n/nb.json
diff --git a/php/i18n/oc.json b/i18n/oc.json
similarity index 100%
rename from php/i18n/oc.json
rename to i18n/oc.json
diff --git a/php/i18n/pt.json b/i18n/pt.json
similarity index 100%
rename from php/i18n/pt.json
rename to i18n/pt.json
diff --git a/php/i18n/qqq.json b/i18n/qqq.json
similarity index 100%
rename from php/i18n/qqq.json
rename to i18n/qqq.json
diff --git a/php/i18n/ru.json b/i18n/ru.json
similarity index 100%
rename from php/i18n/ru.json
rename to i18n/ru.json
diff --git a/php/i18n/sco.json b/i18n/sco.json
similarity index 100%
rename from php/i18n/sco.json
rename to i18n/sco.json
diff --git a/php/i18n/sv.json b/i18n/sv.json
similarity index 100%
rename from php/i18n/sv.json
rename to i18n/sv.json
diff --git a/php/i18n/uk.json b/i18n/uk.json
similarity index 100%
rename from php/i18n/uk.json
rename to i18n/uk.json
diff --git a/php/i18n/vi.json b/i18n/vi.json
similarity index 100%
rename from php/i18n/vi.json
rename to i18n/vi.json
diff --git a/php/i18n/zh-hans.json b/i18n/zh-hans.json
similarity index 100%
rename from php/i18n/zh-hans.json
rename to i18n/zh-hans.json
diff --git a/php/modules/parsoid.styles.css b/modules/parsoid.styles.css
similarity index 100%
rename from php/modules/parsoid.styles.css
rename to modules/parsoid.styles.css

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If36cd0151914bbe8cec69171a3894e6ad11bc5d8
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: Arlolra <[email protected]>
Gerrit-Reviewer: Arlolra <[email protected]>
Gerrit-Reviewer: Cscott <[email protected]>
Gerrit-Reviewer: GWicke <[email protected]>
Gerrit-Reviewer: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to