rhymix/modules/board
Kijin Sung 84e5542d77 Remove unnecessary use of BaseObject
- 트리거 등 반환값이 필요하지 않은 곳에서 new BaseObject()를 반환하는 것 삭제
- 모듈 설치, 업데이트 후 무의미한 new BaseObject()를 반환하는 것 삭제
- 사용자에게 에러 메시지를 돌려주는 용도로 new BaseObject(-1, '에러메시지')를
  사용하는 경우는 대부분 $this->setError()로 변경함. 언어 변환과 sprintf()
  처리까지 한 번에 이루어지므로 이쪽이 더 편리함.
2017-12-01 00:54:51 +09:00
..
conf Allow dispBoardCategory() and dispBoardCommentPage() to be used in PC 2017-11-21 15:56:17 +09:00
lang Clean up language files for board module configuration 2017-09-27 20:35:26 +09:00
m.skins Fix mobile editor in default skins 2017-07-08 23:51:52 +09:00
queries 모듈분류를 '없음' 으로 해서 검색하면 검색이 불가능한 문제 수정 2014-05-06 18:01:59 +09:00
ruleset #314 board 모듈을 코어에 포함 2014-01-15 11:26:51 +09:00
skins 94cdcb2 보완 2017-11-23 16:11:51 +09:00
tpl XEVE-17-029 2017-10-19 13:57:30 +09:00
board.admin.controller.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +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 Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +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 Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
board.wap.php 모두 lang() 함수로 변경 2016-03-06 17:01:15 +09:00