Commit graph

11203 commits

Author SHA1 Message Date
Kijin Sung
23712bda19 Fix uploaded media not automatically inserted to SimpleEditor 2024-08-21 22:29:07 +09:00
Kijin Sung
78a70487de
Merge pull request #2398 from dewekk/fix-signup-config
회원가입 폼 설정의 추가항목을 사용 해제 할 수 없는 문제 수정
2024-08-21 20:08:34 +09:00
Kijin Sung
399c13851b Remove recommendation to duplicate layout 2024-08-21 20:02:02 +09:00
Kijin Sung
cec158ba41 Remove HTML/CSS editing function from site design setup 2024-08-21 19:59:38 +09:00
Kijin Sung
311a35c955 Fix #2396 display warning if exec() function is disabled 2024-08-21 19:54:59 +09:00
dewekk
925891fb70
가입 폼 사용 해제 시 하위 필수/선택 설정을 비활성화 2024-08-21 15:19:25 +09:00
Kijin Sung
ec3fd6c933 Add links to Mail and SMS tests from notification config screen 2024-08-08 20:36:06 +09:00
Kijin Sung
be66ee4f21 Consolidate admin templates and lang codes for Mail and SMS API config keys 2024-08-08 20:31:08 +09:00
Kijin Sung
7056a44396 Clean up TagModel::getTagList() 2024-08-06 21:10:51 +09:00
vm
39fadebe72 improved to get taglist of included modules as well 2024-07-30 22:08:07 +02:00
Kijin Sung
5ed8ef5ef1 Fix #2386 layout not visible if only layout.blade.php exists 2024-07-29 23:32:04 +09:00
Kijin Sung
2b23bc522d
Merge pull request #2389 from seungh/fix_default_board_skin
default 게시판 스킨에서 글목록 헤드의 항목 누락 수정
2024-07-29 23:25:02 +09:00
Kijin Sung
bb9239d12c Fix #2387 fatal error when loading old layout cache file 2024-07-29 23:24:06 +09:00
vm
46d0f18c0e fixed missing module title in default board skin 2024-07-29 11:49:57 +02:00
Kijin Sung
5af392f09c Support service_id configuration in SMS driver 2024-07-21 21:46:11 +09:00
Kijin Sung
de194cb6ae Protect against potential data structure mismatch in template that uses count() 2024-07-18 00:20:50 +09:00
Kijin Sung
6dbfde8de1 Fix unnecessary use of count() in addon.admin.model.php
https://xetown.com/questions/1831837
2024-07-17 21:14:06 +09:00
Kijin Sung
cec183d59e Select ipaddress column by default if current user is a manager 2024-07-15 10:23:19 +09:00
Kijin Sung
e4c3c5ac6c Fix #2376 unnecessary header output in menu, document, layout modules 2024-07-15 10:14:37 +09:00
Kijin Sung
f2bd5280c1 Fix incorrect sizing of CKEditor textarea
https://xetown.com/questions/1828584
2024-06-22 13:09:13 +09:00
Kijin Sung
9108d33034 Fix #2369 double decoding of notify data 2024-06-20 13:36:50 +09:00
Kijin Sung
b1becc8b2e Fix undefined variable when menu cache file loading fails 2024-06-20 10:37:13 +09:00
Kijin Sung
3bbc0688f7 Fix #2362 incorrect help text for dummy SMS driver 2024-06-20 01:28:23 +09:00
Kijin Sung
5759eba8c4 Fix #445 update input value in realtime even if there are multiple editor instances on the page 2024-06-20 01:02:40 +09:00
Kijin Sung
bdf4873a31 Fix #2359 unable to delete all tags from document 2024-06-20 00:36:43 +09:00
Kijin Sung
ce21449046 Fix #2366 inconsistent return format of getModuleSrlByMid() when $assoc = false 2024-06-20 00:32:49 +09:00
Kijin Sung
5097f40b37
Merge pull request #2365 from hyeongukryu/fix/xml-query-id
XML Query 파일 내부에 기재된 ID를 XML 파일 이름과 일치하도록 변경
2024-06-18 01:17:03 +09:00
Hyeonguk Ryu
3474667943
Fix XML query IDs with their respective file names 2024-06-17 14:28:24 +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
8a012a5847 Add R\F\URL::getCurrentDomain() 2024-05-27 01:43:04 +09:00
Kijin Sung
7af4f93175 Add upload button to CKEditor image dialog 2024-05-25 00:59:53 +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
f50772c1dd Fix #877 insert uploaded image even if CKEditor is in source mode 2024-05-15 11:02:26 +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
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