diff --git a/addons/naver_search/naver_search.addon.php b/addons/naver_search/naver_search.addon.php
index b986f4039..b2bf6f511 100644
--- a/addons/naver_search/naver_search.addon.php
+++ b/addons/naver_search/naver_search.addon.php
@@ -1,5 +1,5 @@
!is', array($this, '_compilePluginCode'), $buff);
// 파일에 쓰기 전에 직접 호출되는 것을 방지
- $buff = sprintf('%s%s%s','',"\n",$buff);
+ $buff = sprintf('%s%s%s','',"\n",$buff);
// 컴파일된 코드를 파일에 저장
FileHandler::writeFile($compiled_tpl_file, $buff);
diff --git a/classes/xml/XmlQueryParser.class.php b/classes/xml/XmlQueryParser.class.php
index d736014e6..7b326f184 100644
--- a/classes/xml/XmlQueryParser.class.php
+++ b/classes/xml/XmlQueryParser.class.php
@@ -58,7 +58,7 @@
// 캐쉬 내용 작성
$buff =
sprintf(
- 'filter->isnull = '%s의 값을 입력해주세요';
$lang->filter->outofrange = '%s의 글자 길이를 맞추어 주세요.';
$lang->filter->equalto = '%s의 값이 잘못 되었습니다.';
- $lang->filter->invalid_email = '%s의 형식이 잘못되었습니다. (예: zb5@zeroboard.com)';
+ $lang->filter->invalid_email = '%s의 형식이 잘못되었습니다. (예: zbxe@zeroboard.com)';
$lang->filter->invalid_user_id = $lang->filter->invalid_userid = "%s의 형식이 잘못되었습니다.\\n영문,숫자와 _로 만드실 수 있으며 제일 앞은 영문이어야 합니다";
$lang->filter->invalid_homepage = '%s의 형식이 잘못되었습니다. (예: http://www.zeroboard.com)';
$lang->filter->invalid_korean = '%s의 형식이 잘못되었습니다. 한글로만 입력해주셔야 합니다';
diff --git a/config/config.inc.php b/config/config.inc.php
index d8b39b636..10bf68a29 100644
--- a/config/config.inc.php
+++ b/config/config.inc.php
@@ -8,7 +8,7 @@
/**
* @brief 기본적인 상수 선언, 웹에서 직접 호출되는 것을 막기 위해 체크하는 상수 선언
**/
- define('__ZB5__', true);
+ define('__ZBXE__', true);
/**
* @brief 간단하게 사용하기 위한 함수 정의한 파일 require
diff --git a/modules/addon/addon.controller.php b/modules/addon/addon.controller.php
index 8c0c32ec6..bed874d0e 100644
--- a/modules/addon/addon.controller.php
+++ b/modules/addon/addon.controller.php
@@ -40,7 +40,7 @@
$buff .= sprintf(' include("./addons/%s/%s.addon.php"); ', $addon, $addon);
}
- $buff = sprintf('', $buff);
+ $buff = sprintf('', $buff);
FileHandler::writeFile($this->cache_file, $buff);
}
diff --git a/modules/editor/components/html_editor/info.xml b/modules/editor/components/html_editor/info.xml
index e4b5276b2..6a9924b25 100644
--- a/modules/editor/components/html_editor/info.xml
+++ b/modules/editor/components/html_editor/info.xml
@@ -3,6 +3,6 @@
HTML 코드 수정제로
- 에디터에서 HTML 코드를 직접 수정하거나 추가할 수 있습니다.\n보안 문제로 인하여 가능한 관리자만 사용할 수 있도록 하세요.
+ 에디터에서 HTML 코드를 직접 수정하거나 추가할 수 있습니다.\n보안 문제로 인하여 가능한 끄는 것이 좋습니다.
diff --git a/modules/editor/editor.model.php b/modules/editor/editor.model.php
index 6910e72bd..9067bcc7f 100644
--- a/modules/editor/editor.model.php
+++ b/modules/editor/editor.model.php
@@ -56,7 +56,7 @@
$xml_info->author->date = $xml_doc->component->author->attrs->date;
$xml_info->description = str_replace('\n', "\n", $xml_doc->component->author->description->body);
- $buff = 'component_name = "%s";', $component);
$buff .= sprintf('$xml_info->version = "%s";', $xml_info->version);
$buff .= sprintf('$xml_info->title = "%s";', $xml_info->title);
diff --git a/modules/editor/schemas/editor_component.xml b/modules/editor/schemas/editor_component.xml
new file mode 100644
index 000000000..ef27029c9
--- /dev/null
+++ b/modules/editor/schemas/editor_component.xml
@@ -0,0 +1,6 @@
+