Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
comment.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Jun 2009 at 00:58 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
catchMarked #26966: Fix comment links when paging is used. postponed on this issue.
Comment #2
tic2000 commentedThis solves the problem.
I don't know if in the pager logic the $count_query is used, most probably not, but I don't know how to pass it. If I try to use
SelectQueryInterfaceas a chain I get a fatal error. If I try to declare it on a new line it trows an error message, but the pager works.Not very familiar with the new db api and how it should work.
Comment #3
tic2000 commentedA proper patch. This adds the count query to the pager.
All credit to Berdir, my only merit is that I asked.
Comment #4
tic2000 commentedA new patch that removes a change that was in the previous patch, but was not needed.
Comment #5
berdirIt was my input, so I can't rtbc it, but the changes look good and I verified that the fix works.
Comment #6
catchWorks. Tests for this freshly re-rolled so we can watch them fail until this goes in #296483: TestingParty08: paged comments
Comment #7
dries commentedCommitted to CVS HEAD.