]> git.mjollnir.org Git - moodle.git/commitdiff
mnet: environment now recommends tokenizer
authormartinlanghoff <martinlanghoff>
Thu, 18 Jan 2007 23:01:38 +0000 (23:01 +0000)
committermartinlanghoff <martinlanghoff>
Thu, 18 Jan 2007 23:01:38 +0000 (23:01 +0000)
admin/environment.xml
lang/en_utf8/admin.php

index b6854547a301809f9b37d95105987bd4c02405dd..cbbe57a73ccba871d7a02bec027e9aadcc52d2d3 100644 (file)
           <ON_CHECK message="opensslrecommended" />
         </FEEDBACK>
       </PHP_EXTENSION>
+      <PHP_EXTENSION name="tokenizer" level="optional">
+        <FEEDBACK>
+          <ON_CHECK message="tokenizerrecommended" />
+        </FEEDBACK>
+      </PHP_EXTENSION>
     </PHP_EXTENSIONS>
   </MOODLE>
 </COMPATIBILITY_MATRIX>
index 898bc73242a12b2a5f0271f7625b36a9b1b83863..893e7178939e3060ac4ae91c1bba3540f5f711e7 100644 (file)
@@ -516,6 +516,7 @@ $string['timezone'] = 'Default timezone';
 $string['timezoneforced'] = 'This is forced by the site administrator';
 $string['timezoneisforcedto'] = 'Force all users to use';
 $string['timezonenotforced'] = 'Users can choose their own timezone';
+$string['tokenizerrecommended'] = 'Installing the optional PHP Tokenizer extension is recommended -- it improves Moodle Networking functionality.';
 $string['unbookmarkthispage'] = 'unbookmark this page';
 $string['unicodeupgradenotice'] = 'In Moodle 1.6 we have migrated all languages to Unicode.  To complete the upgrade for this site, you need to convert all the data in your database to Unicode (UTF-8) using our migration script.  <a href=\"utfdbmigrate.php\">Click here to run the migration script now</a>!';
 $string['unicoderecommended'] = 'Storing all your data in Unicode (UTF-8) is recommended. New installations should be performed into databases that have their default character set as Unicode.  If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).';