Closed (duplicate)
Project:
Drupal.org customizations
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2008 at 19:23 UTC
Updated:
8 Nov 2008 at 12:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
kbahey commentedThe code is here.
In the function handbook_recent_updates().
Please submit a patch to make it a pager query.
Comment #2
Shai commentedHi Kahlid,
Thanks for responding so positively. I can't wrap my mind around the pager query function at the moment.
I've attached a patch which simply changes Limit 0, 50 to Limit 0, 100. A pager is obviously better, but for now this, I think, is an improvement.
Thanks,
Shai
Comment #3
kbahey commentedI am hoping someone can add a proper page query in the next few days. This will be a better long term solution.
Comment #4
add1sun commentedThis is a duplicate of #322820: Could do with a pager on the recent updates page which does have a pager patch attached.