Min-Soo Kim
899fe00dda
관리자가 모든 모듈의 다크모드 설정을 제어하도록 합니다. ( #1558 )
...
* 관리자가 다크모드 작동 여부를 선택할 수 있도록 수정
2021-01-10 22:21:13 +09:00
Kijin Sung
cdfd2196ec
Use full paths for table checking and creating
2021-01-09 00:17:01 +09:00
Kijin Sung
c26325efee
Fix #1550 mark counter_site_status table as deleted
2021-01-08 23:54:50 +09:00
Kijin Sung
f8859769e8
Clean up ModuleController::replaceDefinedLangCode()
2021-01-08 21:27:44 +09:00
Kijin Sung
993dac37f0
Change module names that are either outdated or different from popular usage
2021-01-03 21:25:10 +09:00
Kijin Sung
78a88ce4e3
Fix error in PHP 8.0
2020-12-20 19:45:51 +09:00
Kijin Sung
2c48e345d1
Fix count() error in PHP 8.0
2020-12-19 23:26:44 +09:00
Kijin Sung
824d0c5ae9
Fix #1502 error in PHP 8.0 if there are no module categories
2020-12-19 22:31:50 +09:00
Kijin Sung
aacc387d55
Remove autoinstall notification from module list page
2020-12-18 22:54:13 +09:00
Kijin Sung
b0f66a36c5
Convert all instances of _XE_PATH_, __XE_VERSION__, etc. to Rhymix constants
...
_XE_PATH_ -> RX_BASEDIR
__XE_VERSION__ -> RX_VERSION
2020-12-18 15:21:23 +09:00
Kijin Sung
b2c6547cbc
Merge pull request #1494 from kijin/pr/versioning
...
코어에 포함된 애드온, 모듈, 위젯 등의 버전을 별도로 표기하지 않음
2020-12-18 15:08:38 +09:00
Kijin Sung
70c2bfe5df
Remove deleted routes from action_forward table
2020-12-18 00:54:34 +09:00
Kijin Sung
0b265cde21
Make all addons, modules, and widgets follow RX_VERSION
2020-12-18 00:20:33 +09:00
Kijin Sung
39fa556531
Fix errors in PHP 8.0 while copying module
2020-12-16 22:18:38 +09:00
Kijin Sung
cc03f0ad1a
Fix #1289 allow batch-deletion of header and footer text
2020-12-16 22:08:24 +09:00
Kijin Sung
7a09bf632a
Fix warning in PHP 8.0
2020-12-15 22:37:14 +09:00
Kijin Sung
49923844b2
Various fixes to remove warnings in PHP 8.0
2020-12-15 00:18:42 +09:00
Kijin Sung
645f65315e
Fix persistent module update prompt after fresh install
2020-11-25 00:27:53 +09:00
Kijin Sung
1366bb72ce
Fix #1452 misc errors in PHP 8.0
2020-11-12 14:03:11 +09:00
Kijin Sung
8c161bc28d
Various fixes to improve PHP 8.0 compatibility
...
- XmlParser 클래스가 PHP 내장 클래스가 되어버려서 XeXmlParser로 변경
- 함수나 파라미터의 형태가 맞지 않아서 치명적인 오류 나는 곳 수정
- undefined 변수 및 배열 키 다수 수정 (치명적인 오류는 아님)
- 계속 수정중...
2020-10-31 00:25:26 +09:00
Kijin Sung
a3271c6a40
Display alert when file selected in filebox is too large #1451
2020-10-30 21:49:48 +09:00
Kijin Sung
df9f156ff3
Fix #1446 and other incorrect code in module module
2020-10-30 00:39:20 +09:00
Kijin Sung
46ac583a83
Add option to display module title in board list
2020-10-29 22:47:28 +09:00
Kijin Sung
a6e55dcdee
Use transactions in several member controller methods
2020-10-04 17:02:23 +09:00
Kijin Sung
338951f5c8
Fix #1406 convert 'jp' to 'ja' in lang table
2020-10-03 01:30:28 +09:00
Kijin Sung
0177ee3abe
Fix #1411 placeholders and descriptions on extra_vars fields
2020-10-02 20:31:33 +09:00
Kijin Sung
a25497c567
Add caching to ModuleModel::getModuleInfoByDocumentSrl()
2020-10-02 01:52:31 +09:00
Kijin Sung
03c4d87cb9
Clear mid/module_srl cache when global cache is cleared
2020-10-01 16:42:42 +09:00
Kijin Sung
7d6e30f936
Add ModuleModel::getMidByModuleSrl()
2020-10-01 16:29:34 +09:00
Kijin Sung
1c786d8cd5
Remove module update scripts from XE 1.7 and before
...
XE 1.7 이하 버전에서 테이블 스키마 조정, 인덱스 추가, 임시파일 처리 등을 위해
만들어 놓은 업데이트 스크립트를 대부분 제거하여 처리 효율을 향상시킵니다.
이 중 대부분은 XE 개발 초창기(1.2 이전) 스키마 변경이 빈번하던 시절에
하위호환성을 위해 추가된 것으로, 이미 10년 이상 불필요한 상태였습니다.
단, 앞으로는 XE 1.8 미만 버전에서 라이믹스로 업데이트하기 어려워질 수 있습니다.
XE 1.8 미만 버전을 사용하는 사이트에서는 먼저 XE 최신 버전으로 업데이트한 후
라이믹스를 덮어씌우는 방식으로 진행하여야 합니다.
2020-09-29 01:33:57 +09:00
Kijin Sung
ffe9cda5e0
Merge branch 'develop' into next
2020-08-29 23:53:31 +09:00
Kijin Sung
5e9d9ef02f
Fix #1393 allow adding module admin by email address
2020-08-29 23:30:15 +09:00
Kijin Sung
2407ad15df
Separate module info cache by lang_type
2020-07-07 19:21:04 +09:00
Kijin Sung
5985ca5b6b
Merge branch 'develop' into next
2020-07-05 00:09:26 +09:00
Kijin Sung
c35d739443
Fix #1304 JS error when no option has init="true" attribute
2020-07-04 20:33:04 +09:00
Kijin Sung
67dfb3c282
Remove optional SSL
2020-07-03 00:41:59 +09:00
Kijin Sung
f8a47bbabb
Improve error handling when module.xml doesn't exist
2020-06-19 13:47:14 +09:00
Kijin Sung
358832922e
Fix incorrect global route detection
2020-06-19 11:14:10 +09:00
Kijin Sung
85fcc79457
Reorganize data exchange format between Context and Router
2020-06-18 20:06:59 +09:00
Kijin Sung
c8a6b8de79
Support global routes
2020-06-18 16:36:27 +09:00
Kijin Sung
7e47c1cb8a
Fix duplicate cache key
2020-06-18 14:14:29 +09:00
Kijin Sung
527e16c924
Merge branch 'next' into next-router
2020-06-18 13:17:28 +09:00
Kijin Sung
4cd548cd58
Merge branch 'develop' into next
2020-06-18 13:16:38 +09:00
Kijin Sung
c164f506bb
Fix #1324 extra_vars not saved when editing widget page
2020-06-18 12:14:52 +09:00
Kijin Sung
b5740052fc
Move SSL redirection logic to Context::init()
2020-06-17 22:25:40 +09:00
Kijin Sung
f92fc9c980
Use action_forward to register standalone routes from all modules
2020-06-17 16:56:42 +09:00
Kijin Sung
5dcb0d332b
Extend action_forward feature to include route info
2020-06-17 15:52:06 +09:00
Kijin Sung
bb3d1f08a1
Allow standalone routes from other modules to be used
2020-06-17 00:18:10 +09:00
Kijin Sung
4a5159b255
Always cache module and action info
2020-06-13 01:04:21 +09:00
Kijin Sung
b44f9a2c78
Fix cache key mismatch in getModuleActionXml()
2020-06-12 23:20:59 +09:00