Bug 743792

Summary: Some Book Titles on docs.redhat.com (and docs-stage) are not alpha-sorted.
Product: [Community] Publican Reporter: Jared MORGAN <jmorgan>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED CURRENTRELEASE QA Contact: Ruediger Landmann <rlandman+disabled>
Severity: low Docs Contact:
Priority: unspecified    
Version: 2.8CC: mmurray, rlandman+disabled
Target Milestone: 3.0   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 3.0.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-31 03:10:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jared MORGAN 2011-10-06 03:14:52 UTC
Description of problem:

If books have upper-case letter strings in the start of the book title, the book is being incorrectly alpha-sorted on the hosting and live docs sites.


Version-Release number of selected component (if applicable):

Publican 2.8


How reproducible:

100%


Steps to Reproduce:
1. Navigate to docs.redhat.com
2. Click JBoss Enterprise Application Platform > 5 in the navigation tree
3. Note the order of book titles.
  
Actual results:

HTTP Connectors Load Balancing Guide appears *before* Hibernate guides.

RESTEasy Reference Guide appears *before* Release Notes


Expected results:

HTTP Connectors Load Balancing Guide appears *after* HornetQ User Guide

RESTEasy Reference Guide appears *after* Release Notes 5.1.1


Additional info:

This also affects docs-stage. It is not just EAP that is affected. Red Hat Enterprise Linux > 6 > DM Multipath is also out of alpha-order.

I spoke to Rudi about this, and he added the following info:

(13:03:45) rudi: Looks like Publican is sorting those titles according to Unicode codepoint

Hope this helps in fixing the issue.

Comment 1 Jeff Fearn 🐞 2011-10-10 10:44:22 UTC
Made string comparison of Product and Book Name case insensitive.

Applied to branch/publican-2x and trunk.

Committed revision 1906.

Comment 2 Jared MORGAN 2012-02-17 01:07:59 UTC
I've checked docs.redhat.com, and this issue no longer presents. I think you're good to close this off, Jeff.