Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: problem with usermgr.php using french.php revision 1.23  (Read 6786 times)

0 Members and 1 Guest are viewing this topic.

lef

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 4
problem with usermgr.php using french.php revision 1.23
« 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
« Last Edit: October 22, 2005, 02:42:19 pm by GauGau »
Logged

Nibbler

  • Guest
Re: problem with usermgr.php using french.php revision 1.23
« Reply #1 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
Logged

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: problem with usermgr.php using french.php revision 1.23
« Reply #2 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
Logged
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

lef

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 4
Re: problem with usermgr.php using french.php revision 1.23
« Reply #3 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 (??).
Logged

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: problem with usermgr.php using french.php revision 1.23
« Reply #4 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
Logged
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

lef

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 4
Re: problem with usermgr.php using french.php revision 1.23
« Reply #5 on: September 09, 2005, 03:59:47 pm »

You are right, sorry :-[
I guess I edited it wrongly before testing...
Logged

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: problem with usermgr.php using french.php revision 1.23
« Reply #6 on: September 09, 2005, 04:06:08 pm »

You are right, sorry :-[
I guess I edited it wrongly before testing...


No problem  ;)
Logged
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: problem with usermgr.php using french.php revision 1.23
« Reply #7 on: October 22, 2005, 12:03:02 am »

issue solved then?
Logged

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: problem with usermgr.php using french.php revision 1.23
« Reply #8 on: October 22, 2005, 10:02:34 am »

it seems,
the french.php  revision 1.24 who is in the cvs fixe this issue.
Logged
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

lef

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 4
Re: problem with usermgr.php using french.php revision 1.23
« Reply #9 on: October 22, 2005, 11:30:18 am »

Yes, the new version works well.
Thanks to all.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: problem with usermgr.php using french.php revision 1.23
« Reply #10 on: October 22, 2005, 02:42:41 pm »

thanks for your reply. Marked this thread accordingly.
Logged
Pages: [1]   Go Up
 

Page created in 0.026 seconds with 19 queries.