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

SourceForge.net noreply at sourceforge.net
Sat Jun 5 11:35:04 EDT 2004


Feature Requests item #498569, was opened at 2002-01-02 16:58
Message generated for change (Comment added) made by thomaswaldmann
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: Thomas Waldmann (thomaswaldmann)
Date: 2004-06-05 20:34

Message:
Logged In: YES 
user_id=100649

haha, no problem ;)

(there was quite much other stuff to do, you know...)


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

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

Message:
Logged In: YES 
user_id=41432

Thanks for the quick response! :)

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

Comment By: Thomas Waldmann (thomaswaldmann)
Date: 2004-06-05 11: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 17: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




More information about the Moin-devel mailing list