dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [Bug #1236] Replace %s and %d except for FormatXXX s


From: Doliforge
Subject: [Dolibarr-bugtrack] [Bug #1236] Replace %s and %d except for FormatXXX strings
Date: Tue, 06 May 2014 22:09:03 +0200

Doliforge
Is this email not displaying correctly?
update email preferences.

Replace %s and %d except for FormatXXX strings

Latest modifications

2014-05-06 22:09 (Europe/Paris)
The bug has been corrected inside GIT sources
(http://www.github.com/Dolibarr/dolibarr).

So fix should be available with next stable release.
Changes:
  • Status: 
Need more infoClosed

Answer now

Snapshot

 Details
Submitted by:  Nikos Drosis (ndrosis) Submitted on:  2014-02-04 22:23
Last Modified On:  2014-03-15 14:16 
Summary:  Replace %s and %d except for FormatXXX strings
Description:  Show correct characters utf-8 for Greece and other language
Step to reproduce bug:  Edit file translate.class.php

// Crypt string into HTML
$str=htmlentities($str,ENT_QUOTES,$this->charset_output);

to

// Crypt string into HTML
$str=htmlspecialchars($str,ENT_QUOTES,$this->charset_output);
Detected in version:  3.5.0 Category:  Core Problem
Severity:  5 - Major OS Type/Version:  
PHP version:   Database type and version:  
 Status
Status:  Closed Assigned to:  Laurent Destailleur (eldy)
Resolution:  Fixed 

Comments

Laurent Destailleur 2014-05-06 22:09
The bug has been corrected inside GIT sources
(http://www.github.com/Dolibarr/dolibarr).

So fix should be available with next stable release.
Nikos Drosis 2014-03-15 14:16
When I send a new password to send the characters look like below

Ο νέος σας κωδικός για το Dolibarr

After I made the change user/class/user.class.php line 1499 and the problem was corrected.
$ subject = $ outputlangs-> transnoentitiesnoconv ("SubjectNewPassword");

If I can find nowhere else corresponding problem to post them here?
Laurent Destailleur 2014-02-08 02:39
This fix will create bugs somewhere else.
I made recent fix into 3.5 branch that should solve problem. If you find other, please complete this ticket with screenshot (done onto last 3.5 code into 3.5 branch).


reply via email to

[Prev in Thread] Current Thread [Next in Thread]