Commit graph

20103 commits

Author SHA1 Message Date
Kijin Sung
aafe17fee6
Merge pull request #2364 from hyeongukryu/fix/typo
주석 내 오타 해결
2024-06-18 01:16:53 +09:00
Hyeonguk Ryu
5de50ebe0f
Fix minor typos
odule => module
2024-06-17 13:59:39 +09:00
Kijin Sung
bdace357ea Return early if $module does not contain a proper module name #2360 2024-06-11 22:18:41 +09:00
Kijin Sung
900dbac09b Fix erroneous CAPTCHA message when adding scrap folder, etc. 2024-06-11 22:13:06 +09:00
Kijin Sung
a6e20a5d23 Fix TypeError when empty module_srl is passed to BoardModel::getDefaultListConfig() 2024-06-01 11:37:32 +09:00
Kijin Sung
c4fabb6182 Fix type error when third-party program passes array into getExtraKeys() or getExtraVars() #2355 2024-05-31 13:39:45 +09:00
Kijin Sung
ff057034ee Fix error when menu info is not defined because of stale cache file 2024-05-31 13:34:48 +09:00
Kijin Sung
24a4988151 Fix #2353 js error when editor/uploader has no primary key defined 2024-05-30 00:16:30 +09:00
Kijin Sung
2963d0b92c Fix #2351 redirect to default URL if lock screen is accessed using an unregistered domain 2024-05-27 01:49:09 +09:00
Kijin Sung
4c47793828 Add Context::redirect() method 2024-05-27 01:47:29 +09:00
Kijin Sung
8a012a5847 Add R\F\URL::getCurrentDomain() 2024-05-27 01:43:04 +09:00
Kijin Sung
5f47ddeb53 Fix #2352 automatically convert relative paths in CSS url() function, only in template v2 2024-05-25 01:34:47 +09:00
Kijin Sung
1d42b6bde4 Fix #2352 make $tpl_path in templates backward compatible with XE 2024-05-25 01:03:38 +09:00
Kijin Sung
7af4f93175 Add upload button to CKEditor image dialog 2024-05-25 00:59:53 +09:00
Kijin Sung
0c3879d0c8 Replace CKEditor image plugin with original source code 2024-05-25 00:59:15 +09:00
Kijin Sung
99d7c3d733 Fix warning when HTTP requests are made from outside of a class 2024-05-24 23:19:02 +09:00
Kijin Sung
dbb4d1716e Show request method and redirect URL in debug panel and comment 2024-05-24 23:18:37 +09:00
Kijin Sung
01afd5c041 Properly record statistics about async and multiple HTTP requests 2024-05-24 23:07:38 +09:00
Kijin Sung
b2738bbb39 Fix fatal error when dispPageNotFound() is called as a 404 handler without arguments 2024-05-16 20:43:13 +09:00
Kijin Sung
fda3bf939b Fix tables being pasted as image in CKEditor
https://xetown.com/questions/1823902
2024-05-16 11:02:38 +09:00
Kijin Sung
f3323ebec1 Fix #876 delete empty <p> tag when image or media is deleted from editor 2024-05-15 11:07:32 +09:00
Kijin Sung
f50772c1dd Fix #877 insert uploaded image even if CKEditor is in source mode 2024-05-15 11:02:26 +09:00
Kijin Sung
f57cc96e3f Fix #2348 add baro_upload addon to blacklist 2024-05-10 23:33:29 +09:00
Kijin Sung
92b14bf1cb Fix invalid editor_sequence when CKEditor is in full-screen mode
https://xetown.com/questions/1822954
2024-05-10 23:30:48 +09:00
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