Re: [Trac] XML error while using xmlrpc api

2013-03-13 Thread Leho Kraav
On 12.03.2013 17:50, Mathieu Lecarme wrote: https://github.com/bearstech/tracsearch This sounds awesome. Care to throw in a screenshot into README.txt? Done. The UI is still moving, facets take lot of place, now, I want to add a timeline and a content preview. Thanks, unfortunately

[Trac] XML error while using xmlrpc api

2013-03-12 Thread Mathieu
I'm working on an Elastic Search indexation for Trac. For now, it's a just an external indexation, through xmlrpc API. A module is planned for realtime indexation. XMLRPC seems to not escape almost XML stuff, and it just crash client side, with a nice expat error. I presume json variant is more

Re: [Trac] XML error while using xmlrpc api

2013-03-12 Thread Olemis Lang
On 3/12/13, Mathieu mleca...@bearstech.com wrote: I'm working on an Elastic Search indexation for Trac. For now, it's a just an external indexation, through xmlrpc API. A module is planned for realtime indexation. XMLRPC seems to not escape almost XML stuff, and it just crash client side,

Re: [Trac] XML error while using xmlrpc api

2013-03-12 Thread Leho Kraav
On 12.03.2013 13:00, Mathieu wrote: I'm working on an Elastic Search indexation for Trac. For now, it's a just an external indexation, through xmlrpc API. A module is planned for realtime indexation. XMLRPC seems to not escape almost XML stuff, and it just crash client side, with a nice expat

Re: [Trac] XML error while using xmlrpc api

2013-03-12 Thread Olemis Lang
On 3/12/13, Mathieu mleca...@bearstech.com wrote: I'm working on an Elastic Search indexation for Trac. For now, it's a just an external indexation, through xmlrpc API. A module is planned for realtime indexation. AFAICT this has some things in common with Apache™ Bloodhound free search text

Re: [Trac] XML error while using xmlrpc api

2013-03-12 Thread Mathieu Lecarme
Le 12/03/13 15:53, Olemis Lang a écrit : XMLRPC seems to not escape almost XML stuff, and it just crash client side, could you please some details on how to reproduce such failures ? Remove the try here: https://github.com/bearstech/tracsearch/blob/master/trac.py#L33 and hope that your user

Re: [Trac] XML error while using xmlrpc api

2013-03-12 Thread Mathieu Lecarme
Le 12/03/13 15:55, Leho Kraav a écrit : On 12.03.2013 13:00, Mathieu wrote: I'm working on an Elastic Search indexation for Trac. For now, it's a just an external indexation, through xmlrpc API. A module is planned for realtime indexation. XMLRPC seems to not escape almost XML stuff, and it

Re: [Trac] XML error while using xmlrpc api

2013-03-12 Thread Olemis Lang
On 3/12/13, Mathieu Lecarme mleca...@bearstech.com wrote: Le 12/03/13 15:53, Olemis Lang a écrit : XMLRPC seems to not escape almost XML stuff, and it just crash client side, could you please some details on how to reproduce such failures ? Remove the try here: