Bug 88809

Summary: Commercial vendor listings are sorted on in character value format
Product: Documentation Reporter: Devon H. O'Dell <dodell>
Component: Books & ArticlesAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
xsl_sort_insensitive.diff none

Description Devon H. O'Dell 2005-11-10 19:40:14 UTC
	Commercial vendor listings are sorted in the order of the ASCII
	character code, which is how xsl:sort works. This is unfair to
	vendors across the board whose names start with a lowercase
	letter, and are therefore sorted towards the bottom. This patch
	fixes the issue by using the translate() function to return an
	all lowercase value for the contents of the name tag.

How-To-Repeat: 	Visit any of the commercial vendor pages at
	http://www.freebsd.org/commercial/
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2005-11-10 19:44:46 UTC
Responsible Changed
From-To: freebsd-www->remko

As the commercial gallery maintainer, grab this PR and fix it.
Comment 2 Devon H. O'Dell 2005-11-10 19:46:16 UTC
Whoops, I sent this forgetting to set the proper email
address. Can this be updated to dodell@iXsystems.com?
Otherwise I won't be CCed.

--Devon
Comment 3 Remko Lodder freebsd_committer freebsd_triage 2005-11-26 19:28:08 UTC
State Changed
From-To: open->closed

I applied your patch moments ago.  The results will 
be visible within 24 hours.  Thanks for the patch!