Kijin Sung
27a932d594
Display more detailed error message when upload info mismatch is found
2023-11-03 16:48:46 +09:00
Kijin Sung
990343d906
Set editor_mid automatically based on module_srl
2023-11-03 16:42:56 +09:00
Kijin Sung
e1cfb09652
Set proper module_srl and mid when uploading in member and communication modules
2023-11-02 21:22:43 +09:00
Kijin Sung
f6a02fd006
Fix typo in procFileDelete
2023-11-02 21:18:59 +09:00
Kijin Sung
eda9af546c
Automatically set module_srl in upload info, and check it strictly
2023-11-02 20:49:05 +09:00
Kijin Sung
bffa50dd15
Fix RVE-2023-6 (validate module_srl when uploading/deleting)
2023-11-02 13:19:41 +09:00
Kijin Sung
99de7db35a
Fix RVE-2023-6 (getFileList)
2023-11-01 22:36:05 +09:00
Kijin Sung
4a9a89b299
Fix RVE-2023-6 (procFileDelete, procFileSetCoverImage)
2023-11-01 22:32:47 +09:00
Kijin Sung
613518aa28
Fix RVE-2023-6 (procFileUpload, procFileIframeUpload)
2023-11-01 22:23:06 +09:00
Kijin Sung
3233619eac
Fix template v2 not working in external pages
...
https://xetown.com/questions/1792598
2023-10-31 21:42:27 +09:00
Kijin Sung
986fc23043
Redirect to inbox after sending message
2023-10-27 19:32:17 +09:00
Kijin Sung
dbcbb57413
Fix broken admin footer when counter addon is disabled
2023-10-27 10:43:08 +09:00
Kijin Sung
c58b13c459
Fix buttons being crushed when loading temp saved document with long content
2023-10-27 10:20:19 +09:00
Kijin Sung
286dc76e78
Support event handler (trigger) to customize the content of the admin dashboard
2023-10-27 00:22:12 +09:00
Kijin Sung
72ab8ea8fc
Disable CKEditor 4.22 version check AJAX request
2023-10-26 23:10:05 +09:00
Kijin Sung
80e50d41f5
Change default Cookie path to "/" for compatibility with JS function setCookie()
2023-10-24 23:17:01 +09:00
Kijin Sung
8d2b7101f4
Use Cookie class to control session and member-related cookies, too
2023-10-24 23:09:50 +09:00
Kijin Sung
a3cde9c109
Add config.php options to set defaults for Cookie class #2184
2023-10-24 23:09:17 +09:00
Kijin Sung
53ec02b6bb
Restore sending message by email (revert #1109 )
...
- 스팸 방지를 위해 관리자만 발송할 수 있도록 변경
- 보낸이의 메일 주소를 노출하지 않도록 변경
2023-10-24 21:33:39 +09:00
Kijin Sung
e9e46e3391
Remove HTTP/2 server push for Cloudflare
...
클플에서 해당 기능 지원 중단하여 더이상 작동하지 않음
https://developer.chrome.com/blog/removing-push/
2023-10-24 20:32:35 +09:00
Kijin Sung
4c49bc8d77
Fix undefined variable in layout cache file
2023-10-23 22:19:06 +09:00
Kijin Sung
c1ee5abaa1
Return early if hashed password is not provided
2023-10-23 22:10:07 +09:00
Kijin Sung
13ad81da5d
Fix fatal error if dispBoardDeleteComment is called without comment_srl
2023-10-23 22:09:46 +09:00
Kijin Sung
f3cebbec1d
Merge branch 'develop' into template-v2
2023-10-20 21:18:58 +09:00
dewekk
31949e8a93
닉네임 변경 금지시 회원 등록 불가 문제 수정
2023-10-19 13:04:18 +09:00
Kijin Sung
977a61fb6e
Merge branch 'develop' into template-v2
2023-10-18 20:45:28 +09:00
Kijin Sung
6e4c428420
Fix title_bold and other flags not being unset when updated
2023-10-18 20:45:14 +09:00
Kijin Sung
a640306123
Move unit test for TemplateParser v1
2023-10-15 00:50:26 +09:00
Kijin Sung
5c5391ab12
Merge branch 'develop' into template-v2
2023-10-14 23:55:42 +09:00
Kijin Sung
58c910dfa0
Add very old XE DB classes to cleanup list
2023-10-14 17:49:41 +09:00
Kijin Sung
a2767b0dd8
Merge branch 'develop' into template-v2
2023-10-10 15:13:47 +09:00
Kijin Sung
861135bd6c
Fix undefined variables in article page
2023-10-10 15:12:17 +09:00
Kijin Sung
45f016d53b
Update references to TemplateHandler in common code paths
2023-10-10 15:05:46 +09:00
Kijin Sung
74be21ff5a
Fix missing clearfix in scrap list
2023-10-08 15:02:55 +09:00
Kijin Sung
e17b5fac7e
Fix incorrect layout list display
2023-10-07 22:43:28 +09:00
Kijin Sung
938142856d
Fix #2196 add exclude_module_srl parameter to getNewestCommentList query
2023-10-07 22:21:30 +09:00
Kijin Sung
741f725bcf
Fix warnings in PHP.x across several modules involved in site menu & design editing feature
2023-10-05 15:51:02 +09:00
Kijin Sung
82b8785c14
Fix warnings in PHP 8.x if skin XML file doesn't contain much information
2023-10-05 15:31:15 +09:00
Kijin Sung
0be8f6a441
Fix warnings in PHP 8.x
2023-10-05 15:30:37 +09:00
Kijin Sung
04546d8b0f
Fix warnings in RSS config screen in PHP 8.x
2023-10-05 15:25:07 +09:00
Kijin Sung
bf7b0d6aef
Fix invisible RSS feed image delete button
...
버튼 작동에는 지장이 없으나, 브라우저에 따라 투명하게 보일 때가 있었음
2023-10-05 15:20:41 +09:00
Kijin Sung
926aa1bc7d
Remove unnecessary default values for update queries
...
업데이트 쿼리를 할 때 해당 컬럼에 넣을 값을 넘기지 않으면 기본값이 입력되어
의도치 않게 데이터가 변경될 가능성이 있습니다.
(예: ipaddress를 넘기지 않으면 현재 접속자의 IP 주소로 대체됩니다.)
이런 문제를 방지하기 위해 불필요한 기본값을 모두 제거합니다.
2023-10-04 21:13:56 +09:00
Kijin Sung
cf079833c7
Preserve all other information when an admin updates guest post
2023-10-04 21:06:21 +09:00
Kijin Sung
6228dca221
Fix nick_name is null error when an admin tries to update a guest comment
...
https://xetown.com/questions/1788734
2023-10-04 20:58:23 +09:00
Kijin Sung
d84e0e929f
Fix #2193 use prop() instead of attr() to check whether a checkbox is checked
2023-10-04 15:50:24 +09:00
Kijin Sung
df6fdd3bc3
Fix potential type error in editor component XML handling logic
2023-10-03 16:19:04 +09:00
Kijin Sung
df6292b202
Fix potential type errors in NcenterliteController
2023-10-03 15:28:22 +09:00
Kijin Sung
433103bf92
Also apply #2192 fix to document and comment modules; defend null
2023-10-03 14:32:15 +09:00
Kijin Sung
ce3f5e98d2
Fix #2192 count() error when member menu is empty
2023-10-03 14:28:31 +09:00
Kijin Sung
78f7942e40
Pass procBoardVoteDocument() to procDocumentVoteUp(), not updateVotedCount()
...
오래된 액션인 procBoardVoteDocument()를 직접 호출할 경우,
라이믹스에서 새로 추가된 추천 관련 설정들이 적용되지 않는 문제 수정
2023-10-02 23:46:24 +09:00