Author Topic: Bug/feature reqeust move to Sourceforge  (Read 31822 times)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Bug/feature reqeust move to Sourceforge
« Reply #30 on: November 30, 2013, 01:07:10 am »
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!]

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5930
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Bug/feature reqeust move to Sourceforge
« Reply #31 on: December 03, 2013, 07:22:14 am »
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]
« Last Edit: December 04, 2013, 01:33:09 am by 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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5930
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Bug/feature reqeust move to Sourceforge
« Reply #32 on: February 07, 2014, 03:04:15 am »
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.