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">Document</title>
<title xml:lang="vi">Bài viết</title>
<title xml:lang="es">Documento</title>
<title xml:lang="zh-CN">主题管理</title>
<title xml:lang="jp">ドキュメント</title>
<title xml:lang="ru">Документы</title>
<title xml:lang="zh-TW">主題</title>
<title xml:lang="tr">Belge</title>
<description xml:lang="ko">게시판, 블로그 등의 문서를 관리합니다. </description>
<description xml:lang="en">Managing documents used in a board, blog, etc.</description>
<description xml:lang="vi">Module quản lý bài viết trên Board, Sổ lưu niệm và những mục khác.</description>
<description xml:lang="es">Módulo para manejar los documentos en blog y en los tableros.</description>
<description xml:lang="zh-CN">管理版面,博客等处主题的模块。 </description>
<description xml:lang="jp">掲示板、ブログなどのモジュールで使用されるドキュメント(書き込み)を管理します。</description>
<description xml:lang="ru">Модуль для управления документами в форуме, блоге и прочее.</description>
<description xml:lang="zh-TW">管理討論板,部落格等主題的模組。 </description>
<description xml:lang="tr">Panoda, blogda, vb., kullanılan belgeleri yönetmek için olan modüldür.</description>
<version>1.7</version>
<date>2013-11-27</date>
<category>content</category>
<title xml:lang="ko">문서</title>
<title xml:lang="en">Document</title>
<title xml:lang="vi">Bài viết</title>
<title xml:lang="es">Documento</title>
<title xml:lang="zh-CN">主题管理</title>
<title xml:lang="jp">ドキュメント</title>
<title xml:lang="ru">Документы</title>
<title xml:lang="zh-TW">主題</title>
<title xml:lang="tr">Belge</title>
<description xml:lang="ko">게시판, 블로그 등의 문서를 관리합니다. </description>
<description xml:lang="en">Managing documents used in a board, blog, etc.</description>
<description xml:lang="vi">Module quản lý bài viết trên Board, Sổ lưu niệm và những mục khác.</description>
<description xml:lang="es">Módulo para manejar los documentos en blog y en los tableros.</description>
<description xml:lang="zh-CN">管理版面,博客等处主题的模块。 </description>
<description xml:lang="jp">掲示板、ブログなどのモジュールで使用されるドキュメント(書き込み)を管理します。</description>
<description xml:lang="ru">Модуль для управления документами в форуме, блоге и прочее.</description>
<description xml:lang="zh-TW">管理討論板,部落格等主題的模組。 </description>
<description xml:lang="tr">Panoda, blogda, vb., kullanılan belgeleri yönetmek için olan 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="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="zh-CN">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="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="zh-CN">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

@ -2,69 +2,63 @@
<module>
<grants />
<permissions>
<!-- member -->
<permission action="getDocumentCategories" target="member" />
<permission action="procDocumentTempSave" target="member" />
<!-- manager -->
<permission action="getDocumentCategoryTplInfo" target="manager" />
<permission action="procDocumentInsertCategory" target="manager" />
<permission action="procDocumentDeleteCategory" target="manager" />
<permission action="procDocumentMoveCategory" target="manager" />
<permission action="procDocumentMakeXmlFile" target="manager" />
<permission action="procDocumentAddCart" target="manager" />
<permission action="procDocumentGetList" target="manager" />
<permission action="dispDocumentManageDocument" target="manager" />
<permission action="procDocumentManageCheckedDocument" target="manager" />
<permission action="procDocumentAdminMoveToTrash" target="manager" />
<permission action="dispDocumentManageDocument" target="all-managers" />
<permission action="dispDocumentAdminList" target="manager" />
<permission action="procDocumentInsertModuleConfig" target="manager" />
<permission action="procDocumentAdminInsertExtraVar" target="manager" />
<permission action="procDocumentAdminDeleteExtraVar" target="manager" />
<permission action="getDocumentCategories" target="member" />
<permission action="getDocumentCategoryTplInfo" target="manager" check_var="module_srl" />
<permission action="procDocumentTempSave" target="member" />
<permission action="procDocumentInsertCategory" target="manager" check_var="module_srl" />
<permission action="procDocumentDeleteCategory" target="manager" check_var="module_srl" />
<permission action="procDocumentMoveCategory" target="manager" check_var="module_srl" />
<permission action="procDocumentMakeXmlFile" target="manager" check_var="module_srl" />
<permission action="procDocumentAddCart" target="manager" check_type="document" check_var="srls" />
<permission action="procDocumentGetList" target="manager" check_type="document" check_var="document_srls" />
<permission action="procDocumentManageCheckedDocument" target="manager" check_type="document" check_var="cart" />
<permission action="procDocumentInsertModuleConfig" target="manager" check_var="target_module_srl" />
<permission action="procDocumentAdminMoveToTrash" target="manager" check_type="document" check_var="document_srl" />
<permission action="procDocumentAdminInsertExtraVar" target="manager" check_var="module_srl" />
<permission action="procDocumentAdminDeleteExtraVar" target="manager" check_var="module_srl" />
</permissions>
<actions>
<action name="dispDocumentPrint" type="view" />
<action name="dispDocumentPreview" type="view" />
<action name="dispTempSavedList" type="view" />
<action name="dispDocumentDeclare" type="view" />
<action name="getDocumentCategories" type="model" />
<action name="dispDocumentManageDocument" type="view" />
<action name="getDocumentMenu" type="model" />
<action name="getDocumentCategories" type="model" />
<action name="getDocumentCategoryTplInfo" type="model" />
<action name="getDocumentVotedMemberList" type="model" />
<action name="procDocumentVoteUp" type="controller" />
<action name="procDocumentVoteUpCancel" type="controller" />.
<action name="procDocumentVoteDown" type="controller" />
<action name="procDocumentVoteDownCancel" type="controller" />
<action name="procDocumentDeclare" type="controller" />
<action name="procDocumentAddCart" type="controller" />
<action name="dispDocumentManageDocument" type="view" />
<action name="procDocumentManageCheckedDocument" type="controller" />
<action name="procDocumentInsertModuleConfig" type="controller" />
<action name="dispDocumentAdminList" type="view" admin_index="true" menu_name="document" menu_index="true" />
<action name="dispDocumentAdminConfig" type="view" />
<action name="dispDocumentAdminAlias" type="view" menu_name="document" />
<action name="dispDocumentAdminDeclared" type="view" menu_name="document" />
<action name="dispDocumentAdminDeclaredLogByDocumentSrl" type="view" menu_name="document" />
<action name="dispDocumentAdminTrashList" type="view" menu_name="document" />
<action name="getDocumentCategoryTplInfo" type="model" />
<action name="getDocumentVotedMemberList" type="model" />
<action name="procDocumentInsertCategory" type="controller" ruleset="insertCategory" />
<action name="procDocumentDeleteCategory" type="controller" />
<action name="procDocumentMoveCategory" type="controller" />
<action name="procDocumentMakeXmlFile" type="controller" />
<action name="procDocumentTempSave" type="controller" />
<action name="procDocumentGetList" type="controller" />
<action name="dispDocumentAdminList" type="view" admin_index="true" menu_name="document" menu_index="true" />
<action name="dispDocumentAdminConfig" type="view" />
<action name="dispDocumentAdminAlias" type="view" menu_name="document" />
<action name="dispDocumentAdminDeclared" type="view" menu_name="document" />
<action name="dispDocumentAdminDeclaredLogByDocumentSrl" type="view" menu_name="document" />
<action name="dispDocumentAdminTrashList" type="view" menu_name="document" />
<action name="procDocumentAdminInsertAlias" type="controller" ruleset="insertAlias" />
<action name="procDocumentAdminDeleteAlias" type="controller" ruleset="deleteAlias" />
<action name="procDocumentAdminRestoreTrash" type="controller" />
<action name="procDocumentAdminMoveExtraVar" type="controller" />
<action name="procDocumentAdminInsertExtraVar" type="controller" ruleset="insertExtraVar" />
<action name="procDocumentAdminDeleteExtraVar" type="controller" />
<action name="procDocumentAdminDeleteChecked" type="controller" />