Commit graph

20079 commits

Author SHA1 Message Date
Kijin Sung
b4d2ee16e0 Fix PHP warnings in ncenterliteController::_insertNotify() 2024-05-10 15:47:49 +09:00
Kijin Sung
bdd9921f25 Save notification extra data in DB column 2024-05-10 15:37:57 +09:00
Kijin Sung
4e6e1e57b2 Fix double escape of <br> tags in extravar description 2024-05-09 22:35:03 +09:00
Kijin Sung
74d651afdd Hide category_srl from short URL on document read page 2024-05-09 02:26:15 +09:00
Kijin Sung
1e30de7ce5 Redirect to short URL after deleting document or comment 2024-05-09 02:05:55 +09:00
Kijin Sung
1d36b3e77a Redirect to document URL with category if, and only if, the write page was loaded with a category and the document was saved to the same category #2346 2024-05-09 02:02:07 +09:00
Kijin Sung
3a91bc3038 Fix incorrect admin menu opening in Dashboard #2345 2024-05-09 00:03:58 +09:00
Kijin Sung
1dbf601bab Fix #2342 incorrectly placed context switch markers inside raw PHP code block 2024-05-07 23:02:09 +09:00
Kijin Sung
928a0ab5d9 Fix #2345 missing module name in admin page title 2024-05-07 22:30:12 +09:00
Kijin Sung
db8f6b2d59 Fix inconsistent naming of editor and ncenterlite modules 2024-05-07 22:29:48 +09:00
Kijin Sung
c2d49e3f0e Fix incorrect browser title in advanced_mailer module config screens #2345 2024-05-07 22:18:25 +09:00
Kijin Sung
54d0ed5463 Fix #2344 display more helpful error message when default sender address is not configured 2024-05-07 22:12:42 +09:00
Kijin Sung
960f42a105 Fix unnecessary error in procMemberModifyInfo() when profile image is required
https://xetown.com/questions/1822660
2024-05-07 22:00:54 +09:00
Kijin Sung
18ffca5df7 Version 2.1.15 2024-05-05 17:29:59 +09:00
Kijin Sung
3cafc180b2 Merge HTMLDisplayHandler::_moveLinkToHeader() and _moveMetaToHeader(), and add special treatment for non-stylesheet <link> elements 2024-05-05 16:31:15 +09:00
Kijin Sung
b951d50841 Add Context::addLink() and Context::getLinks() to register HTML header content such as <link rel="preconnect"> 2024-05-05 16:29:56 +09:00
Kijin Sung
ac895d64cb Ask for confirmation before layout reset 2024-05-05 15:56:10 +09:00
Kijin Sung
5daa6636a6 Fix redirect to invalid page after layout reset 2024-05-05 15:55:51 +09:00
Kijin Sung
3a94245443 Support multiple target_srl in ncenterlite.updateNotifyReadedByTargetSrl query 2024-05-04 21:50:28 +09:00
Kijin Sung
7df5a84f11 Update category document count using +1/-1 diff instead of running COUNT(*) query every time 2024-05-04 21:50:00 +09:00
Kijin Sung
85532fa502 Fix #2341 undefined property access in WidgetController 2024-05-04 21:23:38 +09:00
Kijin Sung
ebae28d5d3 Fix #2333 add lock icon in menu list to indicate that access is restricted 2024-05-04 21:17:00 +09:00
Kijin Sung
0a459eb528 Mark default category in bold #2335 2024-05-04 20:52:51 +09:00
Kijin Sung
d9be564dae Fix #2331 add home button to module config pages displayed using the admin layout 2024-05-04 20:46:33 +09:00
Kijin Sung
07c2574c72 Fix #2321 return voted_count or blamed_count when vote is canceled 2024-05-04 20:43:33 +09:00
Kijin Sung
8b4818a767 Add commonly used member properties to SessionHelper class #2279 2024-05-04 20:33:00 +09:00
Kijin Sung
796f14571b Fix #2340 null warning in comment.item.php 2024-05-04 20:23:29 +09:00
Kijin Sung
684b86a636 Fix #2335 allow selecting a category as default 2024-05-04 20:21:13 +09:00
Kijin Sung
d3415b5e01 Display thumbnail in admin file list if video has thumbnail 2024-05-03 23:44:10 +09:00
Kijin Sung
84bbd60895 Support hexadecimal digits in the random component of anonymous name 2024-05-03 23:42:23 +09:00
Kijin Sung
7af63ffde7 Return false in most legacy file manipulation methods if path is empty 2024-05-03 23:26:25 +09:00
Kijin Sung
4c523d686b Fix type error when module_srl or document_srl is null 2024-05-03 20:28:31 +09:00
Kijin Sung
b9f87e1426 Fix category not preserved when navigating from list screen to write screen on default board skins 2024-05-02 00:52:34 +09:00
Kijin Sung
24a6f0e615 Fix type error when editor add/remove plugins variable contains an empty string 2024-05-02 00:32:55 +09:00
Kijin Sung
e57c6c5c25 Improve relative path handling in Template v2 #2310 2024-04-30 23:45:17 +09:00
Kijin Sung
242d07ce30 Fix undefined variable 2024-04-30 23:07:35 +09:00
Kijin Sung
6e72186d1f Remove unnecessary realpath() in old class files #2310 2024-04-30 23:03:57 +09:00
Kijin Sung
c32eb69a20 Fix #2327 JS error when the module for an installed type doesn't exist anymore 2024-04-30 22:50:59 +09:00
Kijin Sung
b7def41ec4 Fix undefined variables in layout admin view/model 2024-04-30 22:45:21 +09:00
Kijin Sung
04f5ecbf41 Fix all checkboxes being required in extra vars form 2024-04-30 22:19:21 +09:00
Kijin Sung
e15c913b21 Rename rx_upload CKEditor plugin to rx_paste, and move paste handler from editor.app.js to it 2024-04-30 22:18:11 +09:00
Kijin Sung
3e5951174e Put autosave-related tags together in the same place 2024-04-30 01:57:08 +09:00
Kijin Sung
4f94299414 Clean up unnecessary files inside CKEditor skin directory 2024-04-30 01:52:03 +09:00
Kijin Sung
579201fe7c Separate editor and uploader related PHP and JS code into their own native files 2024-04-30 01:42:37 +09:00
Kijin Sung
d127e334b0 Fix distorted images in admin file list 2024-04-29 23:45:10 +09:00
Kijin Sung
d7053be5fa Fix #2329 show WebP thumbnails in admin file list 2024-04-29 23:44:00 +09:00
Kijin Sung
eb61c2c45d Fix #2328 automatically add WebP image to og:image meta tag 2024-04-29 23:40:50 +09:00
Kijin Sung
0d71f5a0e0 Fix #2330 incompatible handling of redirect_url in JSON-based procFilter compared to old XML version 2024-04-29 23:39:21 +09:00
Kijin Sung
ae7920a276 Fix #2309 support Blade template as main file of editor skin 2024-04-28 22:29:45 +09:00
Kijin Sung
f83891bac5
Merge pull request #2324 from kijin/pr/ckeditor-paste-image
CKEditor에 붙여넣거나 드래그&드롭한 이미지 자동 업로드
2024-04-28 22:13:50 +09:00