rhymix/modules/document
Kijin Sung e2c7a3eefe Exclude scripts and styles from document summary
관리자 권한으로 문서에 스크립트나 스타일을 넣어 놓은 경우
getSummary()에서 해당 내용이 표시되는 문제 수정

<style>CSS</style> 구조로 입력되므로 strip_tags() 사용시
앞뒤의 태그만 삭제되고 중간에 있는 CSS가 그대로 노출될 수 있음.
2020-11-30 21:39:34 +09:00
..
conf
lang
queries
ruleset
schemas
tpl Fix #1453 2020-11-01 16:56:41 +09:00
document.admin.controller.php
document.admin.model.php
document.admin.view.php
document.class.php
document.controller.php Fix #1468 inconsistent use of REMOTE_ADDR vs. RX_CLIENT_IP 2020-11-18 00:17:49 +09:00
document.item.php Exclude scripts and styles from document summary 2020-11-30 21:39:34 +09:00
document.model.php Revert 61f6456b and add a warning instead 2020-10-30 15:57:18 +09:00
document.view.php