Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ollydbg on May 14, 2014, 09:47:50 am

Title: broken links in our homepage
Post by: ollydbg 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 (http://forums.codeblocks.org/index.php/topic,19270.msg131776/topicseen.html#msg131776)

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 (http://sourceforge.net/p/notepad-plus/_list/tickets?source=navbar)
Title: Re: broken links in our homepage
Post by: ollydbg on May 15, 2014, 02:45:52 am
Patches (https://developer.berlios.de/patch/?group_id=5358) is not closed in berliOS.
Title: Re: broken links in our homepage
Post by: MortenMacFly 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...
Title: Re: broken links in our homepage
Post by: MortenMacFly on May 16, 2014, 07:04:15 am
Patches (https://developer.berlios.de/patch/?group_id=5358) is not closed in berliOS.
Done as well... damn - there were so many options at BerliOS...
Title: Re: broken links in our homepage
Post by: ollydbg 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/

Title: Re: broken links in our homepage
Post by: MortenMacFly 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!)?
Title: Re: broken links in our homepage
Post by: ollydbg 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)
(http://i683.photobucket.com/albums/vv194/ollydbg_cb/2014-05-16200044_zps4243e998.png)

(http://i683.photobucket.com/albums/vv194/ollydbg_cb/2014-05-16200209_zps72db29a4.png)



Title: Re: broken links in our homepage
Post by: Alpha 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).