forum.coppermine-gallery.net

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:

Code: [Select]
  'alert_no_selection' => 'vous devez d\'abord sélectionner un utilisateur!', //cpg1.4 //js-alert
Like so:

Code: [Select]
  '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
Quote
I 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
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.