uml2 Posted February 10, 2012 Report Share Posted February 10, 2012 Hi, Plastic SCM users. O:) I have problems to use Mantis intergation with Plastic SCM 4.0. My question is the issue title or details support only ascii code or the others ( e.g. utf-8 , euc-kr) . I think that the issues can not be linked if the text encoding of title is not ascii-encoded. (english only?) reproduce step: mode : "Task on changeset" working mode. 1. add issues form the Mantis extension: 2. input Issue ID : 1 3. select : details button 4. answer : There is no issue with this ID: (empty) [OK] what's the check point to solve this problems ? Wonho Seo. from the Korea. Link to comment Share on other sites More sharing options...
cidico Posted February 10, 2012 Report Share Posted February 10, 2012 I had a problem using Mantis too, but the chars are just replaced. When the name has "ç", "ã", "õ" and others those chars are replaced by "??", It happens with usernames and Branches names too. Manu told me that they already corrected my problem, so maybe it helps you too. Link to comment Share on other sites More sharing options...
uml2 Posted February 13, 2012 Author Report Share Posted February 13, 2012 Thanks for cidico's comments from Manu (admin) 's comments --- Regarding more third party task control integrations, we support (at the time I'm writing) the following list: Jira 4.2 Rally 2011.10.22-3 VersionOne 7.2 and 9.1 (10 and 11 are not tested) Bugzilla 2.2x, 3.6, 4.0 Mantis 1.08, 1.2.4 Ontime 2009, 2010, 2011. FobBugz 8.7.10H Trac 0.10.4 (The 0.12 and 0.13 are not tested) Bamboo 3.1 (3.2 is not tested) Feel free to ask if you have more questions. ---- Wonho Seo. from the Korea. Link to comment Share on other sites More sharing options...
uml2 Posted February 14, 2012 Author Report Share Posted February 14, 2012 plastic.php code has the problems of text-decoding /// # escape html characters//$summary = xmlentities(htmlentities($bug_data->summary)); (about 50L)$summary = htmlentities($bug_data->summary, null, "UTF-8"); .... plastic window ''' replaced unreaable chracters... . I cann't solve it. Thanks. Link to comment Share on other sites More sharing options...
uml2 Posted February 14, 2012 Author Report Share Posted February 14, 2012 http://localhost/mantis/plastic.php?getbugs=2 <BugsGroup> <Bugs> <Bug> <Id>2</Id> <Title>Summary 한글 Summary</Title> <Description>Details 세부사항 Details</Description> <Status>new</Status> <Project>PROJECT_Q</Project> <Owner>administrator</Owner> </Bug> </Bugs> </BugsGroup> Link to comment Share on other sites More sharing options...
uml2 Posted February 15, 2012 Author Report Share Posted February 15, 2012 Hi, All. The below screenshot has my fragle-chracters. Browser View is OK http://<hostname>/mantis/plastic.php?getbugs=2 (modified plastic.php version) mantisextension.conf : Add Text Encoding preference. (like preference options for the diff merge tool in the file "guiclient.conf") <?xml version="1.0" encoding="utf-8"?> <MantisExtensionConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Encoding>UTF8</Encoding> <!-- add preference for text encoding --> </MantisExtensionConfiguration> Thank you Wonho Seo. Link to comment Share on other sites More sharing options...
dave Posted February 15, 2012 Report Share Posted February 15, 2012 Hi, yep, we need to set the encoding to the webrequest in the Mantis extension. Expect it to be released in a coming point release. Thanks! David Link to comment Share on other sites More sharing options...
uml2 Posted February 22, 2012 Author Report Share Posted February 22, 2012 Thank you for your post. Wonho Seo. Hi, yep, we need to set the encoding to the webrequest in the Mantis extension. Expect it to be released in a coming point release. Thanks! David Link to comment Share on other sites More sharing options...
danipen Posted February 26, 2013 Report Share Posted February 26, 2013 I'm working on it... Link to comment Share on other sites More sharing options...
Guest Posted March 11, 2013 Report Share Posted March 11, 2013 Hi, this is fixed and will be published in the next release, within a couple of hours ;-) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.