Author Topic: PM 1.7.5 for firefox broken  (Read 15086 times)

Offline zoro

  • Normal Members
  • *
  • Posts: 3
PM 1.7.5 for firefox broken
« on: April 29, 2010, 01:09:20 PM »
Hi!

After update PM is broken - only got an xml error in chrome://passwdmaker/content/options.xul in line
Code: [Select]
<menuitem label="&opts.031.label;" value="do-not-store"/>
--------------------------------------------------------------------------------^
No idea what it is. Please help. Thx

Firefox 3.6.3
Linux
« Last Edit: April 29, 2010, 01:15:22 PM by zoro »

Offline tanstaafl

  • God Member
  • ******
  • Posts: 1363
Re: PM 1.7.5 for firefox broken
« Reply #1 on: April 29, 2010, 01:49:56 PM »
Maybe a linux only problem, because it works fine in Windows (XP Pro)...

I don't have a linux system to test with, sorry...

Offline Eric H. Jung

  • grimholtz
  • Administrator
  • *****
  • Posts: 3353
Re: PM 1.7.5 for firefox broken
« Reply #2 on: April 29, 2010, 04:13:24 PM »
This is the same problem reported here:
http://forums.passwordmaker.org/index.php/topic,1697.0.html
I've fixed it and am submitting 1.7.6 to Mozilla today. If you need it sooner, let me know, and I will post it in the BETA section of http://passwordmaker.org

Offline zoro

  • Normal Members
  • *
  • Posts: 3
Re: PM 1.7.5 for firefox broken
« Reply #3 on: April 30, 2010, 03:27:42 PM »
Nothing changed after update to 1.7.6. Exactly the same problem. Last version which works for me is 1.7.4

EDIT:

OK, finally I found what was wrong. In passwdmaker.jar/locale/pl-PL/passwdmaker.dtd in 1.7.6 are lines example like this:
Code: [Select]
<!ENTITY opts.031.label "<nie zapisuj>">

<!ENTITY opts.043.label "<Wybierz>">

<!ENTITY accountsettings.026.label "<nie używaj>">

In 1.7.4 version:
Code: [Select]
<!ENTITY opts.031.label "&lt;nie zapisuj&gt;">

<!ENTITY opts.043.label "&lt;Wybierz&gt;">

<!ENTITY accountsettings.026.label "&lt;nie używaj&gt;">

After replace passwdmaker.dtd file from 1.7.6 to 1.7.4 version problem is solved.
I'm not an expert so i don't know why it was changed but You could look at this and fix it in new version. Thx
« Last Edit: May 03, 2010, 12:35:50 PM by zoro »

Offline Eric H. Jung

  • grimholtz
  • Administrator
  • *****
  • Posts: 3353
Re: PM 1.7.5 for firefox broken
« Reply #4 on: May 03, 2010, 04:01:25 PM »
Thanks for finding that. I cannot possibly test all locales when I do a release, and Polish was one of them. I hope you understand. You can blame that bug on BabelZilla--they manage the translation files :)

Anyway, I've fixed it and submitted version 1.7.7 to mozilla.

Eric

PasswordMaker Forums

Re: PM 1.7.5 for firefox broken
« Reply #4 on: May 03, 2010, 04:01:25 PM »