diff --git a/modules/install/install.controller.php b/modules/install/install.controller.php index c096a9018..36092d8e9 100644 --- a/modules/install/install.controller.php +++ b/modules/install/install.controller.php @@ -33,6 +33,7 @@ class installController extends install { // Get DB-related variables $con_string = Context::gets('db_type','db_port','db_hostname','db_userid','db_password','db_database','db_table_prefix'); + $con_string->db_table_prefix = rtrim($con_string->db_table_prefix, '_'); $db_info = new stdClass(); $db_info->master_db = get_object_vars($con_string); @@ -186,7 +187,7 @@ class installController extends install 'db_userid' => Context::get('db_userid'), 'db_password' => Context::get('db_password'), 'db_database' => Context::get('db_database'), - 'db_table_prefix' => Context::get('db_table_prefix') + 'db_table_prefix' => rtrim(Context::get('db_table_prefix'), '_'), ); $db_info->slave_db = array($db_info->master_db); $db_info->default_url = Context::getRequestUri(); diff --git a/modules/install/lang/lang.xml b/modules/install/lang/lang.xml index a0a969a10..13d144267 100644 --- a/modules/install/lang/lang.xml +++ b/modules/install/lang/lang.xml @@ -1,15 +1,15 @@ - - - - - - - - - + + + + + + + + + @@ -83,12 +83,12 @@ - + - + @@ -216,26 +216,26 @@ - - + + - - - + + + - - - + + + - - - - - - + + + + + + @@ -250,16 +250,16 @@ - - - + + + - - - - - + + + + + @@ -728,9 +728,9 @@ - - - + + + 여기를 참고하세요.]]> @@ -805,7 +805,7 @@ - + @@ -821,15 +821,15 @@ - + - - - - - Xin hãy kiểm tra lại!]]> + + + + + Xin hãy kiểm tra lại!]]> @@ -857,15 +857,15 @@ - + - - + + - - + + @@ -892,16 +892,6 @@ - - - - - - - 웹 서버, DBMS, PHP 버전 및 Extension, XE 모듈 및 애드온' 정보가 XE 통계 수집 서버로 전송됩니다. 더 나은 SW를 제작하기 위한 목적으로 활용합니다. 익명으로 수집되며 이 정보를 외부에 공개하지 않습니다. 이 항목에 동의하지 않아도 됩니다.]]> - web server, DBMS, PHP version and extension, XE modules and addons' is sent to the XE statistics collection server. This information is collected anonymously and used to improve our software only. You don't have to agree to this.]]> - ウェブサーバー、DBMS、PHPバージョンおよびExtension、XEモジュール、およびアドオン'情報が、XE統計収集サーバーへ転送されます。より良いソフトウェアを製作するための目的で活用されます。情報は、匿名で収集され、外部へ公開することはありません。この項目は、同意しなくても構いません。]]> - @@ -973,17 +963,17 @@ - safe_mode=On일 경우 XE의 정상적인 동작을 돕습니다.]]> - - - + safe_mode=On일 경우 RhymiX의 정상적인 동작을 돕습니다.]]> + + + - - - - - - + + + + + + @@ -1075,26 +1065,26 @@ - - - - - - - - + + + + + + + + - - - + + + - - - - - - + + + + + + diff --git a/modules/install/tpl/css/install.css b/modules/install/tpl/css/install.css index 7863d0a5d..79499ff2a 100644 --- a/modules/install/tpl/css/install.css +++ b/modules/install/tpl/css/install.css @@ -34,11 +34,11 @@ img, form, fieldset { border: 0; margin:0; padding: 0; } margin: 0; } .x #header h1 { - font: bold 48px/100% Arial, sans-serif; + font: bold 54px/100% Cambria, Georgia, serif; color: #444; text-align: center; text-shadow: 2px 2px 3px rgba(128, 128, 128, 0.4); - margin: 0 0 16px 0; + margin: 0 0 24px 0; } .x #header h1 span.green { color: #55a72f; @@ -46,6 +46,9 @@ img, form, fieldset { border: 0; margin:0; padding: 0; } .x #header h1 span.brown { color: #905a29; } +.x #header h1 span.red { + color: #ef5350; +} .x #header h1 span.colon { color: #888888; position: relative; diff --git a/modules/install/tpl/footer.html b/modules/install/tpl/footer.html index abd6d9df5..c8ba1e3b2 100644 --- a/modules/install/tpl/footer.html +++ b/modules/install/tpl/footer.html @@ -6,9 +6,9 @@ diff --git a/modules/install/tpl/header.html b/modules/install/tpl/header.html index 7301da30b..26ca1dde9 100644 --- a/modules/install/tpl/header.html +++ b/modules/install/tpl/header.html @@ -3,6 +3,6 @@
diff --git a/modules/install/tpl/license_text.en.html b/modules/install/tpl/license_text.en.html index db117413f..0237a4136 100644 --- a/modules/install/tpl/license_text.en.html +++ b/modules/install/tpl/license_text.en.html @@ -1,29 +1,29 @@ -

Copyright © NAVER and Contributors

+

Copyright © RhymiX Developers and Contributors

+

Copyright © NAVER

- XpressEngine (XE) is an opensource and being developed in the open-source project. + RhymiX is free software, developed as an open-source project. For more information, please see the links below.

- XpressEngine XETown Remix is a fork of the XpressEngine CMS + RhymiX is a fork of the XpressEngine (XE) CMS with additional patches by members of the XETOWN community. - For more information, please see the links below.

- XpressEngine XETown Remix is free software; you can redistribute it and/or modify it - under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; + RhymiX and XE are free software; you can redistribute them and/or modify them + under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

diff --git a/modules/install/tpl/license_text.ko.html b/modules/install/tpl/license_text.ko.html index af74e8f2d..f15d5a501 100644 --- a/modules/install/tpl/license_text.ko.html +++ b/modules/install/tpl/license_text.ko.html @@ -1,27 +1,27 @@ -

Copyright © NAVER and Contributors

+

Copyright © RhymiX Developers and Contributors

+

Copyright © NAVER

- XpressEngine(XE)은 자유 소프트웨어이며, 오픈 소스 프로젝트로 개발되고 있습니다. + RhymiX는 자유 소프트웨어이며, 오픈소스 프로젝트로 개발되고 있습니다. 자세한 내용은 아래 링크를 참조하시기 바랍니다.

- XpressEngine XETOWN Remix는 XE를 가지치기(fork)하여 XETOWN 커뮤니티 회원들이 개발한 다양한 기능을 추가한 것입니다. - 자세한 내용은 아래 링크를 참조하시기 바랍니다. + RhymiX는 XpressEngine(XE)을 가지치기(fork)하여 XETOWN 커뮤니티 회원들이 개발한 다양한 기능을 추가한 것입니다.

- XpressEngine XETOWN Remix는 자유 소프트웨어입니다. + RhymiX와 XE는 자유 소프트웨어입니다. 소프트웨어의 피양도자는 자유 소프트웨어 재단이 공표한 GNU 약소 일반 공중 사용 허가서 (LGPL) 2.1판 또는 그 이후 판을 임의로 선택해서, 그 규정에 따라 소프트웨어를 개작하거나 재배포할 수 있습니다.

diff --git a/modules/install/tpl/select_db.html b/modules/install/tpl/select_db.html index 439dc328b..0a52f8263 100644 --- a/modules/install/tpl/select_db.html +++ b/modules/install/tpl/select_db.html @@ -48,7 +48,7 @@
-
+

{$lang->db_info_desc}
{$lang->db_prefix_desc}