rhymix/modules/board
Kijin Sung adb93006b4 Add option to limit the size of documents and comments
지나치게 용량이 큰 글을 등록하여 서버 과부하나 트래픽을 유발하는 경우가 있음.
예: ㅋㅋㅋ를 1000만 번쯤 복사해서 넣는다거나...

이런 문제를 막기 위해 게시판에서 글과 댓글의 용량을 제한할 수 있도록 함.
지저분한 태그가 많이 붙은 HTML 콘텐츠을 복붙하는 경우에 대비하여
기본값은 글 1024KB, 댓글 128KB로 여유있게 책정하였으며
사이트 특성에 따라 줄이면 됨.
2018-03-07 15:51:36 +09:00
..
conf Allow dispBoardCategory() and dispBoardCommentPage() to be used in PC 2017-11-21 15:56:17 +09:00
lang Add option to limit the size of documents and comments 2018-03-07 15:51:36 +09:00
m.skins isAccessible()로 통일 2017-12-12 13:23:45 +09:00
queries 모듈분류를 '없음' 으로 해서 검색하면 검색이 불가능한 문제 수정 2014-05-06 18:01:59 +09:00
ruleset #314 board 모듈을 코어에 포함 2014-01-15 11:26:51 +09:00
skins isAccessible()로 통일 2017-12-12 13:23:45 +09:00
tpl Add option to limit the size of documents and comments 2018-03-07 15:51:36 +09:00
board.admin.controller.php Fix allow_no_category being overwritten on module config change 2017-12-11 00:11:52 +09:00
board.admin.model.php 모두 lang() 함수로 변경 2016-03-06 17:01:15 +09:00
board.admin.view.php Do not rollback if an 'after' trigger returns error 2016-05-14 20:24:45 +09:00
board.api.php Fix exposure of unnecessary information via board API 2017-04-13 23:18:49 +09:00
board.class.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
board.controller.php Add option to limit the size of documents and comments 2018-03-07 15:51:36 +09:00
board.mobile.php 94cdcb2 보완 2017-11-23 16:11:51 +09:00
board.model.php 모두 lang() 함수로 변경 2016-03-06 17:01:15 +09:00
board.view.php 게시판에서 상담 기능과 익명글 기능을 동시 사용 시 문제 고침 2018-01-10 23:10:02 +09:00
board.wap.php 모두 lang() 함수로 변경 2016-03-06 17:01:15 +09:00