r108949 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108948‎ | r108949 | r108950 >
Date:02:31, 15 January 2012
Author:reedy
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.18wmf1/extensions (modified) (history)
  • /branches/wmf/1.18wmf1/extensions/CentralNotice (modified) (history)
  • /branches/wmf/1.18wmf1/extensions/CentralNotice/CentralNotice.db.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/CentralNotice/CentralNotice.db.php
@@ -421,9 +421,6 @@
422422 if ( is_callable( array( 'CountryNames', 'getNames' ) ) ) {
423423 // Retrieve the list of countries in user's language (via CLDR)
424424 $countries = CountryNames::getNames( $code );
425 - unset( $countries['CU'] ); // Cuba
426 - unset( $countries['IR'] ); // Iran
427 - unset( $countries['SY'] ); // Syria
428425 }
429426
430427 if ( !$countries ) {
@@ -483,7 +480,7 @@
484481 'CR'=>'Costa Rica',
485482 'CI'=>'Côte d\'Ivoire',
486483 'HR'=>'Croatia',
487 - //'CU'=>'Cuba',
 484+ 'CU'=>'Cuba',
488485 'CY'=>'Cyprus',
489486 'CZ'=>'Czech Republic',
490487 'DK'=>'Denmark',
@@ -529,7 +526,7 @@
530527 'IS'=>'Iceland',
531528 'IN'=>'India',
532529 'ID'=>'Indonesia',
533 - //'IR'=>'Iran',
 530+ 'IR'=>'Iran',
534531 'IQ'=>'Iraq',
535532 'IE'=>'Ireland',
536533 'IL'=>'Israel',
@@ -637,7 +634,7 @@
638635 'SZ'=>'Swaziland',
639636 'SE'=>'Sweden',
640637 'CH'=>'Switzerland',
641 - //'SY'=>'Syrian Arab Republic',
 638+ 'SY'=>'Syrian Arab Republic',
642639 'TW'=>'Taiwan',
643640 'TJ'=>'Tajikistan',
644641 'TZ'=>'Tanzania',
Property changes on: branches/wmf/1.18wmf1/extensions/CentralNotice/CentralNotice.db.php
___________________________________________________________________
Modified: svn:mergeinfo
645642 Merged /trunk/extensions/CentralNotice/CentralNotice.db.php:r108789
Property changes on: branches/wmf/1.18wmf1/extensions/CentralNotice
___________________________________________________________________
Modified: svn:mergeinfo
646643 Merged /trunk/extensions/CentralNotice:r108789
Property changes on: branches/wmf/1.18wmf1/extensions
___________________________________________________________________
Modified: svn:mergeinfo
647644 Merged /trunk/extensions:r108789

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108789adding embargoed countries backkaldari02:53, 13 January 2012

Status & tagging log