Darren Dale <dsdal...@gmail.com> writes:

> On Sat, Feb 26, 2011 at 5:58 PM, Eric Firing <efir...@hawaii.edu> wrote:
>> On 02/26/2011 10:54 AM, Darren Dale wrote:
>>
>> The submitter info is lost?
>> And when it was originally submitted?
>
> No, I can improve it so this information is included.

That's clearly in the xml file, except that I don't know if we can map
sourceforge userids to email addresses - that sounds like something that
spammers would want to do.

One thing that I think is missing in the xml file are the attachment
contents. There are filenames and some kind of ids that presumably can
be used to get the files via the sf bug pages, but this information only
occurs in the artifact_history subsection. To get the correct files
you'll have to first parse this to figure out that file 396374 was added
but then deleted and then file 396688 was added:

        <field name="artifact_history">
<history>
                <field name="field_name">File Added</field>
                <field name="old_value">396688: 
set_verts_cleanup_2.patch</field>
                <field name="entrydate">1293000689</field>
                <field name="mod_by">notmuchtotell</field>
</history>

<history>
                <field name="field_name">File Deleted</field>
                <field name="old_value">396374: </field>
                <field name="entrydate">1293000467</field>
                <field name="mod_by">notmuchtotell</field>
</history>

<history>
                <field name="field_name">File Added</field>
                <field name="old_value">396374: set_verts_cleanup.patch</field>
                <field name="entrydate">1292605835</field>
                <field name="mod_by">notmuchtotell</field>
</history>


> I agree that the github interface is not great. The github devs seem
> to know that everybody complains about it.
>
> There are some good things about it though. Labels, the ability to
> link between an issue and the commits that resolve it, the ability for
> people to provide feedback on what issues are important to them.

Does anyone have experience with other trackers? bugs.python.org seems
to be using Roundup - any experiences with that?

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to