Modify ↓
#6294 closed defect (fixed)
prevnext_nav() requires 3 arguments in 0.12
Reported by: | Owned by: | osimons | |
---|---|---|---|
Priority: | normal | Component: | FullBlogPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Hi,
In recent 0.12 revisions (after trac:changeset:8597 according to http://bitten.edgewall.org/ticket/450), prevnext_nav() argument list has been changed and now requires 3 arguments. I implemented the fix suggested in the link mentioned previously but I have no right to commit... (my TracHacks account is 'jouvin'). I attach the diff. The change should be backward compatible.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | prevnext_nav.diff added |
---|
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [7224]) FullBlogPlugin: Adding 0.12 compat code for previous/next navigation. Closes #6294.