elgg-gitbot / test

0 stars 0 forks source link

elgg_get_friendly_title() not multibyte safe (Trac #542) #39

Closed elgg-gitbot closed 11 years ago

elgg-gitbot commented 11 years ago

Original ticket http://trac.elgg.org/ticket/542 on 38863152-10-16 by trac user lungkao, assigned to unknown.

Elgg version: 1.0

Multibyte characters are replaced with nothing.

elgg-gitbot commented 11 years ago

Attachment added by trac user lungkao on 38863153-08-25: [11-11-2551 0-55-37.png](http://trac.elgg.org/attachment/ticket/542/11-11-2551 0-55-37.png)

elgg-gitbot commented 11 years ago

Title changed from elgg in thai languages on title can't show on url to Internationalisation of friendly url [Was: elgg in thai languages on title can't show on url] by trac user marcus on 38999836-11-15

elgg-gitbot commented 11 years ago

trac user vurban wrote on 39039237-05-31

But how to change URL on DATE-style?

For ex. may i do like this: site.com/pg/blog/user/D_A_T_E?

or smth else?

elgg-gitbot commented 11 years ago

benwerd wrote on 39098290-12-18

Could you provide more information about how this transformation could be done?

My suggestion would be to add a plugin hook to the getURL() function and transform from there.

elgg-gitbot commented 11 years ago

Milestone changed to Elgg 1.8 by brettp on 40085062-04-23

elgg-gitbot commented 11 years ago

Title changed from Internationalisation of friendly url [Was: elgg in thai languages on title can't show on url] to elgg_get_friendly_title() not multibyte safe by brettp on 40765995-10-14

elgg-gitbot commented 11 years ago

brettp wrote on 40765997-01-19

This function is primarily used in URLs. Since the URLs are still functional even though an empty string is returned, I'm dropping the priority.

elgg-gitbot commented 11 years ago

brettp wrote on 40771767-12-25

Closing in favor of #2276 (more discussion, proposed solutions).