r102744 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102743‎ | r102744 | r102745 >
Date:03:20, 11 November 2011
Author:dantman
Status:resolved
Tags:
Comment:
Switch some urls inside en to protocol relative.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1722,7 +1722,7 @@
17231723 'searchdisabled' => '{{SITENAME}} search is disabled.
17241724 You can search via Google in the meantime.
17251725 Note that their indexes of {{SITENAME}} content may be out of date.',
1726 -'googlesearch' => '<form method="get" action="http://www.google.com/search" id="googlesearch">
 1726+'googlesearch' => '<form method="get" action="//www.google.com/search" id="googlesearch">
17271727 <input type="hidden" name="domains" value="{{SERVER}}" />
17281728 <input type="hidden" name="num" value="50" />
17291729 <input type="hidden" name="ie" value="$2" />
@@ -2568,8 +2568,8 @@
25692569 'booksources-invalid-isbn' => 'The given ISBN does not appear to be valid; check for errors copying from the original source.',
25702570
25712571 # Magic words
2572 -'rfcurl' => 'http://tools.ietf.org/html/rfc$1', # do not translate or duplicate this message to other languages
2573 -'pubmedurl' => 'http://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract', # do not translate or duplicate this message to other languages
 2572+'rfcurl' => '//tools.ietf.org/html/rfc$1', # do not translate or duplicate this message to other languages
 2573+'pubmedurl' => '//www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract', # do not translate or duplicate this message to other languages
25742574
25752575 # Special:Log
25762576 'specialloguserlabel' => 'User:',
@@ -4497,7 +4497,7 @@
44984498
44994499 MediaWiki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
45004500
4501 -You should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [http://www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].',
 4501+You should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].',
45024502 'version-software' => 'Installed software',
45034503 'version-software-product' => 'Product',
45044504 'version-software-version' => 'Version',

Follow-up revisions

RevisionCommit summaryAuthorDate
r102748Followup r102744 update parser tests.dantman03:30, 11 November 2011

Status & tagging log