Ticket #375 (closed defect: fixed)

Opened 5 months ago

Last modified 4 months ago

Tags browse is broken

Reported by: eavdmeer Assigned to: nobody
Priority: normal Milestone: 0.9.3
Component: core Version: 0.9.1
Severity: major Keywords: tags, alphabetic
Cc: Patch Included: 1
Review Stage: unreviewed

Description (Last modified by misja)

Starting with 0.9.2, tags are no longer randomly sorted when browsing tags. They are now sorted by alphabet. In a system with many tags, it can easily happen that only tags starting with A-F are displayed because of the LIMIT parameter in the SQL statement.

Tags should first be sorted by relevance (number of entries), then limited to some maximum (say 200) and only after that, should they be sorted alphabetically. The included patch modifies tags_display.php to do just that.

Attachments

tags_display.patch (1.3 kB) - added by eavdmeer on 06/24/08 13:31:43.

Change History

06/24/08 13:31:43 changed by eavdmeer

  • attachment tags_display.patch added.

08/06/08 08:21:11 changed by misja

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

Fixed in r1615