Filter letter issue depending on Lowercase/uppercase path

MXT - July 23, 2008 - 09:38
Project:Vocabulary Index
Version:6.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Xano
Status:closed
Description

I don't know if is a real bug, but i notice that:

Clicking on a filter letter (ES: A | B | T) i obtain a "page not found" message.

It seams depend on LOWERCASE / UPPERCASE issue.

In fact:

http://www.mysite.com/vocabulary/T

doesn't work ( -> page not found)

instead

http://www.mysite.com/vocabulary/t

work's correctly

I'm using drupal on a windows system, local installation (WAMP)

It's all, thank you

MXT

#1

Xano - July 23, 2008 - 09:46
Status:active» postponed (maintainer needs more info)

Have you overridden any of the template files? I am running the latest 6.x-2.x-dev on my site and I just tested the alphabtical view, but in every link the letter is lowercase.

#2

MXT - July 23, 2008 - 13:12

I have overridden only vocabindex_list_item.tpl.php to hide "description" in the list of term.

The url in the link are Uppercase, like this (copied and pasted from source code in the browser):

<div class="vocabindex-pager">
<a class="" href="/vocabulary/A">A</a>
|
<a class="" href="/vocabulary/P">P</a>
|
<a class="" href="/vocabulary/T">T</a>
</div>

As you can see letters are uppercase within href.

MXT

#3

Xano - July 23, 2008 - 19:28
Assigned to:Anonymous» Xano
Status:postponed (maintainer needs more info)» fixed

The problem was that the module didn't convert all uppercase first letters to lowercase before processing them.

Fixed and committed to 6.x-2.x-dev.

#4

Anonymous (not verified) - August 6, 2008 - 19:32
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.