GNOME Bugzilla – Bug 652126
Sort by the displayed link title
Last modified: 2011-11-02 00:39:15 UTC
Without a sort title, yelp uses the primary title to sort. But if there's a link title it uses, it should use that for sort first.
Created attachment 200468 [details] [review] mal-link: Change how sort titles are found in link getters Sort titles are no longer required to be in the cache. That's good, because having them in the cache meant that we couldn't determine if the page actually defined a sort title, and thus we couldn't do smarter fallback for different link types. It was also needless complexity for cache generators. With this change, we can now use the correct link title to sort when a sort title is not explicitly defined.
Attachment 200468 [details] pushed as 8b18cef - mal-link: Change how sort titles are found in link getters