Commit graph

19881 commits

Author SHA1 Message Date
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
Kijin Sung
a06383bd44 Fix type error in content widget
https://xetown.com/questions/1801863
2024-01-03 20:24:32 +09:00
Kijin Sung
264a88d72d Merge develop into develop 2024-01-02 23:29:04 +09:00
Kijin Sung
0cb26dc5f0
Merge pull request #2256 from kijin/pr/search-thumbnail
통합검색 모듈의 이미지 및 동영상 썸네일 처리 개선 #2230
2024-01-02 23:25:58 +09:00
Kijin Sung
e0cdd463f4 Fix #2252 add option to whitelist an IP/range in spamfilter module 2024-01-02 23:20:33 +09:00
Kijin Sung
ca4e2d60e3 Fix #2221 add document.publishDocument (before/after) triggers that cover both insert and update 2024-01-01 17:34:49 +09:00
Kijin Sung
9f460b4b96 Fix warning in PHP 8.x 2024-01-01 17:25:24 +09:00
Kijin Sung
faa89442c6 Fix #2253 add triggers before/after communication.deleteMessage and deleteMessages 2024-01-01 17:25:08 +09:00
Kijin Sung
76034163f9 Improve thumbnail handling for image and video search results #2230 2024-01-01 16:56:04 +09:00
Kijin Sung
85fd994156
Merge pull request #2255 from kkigomi/patch-1
관리자 메뉴 추가에서 빈 메뉴 항목을 잘못 표시하는 문제 수정
2024-01-01 14:52:36 +09:00