Kijin Sung
|
950b7c24b4
|
Fix #2209 incorrect lang code for "Configure Mobile Skin"
|
2023-11-18 23:30:09 +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
|
84bae83d68
|
Convert remaining LESS files to SCSS
|
2023-08-31 02:42:34 +09:00 |
|
conory
|
0f0dbbb40c
|
Fix namespace regexp not capturing group properly
Conory/Abc/Controllers/Config/Index
→ Group 2: Config/
|
2023-08-27 01:20:57 +09:00 |
|
Kijin Sung
|
a7954506f6
|
Use associative array to store custom namespaces
|
2023-08-12 21:53:52 +09:00 |
|
Kijin Sung
|
47996cb294
|
Prevent Rhymix reserved namespaces from being registered as custom
|
2023-08-12 09:50:10 +09:00 |
|
Kijin Sung
|
cd0779862e
|
Sort custom namespaces from longest to shortest before compiling regexp
|
2023-08-12 01:17:14 +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
|
a5bc18f015
|
Don't add regexp for custom namespaces empty if none are registered
|
2023-08-11 02:06:35 +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
|
73ca0893d6
|
Fix #2158 module not deleted on first try
|
2023-08-06 18:16:40 +09:00 |
|
Kijin Sung
|
c64a87041a
|
Generate sequential mid instead of random characters
|
2023-08-03 22:23:48 +09:00 |
|
Kijin Sung
|
1ba3110c8a
|
Add ModuleController->updateModuleMenuSrl()
|
2023-07-03 00:51:28 +09:00 |
|
Kijin Sung
|
7466749178
|
Fix double escape of multilingual module title
|
2023-06-26 22:28: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
|
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
|
912229c881
|
Allow using reserved word as mid if it is identical to module name
|
2023-06-25 17:35:18 +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
|
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 |
|
dewekk
|
b09dff4613
|
메뉴가 중복으로 생성되는 문제 수정
fix https://github.com/rhymix/rhymix/issues/2129
- $isMenuCreate 선언을 arrangeModuleInfo 위로 옮깁니다.
- updateModule도 insertModule와 비슷한 결과를 위하여 코드를 정리하였습니다.
|
2023-06-22 19:17:23 +09:00 |
|
Kijin Sung
|
bd0687c502
|
Fix trying to delete and recreate the same index idx_lang
|
2023-06-18 03:05:01 +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
|
50949178a3
|
Fix #2067 incorrect ruleset in copyModule
|
2023-02-26 21:53:39 +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
|
0e2940985f
|
Move unnecessary method in ModuleMobile to ModuleView
|
2022-12-27 23:06:52 +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
|
b7a975a54d
|
Fix incorrect capitalization of URL class name
|
2022-12-26 01:01:36 +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
|
e821955129
|
Clean up insertModule() and handle null values in some important fields
|
2022-12-16 00:15:19 +09:00 |
|
Kijin Sung
|
2d7d66efca
|
Make consistent ordering of columns in modules table
|
2022-12-16 00:11:02 +09:00 |
|
Kijin Sung
|
651859a7eb
|
Fix #2009 reduce size of 'name' column of 'lang' table before trying to create index
|
2022-11-07 02:11:32 +09:00 |
|
Kijin Sung
|
0adce0dd47
|
Show Rhymix logo instead of version only if it is a part of the Core
|
2022-10-29 21:45:37 +09:00 |
|
Kijin Sung
|
89f8a77ecb
|
Improve compatibility of getModuleInfos and getModulesInfo queries
두 쿼리의 구조가 매우 유사하여 서드파티 자료에서 혼용하는 경우가 많으므로
요구하는 파라미터, 반환하는 컬럼 목록 등을 양쪽 모두 호환되도록 변경함
|
2022-09-14 20:57:41 +09:00 |
|
Kijin Sung
|
6e3c9a7c0e
|
Merge branch 'security/pollskin' into develop
|
2022-07-04 00:46:36 +09:00 |
|
Kijin Sung
|
59a1215c87
|
Fix #1934 add 'default' option to domain timezone
|
2022-07-03 01:03:00 +09:00 |
|
Kijin Sung
|
bc562b74ba
|
RVE-2022-3 filter skin parameter in ModuleModel::loadSkinInfo()
|
2022-06-28 20:07:40 +09:00 |
|
Johnny
|
27df638470
|
6293a1bb5e 보안
|
2022-06-28 00:57:42 +09:00 |
|
Johnny
|
6293a1bb5e
|
Fix warning for PHP8.0 on view and skin files
|
2022-06-27 17:57:56 +09:00 |
|