Hashar has uploaded a new change for review.

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

Change subject: Entry point AddHTMLMetaAndTitle.php
......................................................................

Entry point AddHTMLMetaAndTitle.php

CI requires a PHP entry point which is named alike the extension. That
has been done in master with f542afb.

Do a similar thing but instead of renaming the file, just introduce the
entry point with a single require_once.  That will prevent the file from
being overriden when people update their REL1_26 version.

Change-Id: Ic2073d81c42b150671486458f6f3b2154c1d1c4a
---
A AddHTMLMetaAndTitle.php
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AddHTMLMetaAndTitle 
refs/changes/82/271482/1

diff --git a/AddHTMLMetaAndTitle.php b/AddHTMLMetaAndTitle.php
new file mode 100644
index 0000000..33a9aef
--- /dev/null
+++ b/AddHTMLMetaAndTitle.php
@@ -0,0 +1,6 @@
+<?php
+
+// The entry point will be changed to AddHTMLMetaAndTitle.php. Please update
+// your configuration.
+
+require_once __DIR__ . '/Add_HTML_Meta_and_Title.php';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic2073d81c42b150671486458f6f3b2154c1d1c4a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AddHTMLMetaAndTitle
Gerrit-Branch: REL1_26
Gerrit-Owner: Hashar <[email protected]>

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

Reply via email to