Anonymous | Login | Signup for a new account | 2021-04-16 11:42 BST | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000628 | SiT! | other | public | 2009-04-02 11:59 | 2009-08-16 14:38 | ||||
Reporter | Tomse | ||||||||
Assigned To | ivan | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 3.50 | Fixed in Version | 3.50 | ||||||
Summary | 0000628: autocomplete breaks with non-english characters | ||||||||
Description | for example trying to autocomplete the name Søren shows S& oslash;ren in the autocomplete suggestions. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
ivan (administrator) 2009-04-02 18:03 |
This is caused by the way we call cleanvar() to sanitize variables. The default is to run htmlentities() which makes the ø into "& oslash;" if we call cleanvar() with the third param false this fixes the problem. $name = cleanvar($_POST['name'], TRUE, FALSE); I'm not sure now whether to change the default for cleanvar()... going to do some investigation first. |
ivan (administrator) 2009-05-15 15:08 |
Not sure which commit actually fixed this, but I did some work on it a few weeks ago and testing it now it seems ok. works in svn trunkk r5378 |
ivan (administrator) 2009-08-16 14:38 |
Released in 3.50rc1 |
![]() |
|||
Date Modified | Username | Field | Change |
2009-04-02 11:59 | ivan | New Issue | |
2009-04-02 11:59 | ivan | Status | new => assigned |
2009-04-02 11:59 | ivan | Assigned To | => ivan |
2009-04-02 12:30 | ivan | Reporter | ivan => Tomse |
2009-04-02 12:30 | ivan | Description Updated | |
2009-04-02 18:03 | ivan | Note Added: 0000886 | |
2009-04-02 18:04 | ivan | Description Updated | |
2009-04-03 10:05 | ivan | Relationship added | related to 0000470 |
2009-05-15 15:08 | ivan | Note Added: 0001068 | |
2009-05-15 15:08 | ivan | Status | assigned => resolved |
2009-05-15 15:08 | ivan | Resolution | open => fixed |
2009-05-15 15:08 | ivan | Fixed in Version | => Current SVN |
2009-08-16 13:17 | ivan | Fixed in Version | Current SVN => 3.50 |
2009-08-16 14:38 | ivan | Note Added: 0001584 | |
2009-08-16 14:38 | ivan | Status | resolved => closed |
Copyright © 2000 - 2021 MantisBT Team |