From 6cf355e256d6f094515eb5e3e979aa030e3d17a7 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Wed, 14 Aug 2002 08:15:33 +0000 Subject: [PATCH] =?UTF-8?q?for=20Lo=EF=BF=BDc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 6 ++++++ Documentation.html | 4 ++-- main.php3 | 4 ++-- scripts/create-release.sh | 4 +++- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f7b43eed..3b0eb2b23 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,12 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-08-14 Loïc Chapeaux + * 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 * lang/czech-*.inc.php3: Updates. * lang/sync_lang.sh: Allow running only on specified translations. diff --git a/Documentation.html b/Documentation.html index 5f620047f..bdbe76a88 100755 --- a/Documentation.html +++ b/Documentation.html @@ -2248,8 +2248,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' work with it, nor delete it.

-

- + +

[6.14] How do I set up the SQL validator?
To use it, you need a very recent version of PHP, built with diff --git a/main.php3 b/main.php3 index 81e360589..e04d9eff7 100755 --- a/main.php3 +++ b/main.php3 @@ -577,8 +577,8 @@ if ($display_pmaAbsoluteUri_warning) { /** * Warning if using the default MySQL privileged account */ -if ($cfg['Server']['auth_type'] == 'config' - && $cfg['Server']['user'] == 'root' +if ($cfg['Server']['auth_type'] == 'config' + && $cfg['Server']['user'] == 'root' && $cfg['Server']['password'] == '') { echo '

' . $strInsecureMySQL . '

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