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">Spam Filter</title>
<title xml:lang="vi">Bộ lọc Spam</title>
<title xml:lang="es">Filtro de Spam</title>
<title xml:lang="jp">スパムフィルター</title>
<title xml:lang="ru">Фильтр спама</title>
<title xml:lang="tr">Spam Filtreleyici</title>
<title xml:lang="zh-TW">垃圾過濾</title>
<description xml:lang="ko">XE의 기본 스팸필터입니다.</description>
<description xml:lang="zh-CN">XE的基本垃圾过滤模块。</description>
<description xml:lang="en">The default spam filter of XE.</description>
<description xml:lang="vi">Bộ lọc Spam mặc định của XE.</description>
<description xml:lang="es">Filtro de Span predefinido de XE.</description>
<description xml:lang="jp">XEのスパムフィルターです。</description>
<description xml:lang="ru">Стандартный фильтр спама XE.</description>
<description xml:lang="zh-TW">XE的基本垃圾過濾模組。</description>
<description xml:lang="tr">XE\'nin varsayılan spam filtreleyicisidir.</description>
<version>1.7</version>
<date>2013-11-27</date>
<category>accessory</category>
<title xml:lang="ko">스팸필터</title>
<title xml:lang="zh-CN">垃圾过滤</title>
<title xml:lang="en">Spam Filter</title>
<title xml:lang="vi">Bộ lọc Spam</title>
<title xml:lang="es">Filtro de Spam</title>
<title xml:lang="jp">スパムフィルター</title>
<title xml:lang="ru">Фильтр спама</title>
<title xml:lang="tr">Spam Filtreleyici</title>
<title xml:lang="zh-TW">垃圾過濾</title>
<description xml:lang="ko">XE의 기본 스팸필터입니다.</description>
<description xml:lang="zh-CN">XE的基本垃圾过滤模块。</description>
<description xml:lang="en">The default spam filter of XE.</description>
<description xml:lang="vi">Bộ lọc Spam mặc định của XE.</description>
<description xml:lang="es">Filtro de Span predefinido de XE.</description>
<description xml:lang="jp">XEのスパムフィルターです。</description>
<description xml:lang="ru">Стандартный фильтр спама XE.</description>
<description xml:lang="zh-TW">XE的基本垃圾過濾模組。</description>
<description xml:lang="tr">XE\'nin varsayılan spam filtreleyicisidir.</description>
<version>1.7</version>
<date>2013-11-27</date>
<category>accessory</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

@ -6,10 +6,9 @@
<action name="dispSpamfilterAdminDeniedIPList" type="view" admin_index="true" menu_name="spamFilter" menu_index="true" />
<action name="dispSpamfilterAdminDeniedWordList" type="view" menu_name="spamFilter" />
<action name="dispSpamfilterAdminConfigBlock" type="view" menu_name="spamFilter" />
<action name="procSpamfilterAdminInsertDeniedIP" type="controller" />
<action name="procSpamfilterAdminInsertDeniedWord" type="controller" />
<action name="procSpamfilterAdminDeleteDeniedIP" type="controller" />
<action name="procSpamfilterAdminDeleteDeniedWord" type="controller" />
<action name="procSpamfilterAdminInsertConfig" type="controller" ruleset="insertConfig" />