After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 652126 - Sort by the displayed link title
Sort by the displayed link title
Status: RESOLVED FIXED
Product: yelp-xsl
Classification: Core
Component: Mallard
git master
Other Linux
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-08 17:25 UTC by Shaun McCance
Modified: 2011-11-02 00:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mal-link: Change how sort titles are found in link getters (13.25 KB, patch)
2011-11-02 00:37 UTC, Shaun McCance
committed Details | Review

Description Shaun McCance 2011-06-08 17:25:38 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.
Comment 1 Shaun McCance 2011-11-02 00:37:56 UTC
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.
Comment 2 Shaun McCance 2011-11-02 00:39:13 UTC
Attachment 200468 [details] pushed as 8b18cef - mal-link: Change how sort titles are found in link getters