]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20900 iconv now required in 2.0
authorPetr Skoda <skodak@moodle.org>
Wed, 18 Nov 2009 22:26:16 +0000 (22:26 +0000)
committerPetr Skoda <skodak@moodle.org>
Wed, 18 Nov 2009 22:26:16 +0000 (22:26 +0000)
admin/environment.xml
lang/en_utf8/admin.php

index b3d2fb2c3875d4e8b941fd02a5a8095e37595f86..dc243a3870bc782ff5b035d5676c87375fe9544f 100644 (file)
     <PHP version="5.2.8" level="required">
     </PHP>
     <PHP_EXTENSIONS>
-      <PHP_EXTENSION name="iconv" level="optional">
+      <PHP_EXTENSION name="iconv" level="required">
         <FEEDBACK>
-          <ON_CHECK message="iconvrecommended" />
+          <ON_CHECK message="iconvrequired" />
         </FEEDBACK>
       </PHP_EXTENSION>
       <PHP_EXTENSION name="mbstring" level="optional">
index 231d9a2cab2143d64f7d10717821a07ff4ff978a..184b5d1619c4b81a359add4871c534e09ea486bf 100644 (file)
@@ -514,6 +514,7 @@ $string['htmlsettings'] = 'HTML settings';
 $string['http'] = 'HTTP';
 $string['httpsecurity'] = 'HTTP security';
 $string['iconvrecommended'] = 'Installing the optional ICONV library is highly recommended in order to improve site performance, particularly if your site is supporting non-Latin languages.';
+$string['iconvrequired'] = 'Installing the optional ICONV library is required.';
 $string['ignore'] = 'Ignore';
 $string['importlangreminder'] = 'The database migration process is commencing. You will need to <b>log in again</b> for the upgrade to take effect. Please install unicode language packs as soon as possible from Admin->Lang->Lang Import Utility <b>after</b> the database migration process is completed.';
 $string['importtimezones'] = 'Update complete list of timezones';