Closed (works as designed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 May 2008 at 23:27 UTC
Updated:
20 Aug 2015 at 23:34 UTC
Jump to comment: Most recent
Comments
Comment #1
dries commentedI think this is a a good patch, and I'd like to apply it. But I run all the tests 2 before and twice after applying this patch, and somehow there are two (additional) tests failing because of this patch. I can't quite figure out why ... I've stared at it for 20 minutes.
Comment #2
lilou commentedPatch non longer applied : pager.inc (Cannot apply hunk @@ 7 )
Comment #3
catchComment #4
sunNice one. However, those global variables should not exist in the first place. I'd rather remove them instead of prettifying them...
Comment #5
les limBumping this. I just encountered an issue where the search page was displaying the wrong number of pages because a pager in a views block was overriding $pager_total. Haven't looked at it too closely yet, though.
Comment #6
jhedstromtheme_pager()is gone.