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="zh-CN">附件管理</title>
<title xml:lang="en">Attachment</title>
<title xml:lang="vi">Đính kèm</title>
<title xml:lang="es">Adjuntar archivos</title>
<title xml:lang="jp">添付ファイル</title>
<title xml:lang="ru">Вложения</title>
<title xml:lang="zh-TW">附加檔案</title>
<title xml:lang="tr">Ekler</title>
<description xml:lang="ko">첨부 파일을 관리합니다.</description>
<description xml:lang="zh-CN">管理附件的模块。</description>
<description xml:lang="en">Managing attachments.</description>
<description xml:lang="vi">Module quản lý File đính kèm.</description>
<description xml:lang="es">Módulo para manejar los archivos adjuntos.</description>
<description xml:lang="jp">添付ファイルを管理するモジュールです。</description>
<description xml:lang="ru">Модуль для управления вложениями.</description>
<description xml:lang="zh-TW">管理附加檔案的模組。</description>
<description xml:lang="tr">Ekleri yönetmek için kullanılan modüldür.</description>
<version>1.7</version>
<date>2013-11-27</date>
<category>content</category>
<title xml:lang="ko">첨부파일</title>
<title xml:lang="zh-CN">附件管理</title>
<title xml:lang="en">Attachment</title>
<title xml:lang="vi">Đính kèm</title>
<title xml:lang="es">Adjuntar archivos</title>
<title xml:lang="jp">添付ファイル</title>
<title xml:lang="ru">Вложения</title>
<title xml:lang="zh-TW">附加檔案</title>
<title xml:lang="tr">Ekler</title>
<description xml:lang="ko">첨부 파일을 관리합니다.</description>
<description xml:lang="zh-CN">管理附件的模块。</description>
<description xml:lang="en">Managing attachments.</description>
<description xml:lang="vi">Module quản lý File đính kèm.</description>
<description xml:lang="es">Módulo para manejar los archivos adjuntos.</description>
<description xml:lang="jp">添付ファイルを管理するモジュールです。</description>
<description xml:lang="ru">Модуль для управления вложениями.</description>
<description xml:lang="zh-TW">管理附加檔案的模組。</description>
<description xml:lang="tr">Ekleri yönetmek için kullanılan modüldür.</description>
<version>1.7</version>
<date>2013-11-27</date>
<category>content</category>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="jp">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="vi">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="jp">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,27 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
<grants />
<permissions>
<permission action="procFileGetList" target="manager" />
<permission action="procFileAdminInsertModuleConfig" target="manager" />
</permissions>
<actions>
<action name="dispFileAdminList" type="view" admin_index="true" menu_name="file" menu_index="true" />
<action name="dispFileAdminConfig" type="view" menu_name="fileUpload" menu_index="true" />
<action name="getFileList" type="model" />
<action name="procFileUpload" type="controller" check_csrf="false" />
<action name="procFileIframeUpload" type="controller" />
<action name="procFileImageResize" type="controller" ruleset="imageResize" />
<action name="procFileDelete" type="controller" />
<action name="procFileDownload" type="controller" method="GET|POST" />
<action name="procFileOutput" type="controller" method="GET|POST" />
<action name="procFileAdminDeleteChecked" type="controller" ruleset="deleteChecked" />
<action name="procFileAdminInsertConfig" type="controller" ruleset="insertConfig" />
<action name="procFileAdminInsertModuleConfig" type="controller" ruleset="fileModuleConfig" />
<action name="procFileAdminAddCart" type="controller" />
<action name="procFileGetList" type="controller" />
<action name="procFileSetCoverImage" type="controller" />
</actions>
<grants />
<permissions>
<permission action="procFileGetList" target="root" />
<permission action="procFileAdminInsertModuleConfig" target="manager" check_var="target_module_srl" />
</permissions>
<actions>
<action name="getFileList" type="model" />
<action name="procFileUpload" type="controller" check_csrf="false" />
<action name="procFileIframeUpload" type="controller" />
<action name="procFileImageResize" type="controller" ruleset="imageResize" />
<action name="procFileDelete" type="controller" />
<action name="procFileDownload" type="controller" method="GET|POST" />
<action name="procFileOutput" type="controller" method="GET|POST" />
<action name="procFileGetList" type="controller" />
<action name="procFileSetCoverImage" type="controller" />
<action name="dispFileAdminList" type="view" admin_index="true" menu_name="file" menu_index="true" />
<action name="dispFileAdminConfig" type="view" menu_name="fileUpload" menu_index="true" />
<action name="procFileAdminDeleteChecked" type="controller" ruleset="deleteChecked" />
<action name="procFileAdminInsertConfig" type="controller" ruleset="insertConfig" />
<action name="procFileAdminInsertModuleConfig" type="controller" ruleset="fileModuleConfig" />
<action name="procFileAdminAddCart" type="controller" />
</actions>
<menus>
<menu name="file">
<title xml:lang="en">File</title>