Flyspray - The bug killer!

“If debugging is the process of removing bugs, then programming must be the process of putting them in.” – Edsger Dijkstra

This is the Bug Tracking System for the Flyspray project. This is not a demo! Before opening a new task, please read the guidelines!

Do not issue bugs reports against versions earlier than 0.9.9.6

Security problem? Check the security section.

Tasklist

FS#1564 - Dependency graph bug with russian utf-8 characters

Attached to Project: Flyspray - The bug killer!
Opened by Alexey Slabchenko (slx) - Wednesday, 06 May 2009, 12:32 GMT+1
Last edited by Cristian Rodríguez R. (judas_iscariote) - Monday, 18 May 2009, 02:07 GMT+1
Task Type Bug Report
Category Translations
Status Assigned
Assigned To Cristian Rodríguez R. (judas_iscariote)
Operating System All
Severity High
Priority High
Reported Version 1.0.0 devel
Due in Version 1.0.0
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

There is bug with russian utf-8 characters in dependency graph. Example can be found here.
Task status on picture is unreadable (russian symbols in utf-8 are shown as in single-byte charset). This is only one bug I found. Great thanks for this project :)

This task depends upon

Comment by Alexey Slabchenko (slx) - Saturday, 09 May 2009, 15:11 GMT+1

with GraphViz installed under Windows (on my test PC) it works perfectly.

Comment by Alexey Slabchenko (slx) - Sunday, 10 May 2009, 22:52 GMT+1

I have installed GraphViz package on my Debian PC (with russian locale) and it works perfectly too... Probably there is a bug with localization on http://webdot.flyspray.org/

Comment by Cristian Rodríguez R. (judas_iscariote) - Monday, 18 May 2009, 02:07 GMT+1

Hrmmm.. nice catch, Im going to check this one out.. can you share the ".dot" file of this graph from your installation ?

Comment by Alexey Slabchenko (slx) - Monday, 18 May 2009, 19:53 GMT+1

I have only two files in cache folder - *.map with XML data and appropriate *.png image. Maybe it because I wrote wrong version of FlySpray (actually I have 0.9.6 on both Debian and Windows machines). But at first I found this on your demo bugtracker and it hasn't any information about version.
I attached these two files.
P.S. Excuse me if you found mistakes in my posts. English is not my native language.

Comment by Alexey Slabchenko (slx) - Monday, 18 May 2009, 20:03 GMT+1

Sorry, I mean I have version 0.9.9.6 , not 0.9.6! :)

Comment by Alexey Slabchenko (slx) - Monday, 18 May 2009, 21:47 GMT+1

Finally I found *.dot file. I need simply to change dot_path in flyspray.conf.php from "/usr/bin/dot" to "" (default value) to get it.

Comment by Cristian Rodríguez R. (judas_iscariote) - Tuesday, 19 May 2009, 17:07 GMT+1

verified, this is a problem in the webservice ... being looked into..

Comment by Cristian Rodríguez R. (judas_iscariote) - Tuesday, 19 May 2009, 17:35 GMT+1

Florian: hard to fix .. everything goes right, from the client to the server, the server receives data correctly, php graphviz extension messes the resulting png file.. I will try to debug the problem this weekend.. for now , please use local dot...

Loading...