Commit graph

19938 commits

Author SHA1 Message Date
Kijin Sung
0b9131e664 Remove unnecessary encoding of /, &, ' in template v2 JSON output 2024-03-24 21:29:54 +09:00
Kijin Sung
c53dab4805 Fix new scraps not going to default folder 2024-03-23 13:27:24 +09:00
Kijin Sung
a56734d4f5 Fix possibility of empty $new_menu_srl in updateLinkModule() 2024-03-19 23:17:24 +09:00
Kijin Sung
dd4d04f409 Allow passing falsey values to if="" attribute of XML queries 2024-03-19 22:52:39 +09:00
Kijin Sung
7c8e76b727 Fix list_order and update_order not bumped when updating a temporarily saved document (2.1.5 regression)
https://xetown.com/questions/1814863
2024-03-19 22:45:44 +09:00
Kijin Sung
c996ab1259 Fix #2300 remove unnecessary default value in getPollLog query 2024-03-19 22:25:13 +09:00
Kijin Sung
09396e8d8d Fix warning when third-party script has already defined __ZBXE__ 2024-03-19 22:20:57 +09:00
Kijin Sung
df99dce94a Fix HTMLFilter internal methods sometimes not returning string 2024-03-19 22:19:32 +09:00
Kijin Sung
c57dbf4d73 Fix Session::getValidityInfo() sometimes returning a non-object 2024-03-19 22:17:32 +09:00
Kijin Sung
13e8445309 Fix fatal error when trying to resize animated WebP using GD 2024-03-19 22:15:13 +09:00
Kijin Sung
d519cd2516 Fix error when document was not found 2024-03-13 00:50:22 +09:00
Kijin Sung
bae8954e42 Remove unnecessary count query in getDocuments() 2024-03-12 23:19:31 +09:00
Kijin Sung
e4376aa265 Fix undefined variable in comment.admin.view.php 2024-03-12 23:19:14 +09:00
Kijin Sung
d14e2dd3fd Use simple query without JOIN in admin comment list, to improve query speed with millions of comments 2024-03-12 23:18:51 +09:00
Kijin Sung
584b370769 Fix #2299 incorrect use of count() on nullable property 2024-03-08 14:24:57 +09:00
Kijin Sung
08b272f172 Allow getTimeGap() to return null if zdate() returns null 2024-03-08 14:22:37 +09:00
Johnny
bb7954ca10 Fix #2284 게시글 삭제시 스크랩이 삭제 되지 않는 문제 고침 2024-02-16 05:40:34 +09:00
Kijin Sung
b062e4eaef
Merge pull request #2295 from YJSoft/fix/removeftp
Fix #2294 쉬운설치 모듈에서 FTP 설정 언급 삭제
2024-02-15 21:07:12 +09:00
YJSoft
9274598574 Fix #2294 쉬운설치 모듈에서 FTP 설정 언급 삭제
언어 파일에서 FTP 설정 언급 삭제

템플릿에서 FTP 설정 링크 및 비밀번호 입력 폼 삭제(폼이 표시될 조건이 없으며 표시되더라도 값을 사용하지 않음)
2024-02-08 08:13:27 +00:00
Kijin Sung
01c3f5cf08 Fill thumbnail defaults in getDocumentConfig() 2024-02-05 12:52:05 +09:00
Kijin Sung
740127d83f Fix fatal error when unlinked_menu_srl is null 2024-02-04 23:35:37 +09:00
Kijin Sung
bd43950c75 Fix index page being displayed with 404 code if user requests domain.com/1234 with non-existent document_srl 2024-02-04 23:21:18 +09:00
Kijin Sung
578de6404b Ignore document_srl in widgets pages, too #2019 2024-02-04 23:05:25 +09:00
Kijin Sung
178add54e8 Fix UnexpectedValueException if there are permission problems deep inside a directory tree 2024-02-04 22:51:57 +09:00
Kijin Sung
06f4eca47a Fix #2291 incorrect handling of zero value in friend_group_srl (#2282 regression) 2024-02-04 22:48:06 +09:00
Kijin Sung
e7c38509bf Version 2.1.13 2024-01-31 11:03:52 +09:00
Kijin Sung
424242ff74 Add option to force the language for a domain 2024-01-31 11:02:37 +09:00
Kijin Sung
48cd4a2794 Revert nanasess/setup-php to master branch (v4 tries to compile PHP 8.3...) 2024-01-30 23:57:32 +09:00
Kijin Sung
7991d65a32 Update third-party repository references in github actions 2024-01-30 23:49:34 +09:00
Kijin Sung
670c7b29fa Merge branch 'security/rve-2024-3' into develop 2024-01-30 23:45:26 +09:00
Kijin Sung
454a8e36b6 Merge branch 'security/rve-2024-2' into develop 2024-01-30 23:45:24 +09:00
Kijin Sung
9eea71631a Merge branch 'security/rve-2024-1' into develop 2024-01-30 23:45:17 +09:00
Kijin Sung
36c3f89d4a Fix warnings in mcontent.class.php 2024-01-30 22:06:25 +09:00
Kijin Sung
7487349437
Merge pull request #2280 from kkigomi/debug-fail-json-encode
Debug 메시지가 `json_encode()` 오류로 인해 잘못된 포맷으로 응답을 생성하는 문제 해결
2024-01-30 21:56:49 +09:00
Kijin Sung
72b862c27e Change eval() to JSON.parse() in filebox.js #2266 2024-01-30 21:53:25 +09:00
Kijin Sung
828aa04a22
Merge pull request #2266 from kkigomi/fix-filebox-upload
위젯 설정 등의 페이지에서 파일박스에 업로드 후 문제 수정
2024-01-30 21:50:31 +09:00
Kijin Sung
00db22abdb Fix #2288 allow redirect after logout, only if the target URL is internal 2024-01-30 21:37:43 +09:00
Kijin Sung
a36d728ad9 Fix #2285 hide resend auth mail form if email confirmation is not required 2024-01-30 21:28:20 +09:00
Kijin Sung
bbcbe04838 Allow SVG and WebP image uploads in layout configuration 2024-01-30 21:22:15 +09:00
Kijin Sung
56af0cb5c3 Use strict equality to check if title is empty 2024-01-30 20:44:30 +09:00
Kijin Sung
7cb9b8c786 RVE-2024-1 also apply escape() when updating document 2024-01-30 20:43:39 +09:00
Kijin Sung
cac0ea171c Fix #2283 warning/notice when member extra var is not set for any given member 2024-01-27 23:57:39 +09:00
Kijin Sung
04537bfb26 Fix #2282 warning/notice in friend group management screen 2024-01-27 23:56:33 +09:00
Kijin Sung
a1cd3224c4 Fix incorrect variable handling if $group_list contains strings 2024-01-27 23:52:38 +09:00
Kijin Sung
86548a8d6a Fix #2281 warning/notice if sender/recipient of message is not a member anymore 2024-01-27 23:52:11 +09:00
Kijin Sung
4e192668a1 Fix error in NcenterliteModel::getColorsetList() when there are no colorsets 2024-01-22 16:13:07 +09:00
Kijin Sung
c6f8abe855 #2273 Make the version upgrade notice more readable 2024-01-21 23:11:26 +09:00
Kijin Sung
3c1e90b5f7 #2273 Show warning in dashboard if PHP version < 7.4 2024-01-21 23:08:54 +09:00
Kijin Sung
fecc9c9ffe Fix #2278 set default value for $member_config->member_max_filesize 2024-01-21 23:02:30 +09:00
Kijin Sung
470f007138 Fix #2278 warning/notice about $member_config->member_max_filesize 2024-01-21 23:00:31 +09:00