Commit graph

19890 commits

Author SHA1 Message Date
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
Kijin Sung
afc812bc5e
Merge pull request #2269 from kkigomi/multiple-params-debugPrint
`debugPrint()` 함수에 파라미터를 다수 사용할 수 있도록 개선
2024-01-21 00:30:19 +09:00
kkigomi
be3205b54e
Merge branch 'kkigomi/develop' into multiple-params-debugPrint 2024-01-21 00:09:37 +09:00
Kijin Sung
bb1699f577
Merge pull request #2264 from kkigomi/input-number
관리페이지 설정 폼에서 숫자 입력 항목 필드의 type 을 number 로 변경
2024-01-20 13:29:55 +09:00
Kijin Sung
c91e772781 Fix #2277 potentially undefined session variable 2024-01-20 13:27:59 +09:00
Kijin Sung
07e252d2ac Fix #2276 warning/notice when $obj doesn't have all the expected attributes 2024-01-20 13:20:11 +09:00
Kijin Sung
40b3dcd5f0 Fix #2275 warning/notice if getTagList() is called with incomplete arguments 2024-01-20 00:25:17 +09:00
Kijin Sung
1992e9dd5d Fix #2274 fatal error in importer module in PHBP 8.x 2024-01-20 00:23:47 +09:00
Kijin Sung
de1174c3b5 Fix data() name for compatibility with jQuery 3.x 2024-01-20 00:22:12 +09:00
Kijin Sung
05f330cabe Only modify module_info->layout_srl (or mlayout_srl) when it has a positive value 2024-01-17 14:53:11 +09:00
Kijin Sung
fb85d62f2f Fix setLayoutAndTemplatePaths() no-op when PC layout is set to -1 2024-01-17 14:49:36 +09:00
Kijin Sung
75198423f3 Fix backward assignment of M and P in procMemberAuthAccount 2024-01-17 14:45:08 +09:00
Kijin Sung
ee9a1a2b20 Fix #2272 unintended conversion of v1 echo statements inside verbatim section of v2 template 2024-01-16 21:43:38 +09:00
Kijin Sung
a0af57139e Fix relative path in "poster" attribute not being converted correctly 2024-01-16 21:35:09 +09:00
Kijin Sung
e44f5ef434 Fix inncorrect read count for anonymous documents 2024-01-16 21:31:37 +09:00
Kijin Sung
2d1ff01688 Fix #2271 data-file-srl attribute of <video> and <audio> tags 2024-01-16 21:30:27 +09:00
kkigomi
d54c05a096
var_dump() 함수와 인터페이스 맞춤 2024-01-14 19:20:46 +09:00
kkigomi
f5300456a2
symfony/var-dumper 동작처럼 파라미터를 하나씩 처리하도록 변경 2024-01-14 18:10:42 +09:00
kkigomi
e8c4d3fe47
debugPrint 함수의 파라미터 수 처리의 보완 2024-01-14 17:27:49 +09:00
kkigomi
6d2ee8dbea
debugPrint() 함수에 파라미터를 다수 사용할 수 있도록 개선
`debugPrint($arg1, $arg2, 'content');`
2024-01-14 04:45:58 +09:00
Kijin Sung
e2cfa524d0 Fix TemplateParserV1 and FrontEndFileHandler not recognizing Google webfonts '.../css2?...' URL as CSS 2024-01-10 13:09:01 +09:00
kkigomi
5486ec28e2
관리페이지 설정 폼에서 숫자 입력 항목 필드의 type 을 number 로 변경
음수 및 `0`으로 입력되지 않아야 할 항목에 최소 값을 `0` 또는 `1`로 설정
2024-01-10 00:12:21 +09:00
Kijin Sung
b591f023ef
Merge pull request #2263 from dewekk/fix-page-handler
PageHandler Iterator 사용 시 페이지가 잘못 표시되는 문제 수정
2024-01-09 10:23:56 +09:00
conory
47f8ec2cde Fix member info page error when the email id length is 1
PHP Exception: ValueError #0 "str_repeat(): Argument #2 ($times) must be greater than or equal to 0" in modules/member/member.view.php on line 168
2024-01-09 00:33:40 +09:00
dewekk
7a4055862d
Fix error when using PageHandler Iterator
PageHandler Iterator 사용 시 page_count 확인 코드 오류 수정
2024-01-08 21:21:11 +09:00
Kijin Sung
1a913c3e49 Version 2.1.12 2024-01-05 13:53:05 +09:00
Kijin Sung
510cbf91ff Fix current time being displayed incorrectly (e.g. 5:9 instead of 05:09) in editor autosave notification 2024-01-05 12:19:45 +09:00
Kijin Sung
7814352b78 Fix potential type error in ncenterlite.controller.php #2261 2024-01-05 12:03:11 +09:00
Kijin Sung
a9f752bb7c
Merge pull request #2261 from kkigomi/patch-3
e361d2e 커밋에서 exec_xml() 함수의 대체가 잘못 수정된 문제
2024-01-05 11:33:38 +09:00
kkigomi
117decebeb
e361d2e 커밋에서 exec_xml() 함수의 대체가 잘못 수정된 문제 2024-01-05 04:51:15 +09:00
Kijin Sung
30dbe29de7 Fix type conversion error in Redis cache driver (43732089 regression) 2024-01-05 01:04:55 +09:00
Kijin Sung
43e3672c4e Fix detail address not being updated when using Postcodify API 2024-01-04 15:38:46 +09:00
Kijin Sung
3a53e173bb Change default error_reporting level to E_ALL with no exceptions 2024-01-04 14:46:15 +09:00
Kijin Sung
010ba87c5b Fix undefined variables and properties 2024-01-04 14:45:49 +09:00
Kijin Sung
94e2d8e11a Version 2.1.11 2024-01-04 10:47:52 +09:00
Kijin Sung
282406a1ea Convert most LayoutModel methods to static
https://xetown.com/questions/1801997
2024-01-04 10:43:37 +09:00
Kijin Sung
6c113c22ed Fix unnecessary assignment by reference, which causes E_NOTICE 2024-01-04 10:25:25 +09:00
Kijin Sung
ed15587c4f Fix deprecation warning when header script is empty 2024-01-04 01:06:53 +09:00
Kijin Sung
dbd92c191c Move legacy class list to legacy.php, where it belongs 2024-01-04 01:05:08 +09:00
Kijin Sung
5206085d5d Add no-op "else" clause to RX_BASEURL with appropriate comment 2024-01-04 00:54:53 +09:00
Kijin Sung
e361d2e40a Replace exec_xml() with exec_json() in document AJAX actions 2024-01-04 00:49:46 +09:00
Kijin Sung
95267b415a Remove trackback related options from content widget 2024-01-03 22:17:08 +09:00