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 |
Jump to:
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
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
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
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
Automatically closed -- issue fixed for two weeks with no activity.