[pLog-svn] r4569 - plog/branches/lifetype-1.1.5/js/ui

Jon Daley plogworld at jon.limedaley.com
Wed Jan 24 18:07:26 GMT 2007


 	I thought you did know about this - something about mysql not 
being case-sensitive or something, at least on some platforms.  I expected 
the fix to be to convert all usernames to lower case, everywhere, and in 
the wizard during an upgrade.
 	Surely the summary.js check is not causing the errors people are 
having after upgrading.


On Wed, 24 Jan 2007, oscar at devel.lifetype.net wrote:

> Author: oscar
> Date: 2007-01-24 17:25:17 +0000 (Wed, 24 Jan 2007)
> New Revision: 4569
>
> Modified:
>   plog/branches/lifetype-1.1.5/js/ui/summary.js
> Log:
> I can't possible understand the reasons why the username should be converted to lower case but this is now causing an issue. I've removed it unless somebody can see a reason for this... This also fixes Mantis issue 1156 (http://bugs.lifetype.net/view.php?id=1156)
>
> Modified: plog/branches/lifetype-1.1.5/js/ui/summary.js
> ===================================================================
> --- plog/branches/lifetype-1.1.5/js/ui/summary.js	2007-01-24 14:54:52 UTC (rev 4568)
> +++ plog/branches/lifetype-1.1.5/js/ui/summary.js	2007-01-24 17:25:17 UTC (rev 4569)
> @@ -1,7 +1,7 @@
> function checkUserNameAjax()
> {
> 	var userName = $F('userName');
> -	userName = userName.toLowerCase();
> +	//userName = userName.toLowerCase();
> 	if (userName != '')
> 	{
> 		var url = plogSummaryBaseUrl;
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
>

-- 
Jon Daley
http://jon.limedaley.com/

I give money for church organs in the hope the organ music will
distract the congregation's attention from the rest of the service.
-- Andrew Carnegie


More information about the pLog-svn mailing list