Articles don't show up in category with Umlauts

Found a bug? Tell us!!
Post Reply
mo
Regular
Posts: 40
Joined: Sun Jan 27, 2008 11:33 pm
Contact:

Articles don't show up in category with Umlauts

Post by mo »

I have no idea why, but in my blog the category "50 Bücher für 2008" doesn't show any entries. Both admin interface and article view correctly display two articles assigned to this category.

What's wrong? My only guess is that, since I have removed IDs from the URLs, the lookup isn't performed correctly.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Articles don't show up in category with Umlauts

Post by garvinhicking »

Hi!

Because of the "50" in front of the category name, it might get interpreted as a wrong permalink. Either if you rename the category or if you re-add %ID%s to the URL, it should work again.

I've also patched this bug in the current s9y repository (1.3-alpha) so that it'll be fixed for future versions.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
mo
Regular
Posts: 40
Joined: Sun Jan 27, 2008 11:33 pm
Contact:

Post by mo »

Thanks for the quick answer.

Can you hint me towards where in the source I can find the ID parsing to remove it?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Yes, does this help:

http://svn.berlios.de/viewcvs/serendipi ... 91&r2=2098


Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
mo
Regular
Posts: 40
Joined: Sun Jan 27, 2008 11:33 pm
Contact:

Post by mo »

You're incredible. Works perfectly!
Post Reply