Kijin Sung
3992b4b5bc
Fix strict count() behavior in PHP 7.2
2017-12-01 01:49:20 +09:00
Kijin Sung
ae971306b7
Change instanceof Object to instanceof BaseObject
2017-12-01 01:10:48 +09:00
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
BJRambo
f3f40f6859
php7.2호환을 위해 변경한 클래스 Object 를 BaseObject으로 변경
2017-11-28 20:01:28 +09:00
Kijin Sung
9ba0b1e3e6
Add option to control focus on CKEditor
...
https://www.xetown.com/qna/801549
2017-11-21 15:33:24 +09:00
Kijin Sung
fcd8c2f211
Hide unhelpful messages in file upload box in mobile #928
2017-10-12 16:54:04 +09:00
Kijin Sung
f2bee9d9ff
Add default fonts for Chinese and Japanese
2017-10-09 23:44:51 +09:00
Kijin Sung
c26ed92e66
Also hide dreditor from list of installed editor skins
2017-09-28 19:28:46 +09:00
Kijin Sung
824867259f
Remove support for drEditor components #895
2017-09-28 18:13:30 +09:00
Kijin Sung
9d95873a77
Do not display xpresseditor as an option even if it is installed
2017-09-28 18:07:45 +09:00
Kijin Sung
e3b48d2604
Remove supporting files for xpresseditor
2017-09-28 18:01:58 +09:00
Kijin Sung
53031079ae
Remove xpresseditor #895
2017-09-28 17:57:27 +09:00
bnu
3ee3d63cb7
fix #2142 onclick이 사용된 새 창 열기를 target 속성으로 변경
...
- 통합검색 모듈 misol_town 스킨도 마찬가지로 수정
2017-09-11 18:21:16 +09:00
Kijin Sung
cc21af669f
Fix incorrect URL conversion in image_link component
2017-08-28 19:48:47 +09:00
bnu
3b557978e9
#2127 에디터 컴포넌트에 관련한 보안 문제 고침
2017-08-11 11:17:39 +09:00
conory
c15ddc5d5c
nl2br 컨버터 if 추가
2017-07-19 23:08:50 +09:00
conory
686032df29
<p><br> 외의 태그만 사용되었을 경우 줄바꿈 처리가 엉망으로 되는 문제 수정
2017-07-19 22:53:29 +09:00
conory
aecb165532
로직 정리
2017-07-16 17:12:19 +09:00
conory
0437b3797a
text 컨버터에 trim 공백 정리 과정 추가
2017-07-16 00:15:04 +09:00
conory
56d62a816f
textarea 에디터 미리보기에서 오류가 발생되는 문제 수정
2017-07-15 21:10:04 +09:00
conory
77418672bb
단일 컨버터로 처리
2017-07-15 10:52:40 +09:00
conory
4ed0ce5568
textarea 에디터에서 컨버터 사용으로 이제는 더 이상 필요 없게 되버린 부분 제거
2017-07-14 21:27:54 +09:00
conory
66e276c969
컨버터 이름 소문자로 통일
2017-07-14 21:22:12 +09:00
conory
35646700fe
converter() 로 변경 및 개선
2017-07-14 16:17:26 +09:00
conory
0e0bc311c9
에디터 스킨단에서 converter를 지정할 수 있도록 추가
2017-07-13 22:37:15 +09:00
conory
4ccbd62b67
마크다운 에디터를 위한 추가
2017-07-13 17:56:52 +09:00
conory
c72e2ad49f
에디터 미리보기 개선
2017-07-13 15:59:00 +09:00
conory
9204353a15
에디터 컬러셋 act 퍼미션 변경
...
모듈 관리자가 에디터를 변경할 수 없었던 문제 수정
2017-07-13 13:06:30 +09:00
conory
a8e0acc6cf
에디터 기본 설정에 '자동저장 사용, HTML 허용' 설정 추가
2017-07-13 12:53:37 +09:00
conory
820c725d69
convertHTML() 로 변경
2017-07-13 11:15:12 +09:00
conory
da0ad3bd39
에디터 모듈에 HTML 허용 설정 추가
...
회원 모듈에도 no html 서명을 위한 옵션 추가
2017-07-13 00:46:28 +09:00
Kijin Sung
e51836c0d9
Convert all relative src attributes, not just images
2017-07-05 17:32:11 +09:00
Kijin Sung
280c94c9bd
Improve file upload dialog #800
...
- 파일 첨부 버튼을 "사진 및 파일 첨부"로 변경 #800
- 파일 첨부 상자를 CKEditor 기본 스킨과 같은 색으로 변경
- 파일 첨부 상자의 border-radius를 제거하여 CKEditor와 통일성 유지
2017-07-05 12:33:56 +09:00
Kijin Sung
6a9c82284d
Fix #865 set height of CKEditor container more intelligently
2017-07-05 12:21:52 +09:00
Kijin Sung
aed5c0fc6a
Fix CKEditor extraPlugins and removePlugins support
2017-07-05 12:11:51 +09:00
Kijin Sung
53ca1a7b4c
Fix additional_mobile_css not being applied
2017-07-04 17:52:08 +09:00
Kijin Sung
c96d586827
Fix scripts where broken jQuery might cause issues
...
서드파티 자료에서 jQuery의 $를 덮어써 버릴 경우 발생할 수 있는 문제를
미리 차단하기 위해 다소 보수적으로 코딩함
2017-07-02 00:48:52 +09:00
Kijin Sung
3c718bd3ab
Fix handling of file upload grant and other settings in editor
2017-07-01 15:39:56 +09:00
Kijin Sung
49cc39e507
Merge pull request #860 from kijin/pr/autohtml
...
모바일에서 댓글 작성 또는 수정시 HTML 태그가 escape되는 문제 수정
2017-06-29 20:11:39 +09:00
Kijin Sung
b8cd244836
Fix incorrect reporting of maximum allowed filesize
2017-06-29 19:51:00 +09:00
Kijin Sung
db8aa6fc2d
Always treat the textarea skin as producing HTML content, because it automatically generates HTML
2017-06-29 19:43:19 +09:00
Kijin Sung
2533db414b
Always treat CKEditor as producing HTML content
2017-06-29 19:42:52 +09:00
Kijin Sung
399bebd5c9
Implement option to specify additional plugins for CKEditor
2017-06-27 18:37:55 +09:00
Kijin Sung
0bb8945453
Change the default for comment editor to show the toolbar
2017-06-27 18:22:47 +09:00
Kijin Sung
d4f034606c
Move font preview below the font selection
2017-06-27 18:21:06 +09:00
Kijin Sung
63160bf5bf
Implement simple toolbar option for CKEditor
2017-06-27 18:16:12 +09:00
Kijin Sung
4adf223524
Implement control of whether to hide the editor toolbar
2017-06-27 18:04:26 +09:00
Kijin Sung
0d257b6b67
Respect PC and mobile editor height settings in CKEditor and textarea
2017-06-27 17:42:28 +09:00
Kijin Sung
2562dee8e9
Eliminate unnecessary duplication of config values (Part 2)
2017-06-27 17:28:21 +09:00
Kijin Sung
2d90ea38e9
Eliminate unnecessary duplication of config values
2017-06-27 17:15:54 +09:00