[Vtigercrm-developers] I found another bug in 5.4 [SOLUTION]

Adrián Granado - Refineria Web adrian at refineriaweb.com
Wed Aug 22 03:55:46 PDT 2012


Hi all, I just discovered another bug (Im waiting about trac access).

This happens when you have a record with special characters like this: 

 

http://i.imgur.com/IK0zR.png (This is a listview).

This happens in the file \include\ListView\ListViewController.php

 

$value = textlength_check($this->ownerNameList[$fieldName][$value]);

 

textlenght_check function does a trim if the string have more than 40
characters applying “
” in the end. The result is, string:
“Asociación TORREFACTORES DE CAFÉ” changing to
“Asociación TORREFACTORES DE CAF&E
” , So “É” cant convert
into É .

I found a solution but I think isn’t the best solution:

Adding this line:

$temp_val = html_entity_decode($temp_val,ENT_QUOTES,$default_charset);

 

In \include\ListView\ListViewController.php – in line 3902, down this line:
$temp_val = preg_replace("/(<\/?)(\w+)([^>]*>)/i", "", $field_val);

 

If you find a better solution, please tell me.

Thanks.






Refineriaweb
 <https://www.facebook.com/refineriaweb1>
http://www.refineriaweb.com/images/fb.jpg <http://twitter.com/refineriaweb>
http://www.refineriaweb.com/images/tw.jpg

Adrián Granado 
Programador 
 <mailto:adrian at refineriaweb.com> adrian at refineriaweb.com 
Refineriaweb
C/ Ramiro de Maeztu 6 - Local 1
07013 Palma de Mallorca
Tel. 902 003 913
Fax 971 780 391 
 <http://www.refineriaweb.com/> www.refineriaweb.com 

RefineriawebDISEÑO WEB 
RefineriawebREGISTRO DE DOMINIOS
RefineriawebALOJAMIENTOS WEB
RefineriawebALTA EN BUSCADORES
RefineriawebMANTENIMIENTOS
RefineriawebIMAGEN CORPORATIVA
RefineriawebSOFTWARE A MEDIDA
RefineriawebFORMACIÓN




Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si no es vd. el destinatario
indicado, queda notificado de que la utilización, divulgación y/o copia sin
autorización está prohibida en virtud de la legislación vigente. Si ha
recibido este mensaje por error, le rogamos que nos lo comunique
inmediatamente por esta misma vía y proceda a su destrucción. 

------------------------- 

This message is intended exclusively for its addressee and may contain
information that is CONFIDENTIAL and protected by professional privilege. If
you are not the intended recipient you are hereby notified that any
dissemination, copy or disclosure of this communication is strictly
prohibited by law. If this message has been received in error, please
immediately notify us via e-mail and delete it. 


http://www.refineriaweb.com/mailing/images/ecology.jpgNo imprimir si no es
necesario

	

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20120822/cf7d0ae8/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 2095 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20120822/cf7d0ae8/attachment-0006.jpe 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 1145 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20120822/cf7d0ae8/attachment-0007.jpe 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 1243 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20120822/cf7d0ae8/attachment-0008.jpe 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 654 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20120822/cf7d0ae8/attachment-0009.jpe 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 893 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20120822/cf7d0ae8/attachment-0010.jpe 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 2236 bytes
Desc: not available
Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20120822/cf7d0ae8/attachment-0011.jpe 


More information about the vtigercrm-developers mailing list