coppermine-gallery.com/forum

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: lef on September 09, 2005, 10:57:41 AM

Title: problem with usermgr.php using french.php revision 1.23
Post by: lef on September 09, 2005, 10:57:41 AM
Hi

I have just noticed that when using the new version 1.23 of french.php, the following functions of usermgr.php don't work:
- check/uncheck all
- the whole "with selected" menu: delete, activate,...

It works with other languages and with french.php v. 1.22

Can anyone confirm this?

Lef
Title: Re: problem with usermgr.php using french.php revision 1.23
Post by: Nibbler on September 09, 2005, 11:26:23 AM
Confirmed. This line should be properly escaped:

  'alert_no_selection' => 'vous devez d\'abord sélectionner un utilisateur!', //cpg1.4 //js-alert

Like so:

  'alert_no_selection' => 'vous devez d\\\'abord sélectionner un utilisateur!', //cpg1.4 //js-alert
Title: Re: problem with usermgr.php using french.php revision 1.23
Post by: François Keller on September 09, 2005, 11:56:50 AM
Hi,

I have found others "backslash errors" in the french.php file

change made in attached file
Title: Re: problem with usermgr.php using french.php revision 1.23
Post by: lef on September 09, 2005, 03:19:09 PM
Thank you. I wasn't aware of the "js-alert" problem yet.

Thanks Frantz for your changes. However, I think the file you gave us in not using UTF-8 (??).
Title: Re: problem with usermgr.php using french.php revision 1.23
Post by: François Keller on September 09, 2005, 03:37:55 PM
QuoteI think the file you gave us in not using UTF-8 (??).

Normally he is   ??? I have just make change in the JS allerts with ultraEdit
Title: Re: problem with usermgr.php using french.php revision 1.23
Post by: lef on September 09, 2005, 03:59:47 PM
You are right, sorry :-[
I guess I edited it wrongly before testing...
Title: Re: problem with usermgr.php using french.php revision 1.23
Post by: François Keller on September 09, 2005, 04:06:08 PM
Quote from: lef on September 09, 2005, 03:59:47 PM
You are right, sorry :-[
I guess I edited it wrongly before testing...


No problem  ;)
Title: Re: problem with usermgr.php using french.php revision 1.23
Post by: Joachim Müller on October 22, 2005, 12:03:02 AM
issue solved then?
Title: Re: problem with usermgr.php using french.php revision 1.23
Post by: François Keller on October 22, 2005, 10:02:34 AM
it seems,
the french.php  revision 1.24 who is in the cvs fixe this issue.
Title: Re: problem with usermgr.php using french.php revision 1.23
Post by: lef on October 22, 2005, 11:30:18 AM
Yes, the new version works well.
Thanks to all.
Title: Re: problem with usermgr.php using french.php revision 1.23
Post by: Joachim Müller on October 22, 2005, 02:42:41 PM
thanks for your reply. Marked this thread accordingly.