Kijin Sung
32adc75b94
Merge pull request #2138 from dewekk/fix-search-tag
...
특정 환경에서 태그 및 댓글 검색 시 오류 수정
2023-06-29 01:48:27 +09:00
Kijin Sung
fa6607ab86
Set identifier to email_address is email confirmation is required, for compatibility with skins that hide the 'Change email address' button otherwise
2023-06-29 01:45:38 +09:00
Kijin Sung
05bab8e7f8
Show proper error instead of redirecting to signup form when a user tries to view invalid member info
2023-06-29 01:39:10 +09:00
dewekk
d0dc77704d
특정 환경에서 태그 및 댓글 검색 시 오류 수정
...
- DB sql_mode 설정된 특정 환경
- SQLSTATE[HY000]: General error: 3065 Expression #1 of ORDER BY clause is not in SELECT list, references column '#.documents.list_order' which is not in SELECT list; this is incompatible with DISTINCT
2023-06-28 11:58:47 +09:00
Kijin Sung
b53e8adad7
Allow admin to update email address even if normally not allowed
2023-06-27 22:56:25 +09:00
Kijin Sung
dc0a97d81b
Apply readonly to email address input field if it is not changeable
2023-06-27 22:41:25 +09:00
Kijin Sung
9334e342f7
Display clear error message when user tries to change nickname or email address and it's not allowed
2023-06-27 22:35:56 +09:00
Kijin Sung
089f375743
Fix unmodifiable fields being exposed in member info modification form
2023-06-27 22:23:47 +09:00
Kijin Sung
62dfb38308
Add option to (dis)allow nickname change
2023-06-27 22:14:30 +09:00
Kijin Sung
77ac355259
Fix #2100 allow sender, recipient, and other info to be updated by trigger in communication.sendMessage
2023-06-27 21:49:07 +09:00
Kijin Sung
c5a3f5722a
Apply consistent layout and skin code to communication and ncenterlite modules
2023-06-27 21:41:42 +09:00
Kijin Sung
ed557883c7
Fix default skin handling in page module
2023-06-27 21:32:59 +09:00
Kijin Sung
7466749178
Fix double escape of multilingual module title
2023-06-26 22:28:32 +09:00
Kijin Sung
340b3aa49a
Set layout and template paths in one place
2023-06-26 22:12:32 +09:00
Kijin Sung
566c1f54b7
Fix isIDExists() error when installing member module for the first time
2023-06-25 23:43:07 +09:00
Kijin Sung
9bb2e40ef4
Fix #2086 missing CAPTCHA in message module skin
2023-06-25 19:58:52 +09:00
Kijin Sung
4c9b14f077
Split CAPTCHA check and loading methods for easy integration into other parts of the site
2023-06-25 19:56:00 +09:00
Kijin Sung
c0f9c77902
Revert "Display the current site's favicon if favicon.ico is requested"
...
This reverts commit 9fcd472d3f .
2023-06-25 19:41:50 +09:00
Kijin Sung
9fcd472d3f
Display the current site's favicon if favicon.ico is requested
2023-06-25 19:17:26 +09:00
Kijin Sung
8c951d2aed
Fix #2134 broken lang code input area in extra_keys.html
2023-06-25 18:48:14 +09:00
Kijin Sung
dba1186074
Fix #2133 apply multilingual form to member extra var editing form
2023-06-25 18:43:49 +09:00
Kijin Sung
422368d0d7
Update confirmation dialog to allow the user to choose if content should be deleted as well
2023-06-25 18:36:51 +09:00
Kijin Sung
e1b6e0e70d
Update menu_srl of module to 0 if linked menu is deleted
2023-06-25 18:18:23 +09:00
Kijin Sung
1a65634413
Fix incorrect variable name and return while updating unlinked modules
2023-06-25 18:10:09 +09:00
Kijin Sung
c9ad195740
Dom't delete linked module when deleting menu
2023-06-25 17:55:18 +09:00
Kijin Sung
912229c881
Allow using reserved word as mid if it is identical to module name
2023-06-25 17:35:18 +09:00
Kijin Sung
2f3a387a62
Don't add menu when creating mid for member module
2023-06-25 17:33:19 +09:00
Kijin Sung
bb013dd28a
Use ModuleModel::isIDExists() to check mid validity when updating module, just like when inserting
2023-06-25 17:32:47 +09:00
Kijin Sung
a4f5b5d0a9
Merge pull request #2130 from dewekk/fix-menu-create
...
메뉴가 중복으로 생성되는 문제 수정
2023-06-25 17:24:49 +09:00
Kijin Sung
f4516a4391
Make cleanup message less confusing for moved files and directories
2023-06-22 22:50:53 +09:00
Kijin Sung
f0f414db1c
Fix #2126 show more descriptive message if member mid is already used
2023-06-22 22:29:36 +09:00
Kijin Sung
fbfbaa48a5
Add unique index on mid
2023-06-22 22:03:43 +09:00
Kijin Sung
be1cad3182
Fix #2125 don't delete site_admin table if XML schema still exists
2023-06-22 22:03:21 +09:00
Kijin Sung
f6b81231a6
Fix #2127 missing translation of admin page title
2023-06-22 21:19:37 +09:00
dewekk
b09dff4613
메뉴가 중복으로 생성되는 문제 수정
...
fix https://github.com/rhymix/rhymix/issues/2129
- $isMenuCreate 선언을 arrangeModuleInfo 위로 옮깁니다.
- updateModule도 insertModule와 비슷한 결과를 위하여 코드를 정리하였습니다.
2023-06-22 19:17:23 +09:00
dewekk
5da2318cdb
멤버 모듈 index 접속 시 리다이렉트 문제 수정
2023-06-22 16:09:39 +09:00
Kijin Sung
94069ebfd6
Ensure compatibility with point triggers
2023-06-22 00:59:20 +09:00
Kijin Sung
848a7cb878
Add site_admin table schema to cleanup list
2023-06-21 22:22:59 +09:00
Kijin Sung
e7275ba0e0
Use magick to resize images that are too large for GD
2023-06-21 20:05:50 +09:00
Kijin Sung
fd36c32cf8
Add link to ImageMagick official site
2023-06-21 19:43:10 +09:00
Kijin Sung
7b39fac881
Fix some modules not being updated during initial install
2023-06-21 00:39:52 +09:00
Kijin Sung
2af94e496e
Recreate member mid if config is normal but module instance is missing
2023-06-21 00:33:22 +09:00
Kijin Sung
b74a8db75b
Define list of valid status codes as Member::STATUS_LIST
2023-06-21 00:01:26 +09:00
Kijin Sung
26a0ec66ff
Add status column to member table #1806 #1896
2023-06-20 23:57:45 +09:00
Kijin Sung
ac12bac141
Merge remote-tracking branch 'upstream/develop' into develop
2023-06-20 20:52:53 +09:00
Kijin Sung
4b617404ec
Merge pull request #2122 from kijin/develop
...
회원 모듈에 mid 부여
2023-06-20 20:52:34 +09:00
Kijin Sung
12446b4b79
Update help text about member password hashing algorithms
2023-06-20 20:51:21 +09:00
Kijin Sung
9682f7de54
Add scheme (http: or https:) to member module URL input area
2023-06-20 20:42:31 +09:00
Kijin Sung
b2bc724715
Fix referer URL handling to account for member mid redirect
2023-06-20 20:32:03 +09:00
Kijin Sung
6df47d6994
Also remove unnecessary tags from board header and footer scripts
2023-06-20 17:08:30 +09:00