Ticket #651 (closed Bug: invalid)

Opened 5 months ago

Last modified 5 months ago

Pagination Library broken

Reported by: Xobb Owned by: Shadowhand
Priority: minor Milestone: 2.2
Component: Libraries Version: SVN HEAD
Keywords: Cc:

Description

Seems like the pagination library is broken in svn. Seems like somebody wanted to rewrite it, but left in the half way. The auto hiding doesn't work, instead it shows

<strong>1</strong>

whatever template you choose.

I don't know how do you get pagination and ORM work together. I'd like to propose the way it could be done:

$some_ORM_model->limit($pagination->sql_limit, $pagination->sql_offset);

I think it's the most logical way to do so.

Change History

Changed 5 months ago by Xobb

  • status changed from new to closed
  • resolution set to invalid

Sorry, I haven't updated my config... Please don't pay attention on this bug.

Changed 5 months ago by Geert

  • component changed from Core to Libraries

For those with similar problems, in r2717 pagination groups were added. So please update your custom pagination config files.

Note: See TracTickets for help on using tickets.