skip menu and go to main content

body start

MoniWiki

Resolved  중첩된 {{{ {{{code}}} }}} 인라인 블럭 1 ]

10.08.10-15:23:36

315577

Submitted by wkpark

Assignee wkpark

View2633

Priority3

중첩된 {{{ {{{code}}} }}} 블럭이 제대로 지원되지 않고 있었습니다.

재귀 regex 패턴을 이용해서 이를 제대로 지원하게끔 고칩니다.

이와 함께 발생할 수 있는 역참조 인덱스를 문제를 상대값으로 고칩니다. (?(1) 등등을 ?(-1)와 같이 고침)

Milestone : 1.1.5

Severity : Minor

Resolution : Fixed

Comments on this artfact

1 Comments

wkpark

"Severity" was changed from "None" to "Minor"
"Milestone" was changed from "None" to "1.1.5"

10.08.10-15:23:37

wkpark

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

10.08.10-15:48:12

wkpark

"Resolution" was changed from "None" to "Fixed"

10.08.10-15:48:13

wkpark

pcre 6.x 이하에서는 relative reference가 작동하지 않습니다. pcre 6.6의 경우 매우 오래된 버전이지만 (3년 전)
CentOS에서 쓰고 있기때문에 문제가 발생할 수 있어서 다시 absolute reference로 되돌렸습니다.

10.08.14-00:59:11

wkpark

Codes changed : moniwiki/wiki.php [#315577] fixed recursive expression and add {{{}}}, {{{{{{}}}, {{{}}}}}}

10.09.23-15:55:27

wkpark

Codes changed : moniwiki/wikilib.php [#315577] fixed recursive regexp

10.10.06-09:45:48