This is about:
http://drupal.org/handbook/updates
Awesome page.
I want more rows. Looks like you've set a "LIMIT 50" in the query. How about 100?
I'm sure this page isn't viewed often... so the increase in the number of rows shouldn't be a hit on site performance, I wouldn't think.
(When Views is installed in the next version of Drupal.org you can just throw a pager in there and I'd be out of your hair. But in the meantime..... :)
Best,
Shai
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | update-limit-100.patch | 493 bytes | Shai |
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.