Paladox has uploaded a new change for review.

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

Change subject: [Dice] Archive extension
......................................................................

[Dice] Archive extension

This is do to know extension files at
https://github.com/wikimedia/mediawiki-extensions-Dice

Its just an empty repo.

Change-Id: I5ffa8babc10cabdcd99b56483799113eab4548e9
---
A Dice.php
1 file changed, 24 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Dice 
refs/changes/49/279549/1

diff --git a/Dice.php b/Dice.php
new file mode 100644
index 0000000..702a06f
--- /dev/null
+++ b/Dice.php
@@ -0,0 +1,24 @@
+<?php
+/**
+ * DeletePagesForGood
+ *
+ * Based on DeletePagePermanently
+ *
+ * GPL-2.0+
+ *
+ * BE CAREFUL WHEN USING THIS EXTENSION. ONCE A PAGE IS DELETED, IT CAN NOT BE 
RESTORED ANY MORE.
+*/
+
+if ( function_exists( 'wfLoadExtension' ) ) {
+       wfLoadExtension( 'DeletePagesForGood' );
+       // Keep i18n globals so mergeMessageFileList.php doesn't break
+       $wgMessagesDirs['DeletePagesForGood'] = __DIR__ . '/i18n';
+       /* wfWarn(
+               'Deprecated PHP entry point used for DeletePagesForGood 
extension.' .
+               'Please use wfLoadExtension instead, ' .
+               'see https://www.mediawiki.org/wiki/Extension_registration for 
more details.'
+       ); */
+       return;
+} else {
+       die( 'This version of the DeletePagesForGood extension requires 
MediaWiki 1.25+' );
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5ffa8babc10cabdcd99b56483799113eab4548e9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Dice
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>

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

Reply via email to