Ticket #343 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

[PATCH] pagination of articles in admin interface

Reported by: atmos@atmos.org Assigned to: tobi
Priority: normal Milestone:
Component: admin Version: 2.5
Severity: normal Keywords: js, admin, pagination
Cc:

Description (Last modified by scoop)

Here's a small patch to add pagination to the articles tabs in the admin interface.

I'd really like some input/guidance if you don't like the way it's currently setup.

It adds the following:

  • a dynamic drop down with pagination links, similar to task_quickpost, toggles w/ animation
  • static navigation at the bottom of the articles page
  • helper function to toggle ids w/ effects
  • small routes.rb modification to accomodate the pagination
  • small administration.css modification to account for the dom id

Change History

07/25/05 20:30:01 changed by scoop

  • description changed.
  • summary changed from pagination of articles in admin interface to [PATCH] pagination of articles in admin interface.

07/25/05 20:32:52 changed by scoop

  • severity changed from normal to enhancement.

07/25/05 21:47:10 changed by atmos

  • severity changed from enhancement to normal.

found a bug that prevented the 'show' action from functioning.

patch attached.

07/25/05 22:08:22 changed by scott

  • status changed from new to closed.
  • resolution set to fixed.

(In [446]) More article admin pagination. closes #215