rhymix/modules/file/conf/module.xml
SMaker a5f408e05f module.xml에서 standalone="true" 제거
XE 최신 버전에서 standalone 속성은 더 이상 사용되지 않고 있습니다. 이 부분을 삭제하면 xml parsing 속도가
미미하게나마 향상될 것으로 기대됩니다.
2013-11-15 17:10:02 +09:00

49 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<module>
<grants />
<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" />
<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" />
<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" />
</actions>
<menus>
<menu name="file">
<title xml:lang="en">File</title>
<title xml:lang="ko">파일</title>
<title xml:lang="zh-CN">File</title>
<title xml:lang="jp">File</title>
<title xml:lang="es">File</title>
<title xml:lang="ru">File</title>
<title xml:lang="fr">File</title>
<title xml:lang="zh-TW">附加檔案</title>
<title xml:lang="vi">File</title>
<title xml:lang="mn">File</title>
<title xml:lang="tr">File</title>
</menu>
<menu name="fileUpload">
<title xml:lang="en">File Upload</title>
<title xml:lang="ko">파일 업로드</title>
<title xml:lang="zh-CN">File Upload</title>
<title xml:lang="jp">File Upload</title>
<title xml:lang="es">File Upload</title>
<title xml:lang="ru">File Upload</title>
<title xml:lang="fr">File Upload</title>
<title xml:lang="zh-TW">檔案上傳</title>
<title xml:lang="vi">File Upload</title>
<title xml:lang="mn">File Upload</title>
<title xml:lang="tr">File Upload</title>
</menu>
</menus>
</module>