rhymix/modules/editor
conory 56aca19fd2 php7.4에서 에디터 설정을 불러오지 못하는 문제 수정
getModulePartConfig()는 호환(배열로 접근할 있도록)을 위해 ArrayObject::ARRAY_AS_PROPS 플래그가 설정된 ArrayObject를 반환하고 있는 데 php7.4의 get_object_vars() 함수는 이런 경우를 처리하지 못하는 것으로 확인됨 (빈 배열만 반환)

이 문제에 대해 php측에 제보했으나, 버그가 아니라는 답변을 받은 상태.
https://bugs.php.net/bug.php?id=79101
2020-01-16 21:43:08 +09:00
..
components Improve emoticon component to contain information of icons (#1078) 2018-08-21 00:44:09 +09:00
conf 검색엔진 수집이 불필요한 페이지에 대한 robots 메타 태그 추가 2018-10-02 22:50:05 +09:00
lang Add option to apply default file settings to module 2019-08-01 20:49:34 +09:00
queries fix #2229 자동저장 기능에 IP 대신 암호키를 대조하도록 변경 2018-03-07 02:18:17 +09:00
ruleset Add admin editor page (not complated lang file) 2011-09-07 08:45:00 +00:00
schemas fix #2229 자동저장 기능에 IP 대신 암호키를 대조하도록 변경 2018-03-07 02:18:17 +09:00
skins Use escape more consistently 2018-10-10 15:07:51 +09:00
styles Fix #1187 auto-insert <audio> and <video> tags for appropriate attachments 2019-08-13 15:36:34 +09:00
tpl Use escape more consistently 2018-10-10 15:07:51 +09:00
editor.admin.controller.php Fix syntax error 2018-09-05 23:38:44 +09:00
editor.admin.view.php Remove liststyle, tabletools, contextmenu CKEditor plugins by default 2019-07-30 21:05:13 +09:00
editor.api.php copyright add to php files 2013-11-08 05:52:51 +00:00
editor.class.php Also disable CKEditor tableselection plugin by default 2019-08-13 14:50:13 +09:00
editor.controller.php Always use object cache for editor components 2018-12-18 17:36:12 +09:00
editor.model.php php7.4에서 에디터 설정을 불러오지 못하는 문제 수정 2020-01-16 21:43:08 +09:00
editor.view.php Replace $this->stop() with proper exceptions 2018-09-06 00:19:47 +09:00