for Lo�c

This commit is contained in:
Alexander M. Turek
2002-08-14 08:15:33 +00:00
parent 3856ae7175
commit 6cf355e256
4 changed files with 13 additions and 5 deletions

View File

@@ -5,6 +5,12 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2002-08-14 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* Documentation.html, lines 2251-2252: fixed an XHTML error.
* main.php3: removed some extra space characters.
* scripts/create_release.sh: add a reminder about checking language files
validity.
2002-08-13 Michal Cihar <nijel@users.sourceforge.net> 2002-08-13 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech-*.inc.php3: Updates. * lang/czech-*.inc.php3: Updates.
* lang/sync_lang.sh: Allow running only on specified translations. * lang/sync_lang.sh: Allow running only on specified translations.

View File

@@ -2248,8 +2248,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
work with it, nor delete it.<br /> work with it, nor delete it.<br />
</p> </p>
<p name="faqsqlvalidator"> <a name="faqsqlvalidator"></a>
<a name="faqsqlvalidator" /> <p>
<b>[6.14] How do I set up the SQL validator?</b> <b>[6.14] How do I set up the SQL validator?</b>
<br /> <br />
To use it, you need a very recent version of PHP, built with To use it, you need a very recent version of PHP, built with

View File

@@ -577,8 +577,8 @@ if ($display_pmaAbsoluteUri_warning) {
/** /**
* Warning if using the default MySQL privileged account * Warning if using the default MySQL privileged account
*/ */
if ($cfg['Server']['auth_type'] == 'config' if ($cfg['Server']['auth_type'] == 'config'
&& $cfg['Server']['user'] == 'root' && $cfg['Server']['user'] == 'root'
&& $cfg['Server']['password'] == '') { && $cfg['Server']['password'] == '') {
echo '<p class="warning">' . $strInsecureMySQL . '</p>' . "\n"; echo '<p class="warning">' . $strInsecureMySQL . '</p>' . "\n";
} }

View File

@@ -47,6 +47,8 @@ Please ensure you have:
3. synchronized the language files: 3. synchronized the language files:
cd lang cd lang
./sync_lang.sh ./sync_lang.sh
and checked all language files are valid (use
the "./scripts/check_lang.php3" script to do it).
Continue (y/n)? Continue (y/n)?
END END
@@ -59,7 +61,7 @@ then
fi fi
if [ -e cvs ]; if [ -e cvs ];
then then
mv cvs cvs-`date +%s` mv cvs cvs-`date +%s`
fi fi