[Phpmyadmin-devel] 2.9.0 message freeze?

Robin H. Johnson robbat2 at users.sourceforge.net
Wed Aug 2 23:53:37 CEST 2006


On Wed, Aug 02, 2006 at 05:16:29PM -0400, Marc Delisle wrote:
> Hi,
> 
> I would like some feedback about a message freeze for 2.9.0 because I'm 
> preparing the batch.
I need to finish off my followup from OSCON 2006, but there is one short
thing relevant to the message freeze.

For the cookie login page, there were a number of requests that the
field labels be changed to 'MySQL username' and 'MySQL password' etc.

This is to differentiate it from an htaccess assigned username/password,
or username from some other system.

See the attached patch (that might need some fuzz to apply).
(I haven't commited it myself).

-- 
Robin Hugh Johnson
E-Mail     : robbat2 at users.sourceforge.net
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85
-------------- next part --------------
--- lang/english-iso-8859-1.inc.php.orig	2006-08-02 14:50:16.000000000 -0700
+++ lang/english-iso-8859-1.inc.php	2006-08-02 14:51:08.000000000 -0700
@@ -425,9 +425,9 @@
 $strLoginInformation = 'Login Information';
 $strLogin = 'Log in';
 $strLogout = 'Log out';
-$strLogPassword = 'Password:';
-$strLogServer = 'Server';
-$strLogUsername = 'Username:';
+$strLogPassword = 'MySQL Password:';
+$strLogServer = 'MySQL Server';
+$strLogUsername = 'MySQL Username:';
 $strLongOperation = 'This operation could take a long time. Proceed anyway?';
 
 $strMaxConnects = 'max. concurrent connections';
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20060802/592265bb/attachment.sig>


More information about the Developers mailing list