Ganeshaditya1 has uploaded a new change for review.
https://gerrit.wikimedia.org/r/60388
Change subject: Adding a MediaWiki Extension link to the installer last screen
......................................................................
Adding a MediaWiki Extension link to the installer last screen
In the last screen of the installer I've added a Info box which carries
two links one to the extensions manual and another to the list of
extensions available sorted according to there category. This message has
been added to the i18n file in both the english array as well as the qqq
array. Links added using wikitext.
Bug: 43504
Change-Id: I81ad7f926d385e3b71e0700e451b2144ebb56402
---
M includes/installer/Installer.i18n.php
M includes/installer/WebInstallerPage.php
2 files changed, 6 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/88/60388/1
diff --git a/includes/installer/Installer.i18n.php
b/includes/installer/Installer.i18n.php
index 2d5f390..e328388 100644
--- a/includes/installer/Installer.i18n.php
+++ b/includes/installer/Installer.i18n.php
@@ -548,7 +548,7 @@
When that has been done, you can '''[$2 enter your wiki]'''.",
'config-download-localsettings' => 'Download
<code>LocalSettings.php</code>',
- 'extension-link' => 'Did you know that your
wiki supports [//www.mediawiki.org/wiki/Manual:Extensions extensions]? Browse
through these categories of
[http://www.mediawiki.org/wiki/Category:Extensions_by_category extentions] to
find one suitable for your wiki.',
+ 'extension-link' => 'Did you know that your wiki supports
[//www.mediawiki.org/wiki/Manual:Extensions extensions]? Browse through these
categories of [//www.mediawiki.org/wiki/Category:Extensions_by_category
extentions] to find one suitable for your wiki.',
'config-help' => 'help',
'config-nofile' => 'File "$1" could not be found. Has it been
deleted?',
'mainpagetext' => "'''MediaWiki has been successfully
installed.'''",
diff --git a/includes/installer/WebInstallerPage.php
b/includes/installer/WebInstallerPage.php
index 3381550..eff2692 100644
--- a/includes/installer/WebInstallerPage.php
+++ b/includes/installer/WebInstallerPage.php
@@ -1263,7 +1263,11 @@
)->plain(), 'tick-32.png'
)
);
-
$this->addHTML($this->parent->getInfoBox(wfMessage('extension-link')->text()));
+ $this->addHTML(
+ $this->parent->getInfoBox(
+ wfMessage('extension-link')->text()
+ )
+ );
$this->parent->restoreLinkPopups();
$this->endForm( false, false );
}
--
To view, visit https://gerrit.wikimedia.org/r/60388
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I81ad7f926d385e3b71e0700e451b2144ebb56402
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Ganeshaditya1 <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits