module.xml 1차 정리

탭 정리
일부 permission, action 정리
This commit is contained in:
conory 2017-03-29 22:23:26 +09:00
parent 5bdd0091ec
commit fcb17fe9cf
57 changed files with 1216 additions and 1254 deletions

View file

@ -1,36 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="0.2">
<title xml:lang="ko">데이터 이전</title>
<title xml:lang="en">Data Importer</title>
<title xml:lang="vi">Chuyển đổi Data</title>
<title xml:lang="zh-CN">数据导入</title>
<title xml:lang="jp">データ移転</title>
<title xml:lang="es">Transferencia de los datos</title>
<title xml:lang="ru">Трансферинг</title>
<title xml:lang="zh-TW">資料匯入</title>
<title xml:lang="tr">Veri Alıcısı</title>
<description xml:lang="ko">XML파일을 이용하여 회원정보 또는 게시판등의 데이터를 입력합니다.</description>
<description xml:lang="en">This module imports data of members and articles from XML file.</description>
<description xml:lang="vi">Nhập thông tin thành viên hoặc Database sử dụng định dạng XML Data.</description>
<description xml:lang="zh-CN">利用XML文件导入会员信息或版面数据。</description>
<description xml:lang="jp">XMLファイルを用いて会員情報または掲示板などの情報を入力します。</description>
<description xml:lang="es">Ingresa la información del usuario o los datos del tablero utilizando el archivo XML.</description>
<description xml:lang="ru">Запись информации пользователей или форума, используя XML-файл.</description>
<description xml:lang="zh-TW">利用 XML 檔案匯入會員或討論板資料。</description>
<description xml:lang="tr">Bu modül, XML dosyasından üye ve makale verilerinin içeri aktarımı içindir.</description>
<version>1.7</version>
<date>2013-11-27</date>
<category>migration</category>
<title xml:lang="ko">데이터 이전</title>
<title xml:lang="en">Data Importer</title>
<title xml:lang="vi">Chuyển đổi Data</title>
<title xml:lang="zh-CN">数据导入</title>
<title xml:lang="jp">データ移転</title>
<title xml:lang="es">Transferencia de los datos</title>
<title xml:lang="ru">Трансферинг</title>
<title xml:lang="zh-TW">資料匯入</title>
<title xml:lang="tr">Veri Alıcısı</title>
<description xml:lang="ko">XML파일을 이용하여 회원정보 또는 게시판등의 데이터를 입력합니다.</description>
<description xml:lang="en">This module imports data of members and articles from XML file.</description>
<description xml:lang="vi">Nhập thông tin thành viên hoặc Database sử dụng định dạng XML Data.</description>
<description xml:lang="zh-CN">利用XML文件导入会员信息或版面数据。</description>
<description xml:lang="jp">XMLファイルを用いて会員情報または掲示板などの情報を入力します。</description>
<description xml:lang="es">Ingresa la información del usuario o los datos del tablero utilizando el archivo XML.</description>
<description xml:lang="ru">Запись информации пользователей или форума, используя XML-файл.</description>
<description xml:lang="zh-TW">利用 XML 檔案匯入會員或討論板資料。</description>
<description xml:lang="tr">Bu modül, XML dosyasından üye ve makale verilerinin içeri aktarımı içindir.</description>
<version>1.7</version>
<date>2013-11-27</date>
<category>migration</category>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</module>

View file

@ -1,20 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
<grants />
<permissions />
<actions>
<action name="dispImporterAdminImportForm" type="view" admin_index="true" menu_name="importer" menu_index="true" />
<action name="procImporterAdminImport" type="controller" />
<action name="procImporterAdminPreProcessing" type="controller" />
<action name="procImporterAdminSync" type="controller" />
<action name="procImporterAdminMemberImport" type="controller" />
<action name="procImporterAdminMessageImport" type="controller" />
<action name="procImporterAdminModuleImport" type="controller" />
<action name="procImporterAdminTTXMLImport" type="controller" />
<action name="procImporterAdminCheckXmlFile" type="controller" />
</actions>
<grants />
<permissions />
<actions>
<action name="dispImporterAdminImportForm" type="view" admin_index="true" menu_name="importer" menu_index="true" />
<action name="procImporterAdminImport" type="controller" />
<action name="procImporterAdminPreProcessing" type="controller" />
<action name="procImporterAdminSync" type="controller" />
<action name="procImporterAdminMemberImport" type="controller" />
<action name="procImporterAdminMessageImport" type="controller" />
<action name="procImporterAdminModuleImport" type="controller" />
<action name="procImporterAdminTTXMLImport" type="controller" />
<action name="procImporterAdminCheckXmlFile" type="controller" />
</actions>
<menus>
<menu name="importer">
<title xml:lang="en">Data Migration</title>