Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started 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 ?
-
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.
-
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]
-
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
-
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
-
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.