Harjotsingh has uploaded a new change for review.

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

Change subject: Added jQuery Version
......................................................................

Added jQuery Version

Bug:T34892

Change-Id: I1b83d7f832ecfb93b738239d52db988a3f05e9f0

Convert spaces after section markers (§) into non-breaking spaces

Bug:T119463

Change-Id: I0a27c754ef5d7ca2ea82993bd078fffc9b1c2138
---
M includes/parser/Parser.php
M includes/specials/SpecialVersion.php
2 files changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/73/274773/1

diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php
index d65e8be..6947e49 100644
--- a/includes/parser/Parser.php
+++ b/includes/parser/Parser.php
@@ -1301,6 +1301,7 @@
                        '/(.) (?=\\?|:|;|!|%|\\302\\273)/' => '\\1 ',
                        # french spaces, Guillemet-right
                        '/(\\302\\253) /' => '\\1 ',
+                        '/(§)(.)/' => '§ ',
                        '/ (!\s*important)/' => ' \\1', # Beware of CSS 
magic word !important, bug #11874.
                ];
                $text = preg_replace( array_keys( $fixtags ), array_values( 
$fixtags ), $text );
diff --git a/includes/specials/SpecialVersion.php 
b/includes/specials/SpecialVersion.php
index c0f9590..88cf551 100644
--- a/includes/specials/SpecialVersion.php
+++ b/includes/specials/SpecialVersion.php
@@ -222,6 +222,7 @@
                        $software['[https://php.net/ PHP]'] = PHP_VERSION . " 
(" . PHP_SAPI . ")";
                }
                $software[$dbr->getSoftwareLink()] = $dbr->getServerInfo();
+                $software['[https://www.jquery.com/ jQuery]'] = "1.11.3";
 
                if ( IcuCollation::getICUVersion() ) {
                        $software['[http://site.icu-project.org/ ICU]'] = 
IcuCollation::getICUVersion();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a27c754ef5d7ca2ea82993bd078fffc9b1c2138
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Harjotsingh <[email protected]>

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

Reply via email to