[ moin-Feature Requests-498569 ] fold case in WordIndex, TitleIndex

"SourceForge.net" <[email protected]>
Newsgroups gmane.comp.web.wiki.moin.devel
Message-ID <[email protected]>
Feature Requests item #498569, was opened at 2002-01-02 10:58
Message generated for change (Comment added) made by placain
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=358482&aid=498569&group_id=8482

Category: None
Group: None
Status: Closed
Priority: 5
Submitted By: Daniel Drucker (placain)
Assigned to: Nobody/Anonymous (nobody)
Summary: fold case in WordIndex, TitleIndex

Initial Comment:
It would be good if case could be folded in TitleIndex 
and WordIndex.

----------------------------------------------------------------------

>Comment By: Daniel Drucker (placain)
Date: 2004-06-05 13:01

Message:
Logged In: YES 
user_id=41432

Thanks for the quick response! :)

----------------------------------------------------------------------

Comment By: Thomas Waldmann (thomaswaldmann)
Date: 2004-06-05 05:39

Message:
Logged In: YES 
user_id=100649

TitleIndex will be folded in moin 1.2.2

Thanks for the patch (next time use diff -u ;).


----------------------------------------------------------------------

Comment By: Daniel Drucker (placain)
Date: 2002-01-02 11:41

Message:
Logged In: YES 
user_id=41432

153c153
<         pages.sort()
---
>         pages.sort(lambda x, y: cmp(string.lower(x), 
string.lower(y)))
156c156
<             letter = name[0]
---
>             letter = name[0].upper()

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=358482&aid=498569&group_id=8482


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.