Page 1 of 1

[fixed] Specificity of the French language

Posted: Fri Mar 24, 2017 11:14 am
by archeo
Hello,
a "frenchy" bug
configuration :
Windows 7
wampserver 3.03
php 5.6.18
Mysql 5.6.17

try this content :

content manager > Add new content
title "ça c'est un titre à éviter?"

and you have :
Menu Text "ça c'est un titre à éviter?"

I try a manual correction without success

You can see the bug in action here :
http://jce.cmsms.fr/cms_dev2x/%C3%A7a-c ... viter.html
(thank you jce76350)

I come back to test others specificities

Re: Specificity of the French language

Posted: Fri Mar 24, 2017 2:49 pm
by calguy1000
Fixed in svn.

As part of security measures we were erroneously converting the menu text to entities... and since the Navigator module does this as well, it resulted in double entity conversion.

Now we just strip html tags on the menutext, and titleattribute fields, and convert other applicable fields to boolean or integer as appropriate.

Re: Specificity of the French language

Posted: Fri Mar 24, 2017 2:52 pm
by calguy1000
For the affected pages, when testing you will need to edit the content page, and clear or re-enter the menu text appropriately. then save the content page again.

Re: [fixed] Specificity of the French language

Posted: Fri Mar 24, 2017 3:20 pm
by jce76350
OK fine in rev 11192 - thanks

Re: [fixed] Specificity of the French language

Posted: Fri Mar 24, 2017 4:26 pm
by archeo
Thank you for the correction and the explanations