Kijin Sung
|
6c113c22ed
|
Fix unnecessary assignment by reference, which causes E_NOTICE
|
2024-01-04 10:25:25 +09:00 |
|
Kijin Sung
|
8176bdb845
|
Fix undefined variables in several module config templates
|
2023-11-09 01:37:38 +09:00 |
|
Kijin Sung
|
741f725bcf
|
Fix warnings in PHP.x across several modules involved in site menu & design editing feature
|
2023-10-05 15:51:02 +09:00 |
|
Kijin Sung
|
82b8785c14
|
Fix warnings in PHP 8.x if skin XML file doesn't contain much information
|
2023-10-05 15:31:15 +09:00 |
|
Kijin Sung
|
63e81751b1
|
Fix warning if need_update attribute is not set
|
2023-09-27 15:58:05 +09:00 |
|
Kijin Sung
|
a7954506f6
|
Use associative array to store custom namespaces
|
2023-08-12 21:53:52 +09:00 |
|
Kijin Sung
|
3241354872
|
Support customizing the default (base) class and install class of a module
|
2023-08-11 22:09:26 +09:00 |
|
Kijin Sung
|
7502b7308b
|
Support custom namespaces in ModuleHandler and related processes
|
2023-08-11 21:56:42 +09:00 |
|
Kijin Sung
|
4f9f641067
|
Add regexp to config for custom namespaces
|
2023-08-11 02:04:59 +09:00 |
|
Kijin Sung
|
68ddac96e7
|
Remove event handlers and custom namespaces no longer defined by module.xml
|
2023-08-11 00:34:44 +09:00 |
|
Kijin Sung
|
acc1117d26
|
Register event handlers and custom namespaces defined in module.xml
|
2023-08-11 00:16:57 +09:00 |
|
Kijin Sung
|
c64a87041a
|
Generate sequential mid instead of random characters
|
2023-08-03 22:23:48 +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
|
f596947d0e
|
Add option to make pages available only on one domain
- 2021년에 next 브랜치 적용을 목표로 작업했던 것 가져옴
- modules 테이블에 domain_srl을 추가하여 특정 도메인에서만 유효하도록 설정 가능
- site_srl 변수를 사용하던 곳 중 삭제할 수 있는 곳은 모두 삭제함
|
2023-06-18 02:53:04 +09:00 |
|
Kijin Sung
|
e2223b776a
|
Fix #2113 unnecessary variable assignment
|
2023-05-06 22:03:28 +09:00 |
|
Kijin Sung
|
f05d3b4ab6
|
Remove trailing whitespace in module module
|
2023-01-17 21:00:45 +09:00 |
|
Kijin Sung
|
651238916b
|
Fix deprecation warnings in PHP 8.2
|
2023-01-17 00:15:12 +09:00 |
|
Kijin Sung
|
f5bd3a15ef
|
Fix incorrectly capitalized class names in module module
|
2022-12-27 23:05:01 +09:00 |
|
Kijin Sung
|
4c65499ab1
|
Allow the install class of a module to be inside the controllers directory
|
2022-12-26 17:16:07 +09:00 |
|
Kijin Sung
|
3c456ce0b5
|
Prepare methods to manage independent sections of module config, in case module config becomes too large
|
2022-12-20 19:38:13 +09:00 |
|
Kijin Sung
|
bc562b74ba
|
RVE-2022-3 filter skin parameter in ModuleModel::loadSkinInfo()
|
2022-06-28 20:07:40 +09:00 |
|
Kijin Sung
|
7e82d37cfa
|
Fix PHP warnings due to unitiated variables #1866 thanks to @Erictoby
|
2022-02-04 01:41:56 +09:00 |
|
Kijin Sung
|
f334889047
|
Support installing/updating namespaced modules
모듈 설치 및 업데이트 메소드를 Rhymix\Modules\모듈명\Install 클래스에
넣을 수 있도록 지원한다. 이 클래스가 있는 경우 모듈명과 동일한 클래스를
찾지 않는다. 이로써 클래스 전체를 네임스페이스화할 수 있게 되었다.
|
2022-01-04 01:37:38 +09:00 |
|
Kijin Sung
|
5160022a30
|
Fix #1703 incorrect default value for color scheme
|
2021-05-03 21:46:31 +09:00 |
|
Kijin Sung
|
4a34b3dfa8
|
Accommodate standalone=auto setting in other relevant places
|
2021-04-20 21:52:06 +09:00 |
|
Kijin Sung
|
9412cc4a22
|
Fix #1628 error in PHP 8.0 in editor component setup screen
|
2021-02-22 21:11:39 +09:00 |
|
Kijin Sung
|
68829a3427
|
Fix #1614 return numerical array by default in getModuleSrlByMid()
|
2021-02-11 20:18:26 +09:00 |
|
Kijin Sung
|
588520ff4b
|
Fix warnings in PHP 8.0
|
2021-02-08 21:27:06 +09:00 |
|
Kijin Sung
|
48c357a607
|
Fix 1596 don't use cache for mid list if there are arguments
|
2021-02-02 16:18:19 +09:00 |
|
Kijin Sung
|
1ec6e1ec7a
|
Change blacklist to 2-dimensional array
관리 편의를 위해 블랙리스트를 자료 종류별로 구분합니다.
단, 기존과 같이 Context::isBlacklistedPlugin()을 호출하면
자료 종류 구분 없이 블랙리스트 여부를 알려줍니다.
|
2021-01-24 11:39:42 +09:00 |
|
Kijin Sung
|
1f34c33e29
|
Remove unnecessary site_srl from several other modules
|
2021-01-18 16:25:02 +09:00 |
|
BJRambo
|
57b01e7914
|
Fix #1559 error in PHP 8.0
|
2021-01-11 21:19:47 +09:00 |
|
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
|
824d0c5ae9
|
Fix #1502 error in PHP 8.0 if there are no module categories
|
2020-12-19 22:31:50 +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
|
70c2bfe5df
|
Remove deleted routes from action_forward table
|
2020-12-18 00:54:34 +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
|
8c161bc28d
|
Various fixes to improve PHP 8.0 compatibility
- XmlParser 클래스가 PHP 내장 클래스가 되어버려서 XeXmlParser로 변경
- 함수나 파라미터의 형태가 맞지 않아서 치명적인 오류 나는 곳 수정
- undefined 변수 및 배열 키 다수 수정 (치명적인 오류는 아님)
- 계속 수정중...
|
2020-10-31 00:25:26 +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
|
a25497c567
|
Add caching to ModuleModel::getModuleInfoByDocumentSrl()
|
2020-10-02 01:52:31 +09:00 |
|
Kijin Sung
|
7d6e30f936
|
Add ModuleModel::getMidByModuleSrl()
|
2020-10-01 16:29:34 +09:00 |
|
Kijin Sung
|
2407ad15df
|
Separate module info cache by lang_type
|
2020-07-07 19:21: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
|
7e47c1cb8a
|
Fix duplicate cache key
|
2020-06-18 14:14:29 +09:00 |
|