Development

#3691 ([PATCH] [sfSimpleBlogPlugin] tagList doesn't honor the post.is_published flag, taglist is unsorted)

You must first sign up to be able to contribute.

Ticket #3691 (new enhancement)

Opened 5 years ago

Last modified 5 years ago

[PATCH] [sfSimpleBlogPlugin] tagList doesn't honor the post.is_published flag, taglist is unsorted

Reported by: Calimero Assigned to: Kris.Wallsmith
Priority: minor Milestone: plugins
Component: sfSimpleBlogPlugin Version: 1.0.16
Keywords: sfSimpleBlogPlugin tags Cc:
Qualification: Unreviewed

Description

This simple patch modifies the tagList in two ways : - the tagList now honors the is_published setting of the corresponding blog posts (through a join), tags linked to a post that is not published will not be displayed or counted anymore in the taglist. - the tagList is now sorted by descending count order (the most used tag will come first)

Attachments

patch.sfSimpleBlogPlugin.diff (0.7 kB) - added by Calimero on 06/06/08 12:11:36.
enhancing the tagList : honor the is_published flag, sort by count in descending order

Change History

06/06/08 12:11:36 changed by Calimero

  • attachment patch.sfSimpleBlogPlugin.diff added.

enhancing the tagList : honor the is_published flag, sort by count in descending order

10/31/08 19:38:28 changed by Kris.Wallsmith

  • owner changed from francois to Kris.Wallsmith.