Activity log for bug #521848

Date Who What changed Old value New value Message
2010-02-14 19:13:59 Julian Bilcke bug added bug
2010-02-14 19:14:13 Julian Bilcke gephi: assignee Julian Bilcke (flngr)
2010-02-14 19:14:23 Julian Bilcke gephi: importance Undecided High
2010-02-14 19:14:33 Julian Bilcke gephi: status New Confirmed
2010-02-14 19:14:36 Julian Bilcke gephi: milestone 0.7alpha
2010-02-14 19:14:55 Julian Bilcke description When exporting a dynamic GEXF with Gephi, the "start" and "end" attributes are missing. By example, here is a node from the imported GEXF : <node id="117" label="JER" start="2007-03-01" end="2008-02-01"> <attvalue id="0" value="code"/> </node> and the resulting GEXF, when exporting from Gephi : <<node id="117" label="JER"> <attvalues> <attvalue for="0" value="0"/> <attvalue for="dynamicrange" value="1.1727036E12,1.2018204E12"/> </attvalues> </node> In consequence, and until the bug is fixed, be aware to not export a dynamic GEXF with the same name that the original, or you will lost the dynamic data. When exporting a dynamic GEXF with Gephi, the "start" and "end" attributes are missing. By example, here is a node from the imported GEXF : <node id="117" label="JER" start="2007-03-01" end="2008-02-01">   <attvalue id="0" value="code"/> </node> and the resulting GEXF, when exporting from Gephi : <node id="117" label="JER">   <attvalues>     <attvalue for="0" value="0"/>     <attvalue for="dynamicrange" value="1.1727036E12,1.2018204E12"/>   </attvalues> </node> In consequence, and until the bug is fixed, be aware to not export a dynamic GEXF with the same name that the original, or you will lost the dynamic data.
2010-02-14 19:15:50 Julian Bilcke tags gexf
2010-02-14 19:16:41 Julian Bilcke summary 'begin' and 'end' attributes are missing when exporting dynamic GEXF 'start' and 'end' attributes are missing when exporting dynamic GEXF
2010-02-22 11:54:21 Sébastien Heymann nominated for series gephi/0.7
2010-02-22 11:54:21 Sébastien Heymann bug task added gephi/0.7
2010-02-22 11:54:38 Sébastien Heymann gephi/0.7: status New Confirmed
2010-02-22 11:54:40 Sébastien Heymann gephi/0.7: importance Undecided High
2010-04-22 07:11:53 Sébastien Heymann gephi/0.7: milestone 0.7alpha3
2010-09-01 19:06:50 Mathieu Bastian gephi: assignee Julian Bilcke (flngr) Mathieu Bastian (mathieu.bastian)
2010-09-01 19:06:54 Mathieu Bastian gephi: status Confirmed Fix Committed
2010-09-01 19:06:57 Mathieu Bastian gephi/0.7: status Confirmed Fix Committed
2010-10-02 16:26:45 Mathieu Bastian gephi: status Fix Committed Fix Released
2010-10-02 16:26:48 Mathieu Bastian gephi/0.7: status Fix Committed Fix Released