Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: tiwag on October 12, 2006, 08:20:23 pm

Title: berlios patches browser
Post by: tiwag on October 12, 2006, 08:20:23 pm
is there any trick how to browse more than the first 50 patches ?

https://developer.berlios.de/patch/?group_id=5358

i clicked on "Date" and now i get the first patches from february 2006, but no more ?
Title: Re: berlios patches browser
Post by: kkez on October 12, 2006, 09:11:01 pm
Yeah, it's hard to get to a specific patch: you can't enter the patch number, you can't sort in ascending or descending order, you can't see more than 50 issues.

Sorry, i don't know any trick. Someone should post a bug in the berlios project's bug tracker.

There might be a page variable to pass along with the url...

EDIT: if you know the name of the patch, then you can search it. That's the only way i know to reach a specific patch.
Title: Re: berlios patches browser
Post by: kkez on October 12, 2006, 09:16:53 pm
There might be a page variable to pass along with the url...
There it is: h ttps://developer.berlios.de/patch/?group_id=5358&offset=[number]
Title: Re: berlios patches browser
Post by: tiwag on October 12, 2006, 09:21:52 pm
There might be a page variable to pass along with the url...
There it is: h ttps://developer.berlios.de/patch/?group_id=5358&offset=[number]

doesn't work for me  :x
Title: Re: berlios patches browser
Post by: tiwag on October 27, 2006, 11:45:26 am
it works with this links

https://developer.berlios.de/patch/index.php?func=browse&group_id=5358&offset=XXX

https://developer.berlios.de/patch/index.php?func=browse&group_id=5358&set=custom&_assigned_to=0&_status=100&_category=100&_bug_group=100&offset=XXX

XXX = number, currently out of 0 .... 238

brgds
Title: Re: berlios patches browser
Post by: tiwag on November 04, 2006, 03:13:06 am
after writing a bug report to the berlios team
they have corrected the browser interface
and added a "Next 50 -->" button

also the problem with sorting by Date & ID's ascending instead of descending is corrected now.