Ticket #1321 (closed defect: fixed)

Opened 1 year ago

Last modified 10 months ago

[PATCH] tg.paginate.href_next et al. are broken

Reported by: alastair Assigned to: anonymous
Priority: normal Milestone: 1.0.3
Component: TurboGears Version: 1.0
Severity: normal Keywords:
Cc:

Description

The @paginate decorator's tg.paginate.href_next/prev/first/last links are currently broken. I attach a patch that fixes the problem.

Attachments

paginate3.diff (1.9 kB) - added by alastair on 03/07/07 09:41:23.
Fix tg.paginate.href_xxx.

Change History

03/07/07 09:41:23 changed by alastair

  • attachment paginate3.diff added.

Fix tg.paginate.href_xxx.

03/07/07 09:41:49 changed by alastair

  • summary changed from tg.paginate.href_next et al. are broken to [PATCH] tg.paginate.href_next et al. are broken.

Mark this as a patch.

04/05/07 16:49:46 changed by alberto

Looks fine to me, however... could someone that uses "paginate" test this?

Alberto

05/01/07 12:57:00 changed by alberto

  • milestone changed from 1.0.2 to 1.0.3.

05/09/07 18:35:58 changed by faide

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

fixed in 1.0 branch (r3008) and in trunk (r3009). Thanks!