Author Topic: broken links in our homepage  (Read 10630 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
broken links in our homepage
« on: May 14, 2014, 09:47:50 am »
http://www.codeblocks.org/, we should fix the link of bug or feature request to the new SF site: https://sourceforge.net/p/codeblocks/tickets/

See: Bug & Feature Tracker: BerliOS --> SourceForge

Question
Do we only need one "tickets" panel? Or it is better to have "bugs" "feature requests" panel?

1, GDB has only one tickets system: https://sourceware.org/bugzilla/
2, some project has several panels, such as: Notepad++ / Tickets tools
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: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: broken links in our homepage
« Reply #1 on: May 15, 2014, 02:45:52 am »
Patches is not closed in berliOS.
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 MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: broken links in our homepage
« Reply #2 on: May 16, 2014, 07:03:43 am »
http://www.codeblocks.org/, we should fix the link of bug or feature request to the new SF site: https://sourceforge.net/p/codeblocks/tickets/
Done. Thanks.


Question
Do we only need one "tickets" panel? Or it is better to have "bugs" "feature requests" panel?
SourceForge doesn't seem to provide such modules. Probably its a customisation of these projects? in fact - the ticket system is not too bad and why split into two systems?

But I can have a closer look at these projects...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: broken links in our homepage
« Reply #3 on: May 16, 2014, 07:04:15 am »
Patches is not closed in berliOS.
Done as well... damn - there were so many options at BerliOS...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: broken links in our homepage
« Reply #4 on: May 16, 2014, 08:31:39 am »
SourceForge doesn't seem to provide such modules. Probably its a customisation of these projects? in fact - the ticket system is not too bad and why split into two systems?

But I can have a closer look at these projects...
SF can have many modules, you can add them one by one in the control panel(you can also remove any of them), here is the test project in SF which I have done several months, see:
https://sourceforge.net/projects/ticketexport/

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 MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: broken links in our homepage
« Reply #5 on: May 16, 2014, 11:22:31 am »
https://sourceforge.net/projects/ticketexport/
Probably I am just too blind to see:

What I did is installing the "tickets" module which has the name "tickets".
Now what I can do in the settings is:
- Field management
- Edit searches
- Permissions
- Options
- Label
- Delete

...in none of these I can extend or create additional ticket systems.

Can you give me instructions on what you did? Are these some kind of categories? Additional modules (I don't see more in SF!)?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: broken links in our homepage
« Reply #6 on: May 16, 2014, 02:12:59 pm »
https://sourceforge.net/projects/ticketexport/
Probably I am just too blind to see:

What I did is installing the "tickets" module which has the name "tickets".
Now what I can do in the settings is:
- Field management
- Edit searches
- Permissions
- Options
- Label
- Delete

...in none of these I can extend or create additional ticket systems.

Can you give me instructions on what you did? Are these some kind of categories? Additional modules (I don't see more in SF!)?

Admin->Tools(in the left toolbar)->Click to install, you can just to click on the "Tickets" icon, then you can add a new Tickets which you can give it a new name like "patches".

See the images below. (first, the steps to add a new ticket panel, second, you can edit the added ticket panel)






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 Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: broken links in our homepage
« Reply #7 on: May 16, 2014, 08:41:22 pm »
For proper consumption of bs_patches_0.1.xml, there are some invalid characters that must be removed.  Apply attached patch to prevent your XML parser from choking (I do not think we should actually commit it though; modifying a dump directly is probably not a good idea).