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

CommentFileSizeAuthor
#2 update-limit-100.patch493 bytesShai

Comments

kbahey’s picture

Title: Docs Update Page Great... I want more » Add a pager to the Handbook Update page
Project: Drupal.org site moderators » Drupal.org customizations
Component: Other » Code

The code is here.

In the function handbook_recent_updates().

Please submit a patch to make it a pager query.

Shai’s picture

StatusFileSize
new493 bytes

Hi 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

kbahey’s picture

Status: Active » Needs work

I am hoping someone can add a proper page query in the next few days. This will be a better long term solution.

add1sun’s picture

Status: Needs work » Closed (duplicate)

This is a duplicate of #322820: Could do with a pager on the recent updates page which does have a pager patch attached.