http://www.mediawiki.org/wiki/Special:Code/MediaWiki/76276

Revision: 76276
Author:   siebrand
Date:     2010-11-07 22:48:14 +0000 (Sun, 07 Nov 2010)
Log Message:
-----------
Tweak messages 'config-brokenlibxml' and 'config-using531' for consistency.

Modified Paths:
--------------
    trunk/phase3/includes/installer/Installer.i18n.php

Modified: trunk/phase3/includes/installer/Installer.i18n.php
===================================================================
--- trunk/phase3/includes/installer/Installer.i18n.php  2010-11-07 22:46:22 UTC 
(rev 76275)
+++ trunk/phase3/includes/installer/Installer.i18n.php  2010-11-07 22:48:14 UTC 
(rev 76276)
@@ -155,10 +155,12 @@
        'config-uploads-safe'             => 'The default directory for uploads 
is safe from arbitrary scripts execution.',
        'config-uploads-not-safe'         => "'''Warning:''' Your default 
directory for uploads <code>$1</code> is vulnerable to arbitrary scripts 
execution.
 Although MediaWiki checks all uploaded files for security threats, it is 
highly recommended to 
[http://www.mediawiki.org/wiki/Manual:Security#Upload_security close this 
security vulnerability] before enabling uploads.",
-       'config-brokenlibxml'             => 'Your system has a combination of 
PHP and libxml2 versions which is buggy and can cause hidden data corruption in 
MediaWiki and other web apps.
-Upgrade to PHP 5.2.9 or later and libxml2 2.7.3 or later! ABORTING 
([http://bugs.php.net/bug.php?id=45996 bug filed with PHP]).',
+       'config-brokenlibxml'             => 'Your system has a combination of 
PHP and libxml2 versions which is buggy and can cause hidden data corruption in 
MediaWiki and other web applications.
+Upgrade to PHP 5.2.9 or later and libxml2 2.7.3 or later 
([http://bugs.php.net/bug.php?id=45996 bug filed with PHP]).
+Installation aborted.',
        'config-using531'                 => 'PHP $1 is not compatible with 
MediaWiki due to a bug involving reference parameters to <code>__call()</code>.
-Upgrade to PHP 5.3.2 or higher, or downgrade to PHP 5.3.0 to fix this. 
ABORTING ([http://bugs.php.net/bug.php?id=50394 bug filed with PHP])',
+Upgrade to PHP 5.3.2 or higher, or downgrade to PHP 5.3.0 to fix this 
([http://bugs.php.net/bug.php?id=50394 bug filed with PHP]).
+Installation aborted.',
        'config-db-type'                  => 'Database type:',
        'config-db-host'                  => 'Database host:',
        'config-db-host-help'             => 'If your database server is on 
different server, enter the host name or IP address here.


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

Reply via email to