News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Bug/feature reqeust move to Sourceforge

Started by ollydbg, November 08, 2013, 06:16:41 AM

Previous topic - Next topic

oBFusCATed

The enlightenment project has switched to it and there is one serious problem: it requires logging-in just for browsing the tickets, which I don't think it is a good idea.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ollydbg

#31
Quote from: ollydbg on November 15, 2013, 03:27:22 AM
Quote from: jens on November 13, 2013, 03:13:26 PM
Just for the interes, I havee placed a json file with the conten of our bug, feature and patch-tracker.
I used a slightly modified version of forgeplucker (a software that seems to be discontinued).

See: http://apt.jenslody.de/downloads/berlios.json.xz (about 2MB packed).

I create a test project in SF (https://sourceforge.net/p/ticketexport/) , and add some tickets there, then I export them, the result json file attached.

FYI: In sourceforge's testing project, I can add several tickests pages including bugs, features, patches, so I exported them as a reference. (three json files), see attachment.


[attachment deleted by admin]
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.