Closed (fixed)
Project:
Diff
Version:
7.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2010 at 22:16 UTC
Updated:
12 Jul 2011 at 02:51 UTC
Jump to comment: Most recent file
All theme function signature have changed, in particular theme_pager. When the number of revisions is greater than REVISION_LIST_SIZE (50), the theme_pager is called but with the old D6 list of parameters
http://drupal.org/node/224333#theme_pager
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | diff-935242.patch | 673 bytes | pmorel |
Comments
Comment #1
pmorel commentedAttached patch
Comment #2
pmorel commentedComment #3
thekevinday commentedThere was also a problem where NULL was being passed to the theme() function.
This generates a white screen error page.
This patch also fixes my whitescreen issue.
Comment #4
jon nunan commentedPatch works for me. Fixes revsion page white screening if the number of revisions is over the REVISION_LIST_SIZE.
Comment #5
realityloop commentedadded
Comment #6
realityloop commentedfixed