skip menu and go to main content

body start

MoniWiki

Resolved  없는 페이지 링크 문제

10.08.07-16:12:42

315567

Submitted by wkpark

Assignee wkpark

View2437

Priority3

없는 페이지에 대한 기본 링크방법인 nonexists_fancy()에 문제가 있습니다.

한글 문자 범위에 대해서만 제대로 링크를 걸고, 그 이외의 문자셋은 제대로 링크를 걸지 못하고 있었습니다.
iconv()가 사용가능하고 PHP 4.3.6 이상이면 문제없도록 고쳐야 합니다.

Milestone : 1.1.5

Severity : Minor

Resolution : Fixed

Comments on this artfact

0 Comments

wkpark

Codes changed : moniwiki/wiki.php [#315567] fixed nonexists_fancy() bug. with preg_match() using unicode pattern modifier *u*

10.08.07-16:14:13

wkpark

"Resolution" was changed from "None" to "Fixed"
"Severity" was changed from "None" to "Minor"
"Milestone" was changed from "None" to "1.1.5"
"Assigned To" was changed from "Nobody" to "wkpark"

10.08.07-17:14:54

wkpark

"State" was changed from "Open" to "Closed"

10.08.07-17:15:05

wkpark

Codes changed : moniwiki/wiki.php [#315567] fixed r1.546 change to show nonexists link correctly regardless of its charset.

10.08.24-23:36:22