Ganeshaditya1 has uploaded a new change for review.

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


Change subject: 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 eng
......................................................................

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.

Change-Id: I3d860d5af8ee39b334d513cca47a8249fa953542
---
M includes/installer/Installer.i18n.php
M includes/installer/WebInstallerPage.php
2 files changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/19/59819/1

diff --git a/includes/installer/Installer.i18n.php 
b/includes/installer/Installer.i18n.php
index 9119312..2d5f390 100644
--- a/includes/installer/Installer.i18n.php
+++ b/includes/installer/Installer.i18n.php
@@ -548,6 +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.',
        'config-help' => 'help',
        'config-nofile'     => 'File "$1" could not be found. Has it been 
deleted?',
        'mainpagetext'      => "'''MediaWiki has been successfully 
installed.'''",
@@ -962,6 +963,7 @@
 * $2 is a link to the wiki.
 * $3 is a download link with attached download icon. The 
config-download-localsettings message will be used as the link text.',
        'config-download-localsettings' => 'The link text used in the download 
link in config-install-done.',
+       'extension-link' => 'Link to the extentions manual to make the user 
aware of MediaWiki extentions. Link to the list of all the extensions available 
sorted by there category that the user can add to his wiki.',
        'config-help' => 'This is used in help boxes.
 {{Identical|Help}}',
        'config-nofile' => 'Used as failure message. Parameters:
diff --git a/includes/installer/WebInstallerPage.php 
b/includes/installer/WebInstallerPage.php
index 3f3e50a..3381550 100644
--- a/includes/installer/WebInstallerPage.php
+++ b/includes/installer/WebInstallerPage.php
@@ -1263,6 +1263,7 @@
                                )->plain(), 'tick-32.png'
                        )
                );
+               
$this->addHTML($this->parent->getInfoBox(wfMessage('extension-link')->text()));
                $this->parent->restoreLinkPopups();
                $this->endForm( false, false );
        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3d860d5af8ee39b334d513cca47a8249fa953542
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

Reply via email to