mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
module.xml에서 standalone="true" 제거
XE 최신 버전에서 standalone 속성은 더 이상 사용되지 않고 있습니다. 이 부분을 삭제하면 xml parsing 속도가 미미하게나마 향상될 것으로 기대됩니다.
This commit is contained in:
parent
a48e476be0
commit
37e1aea4d5
25 changed files with 370 additions and 373 deletions
|
|
@ -3,24 +3,24 @@
|
|||
<grants />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispAdminIndex" type="view" standalone="true" index="true" />
|
||||
<action name="dispAdminConfigGeneral" type="view" standalone="true" menu_name="adminConfigurationGeneral" menu_index="true" />
|
||||
<action name="dispAdminConfigFtp" type="view" standalone="true" menu_name="adminConfigurationFtp" menu_index="true" />
|
||||
<action name="dispAdminSetup" type="view" standalone="true" menu_name="adminMenuSetup" menu_index="true" />
|
||||
<action name="dispAdminIndex" type="view" index="true" />
|
||||
<action name="dispAdminConfigGeneral" type="view" menu_name="adminConfigurationGeneral" menu_index="true" />
|
||||
<action name="dispAdminConfigFtp" type="view" menu_name="adminConfigurationFtp" menu_index="true" />
|
||||
<action name="dispAdminSetup" type="view" menu_name="adminMenuSetup" menu_index="true" />
|
||||
|
||||
<action name="procAdminRemoveIcons" type="controller" standalone="true" />
|
||||
<action name="procAdminRecompileCacheFile" type="controller" standalone="true" />
|
||||
<action name="procAdminLogout" type="controller" standalone="true" method="GET|POST" />
|
||||
<action name="procAdminRemoveIcons" type="controller" />
|
||||
<action name="procAdminRecompileCacheFile" type="controller" />
|
||||
<action name="procAdminLogout" type="controller" method="GET|POST" />
|
||||
<action name="procAdminInsertDefaultDesignInfo" type="controller" />
|
||||
<action name="procAdminToggleFavorite" type="controller" ruleset="toggleFavorite" />
|
||||
<action name="procAdminEnviromentGatheringAgreement" type="controller" standalone="true" />
|
||||
<action name="procAdminUpdateConfig" type="controller" standalone="true" />
|
||||
<action name="procAdminDeleteLogo" type="controller" standalone="true" />
|
||||
<action name="procAdminEnviromentGatheringAgreement" type="controller" />
|
||||
<action name="procAdminUpdateConfig" type="controller" />
|
||||
<action name="procAdminDeleteLogo" type="controller" />
|
||||
<action name="procAdminMenuReset" type="controller" />
|
||||
|
||||
<action name="getAdminFTPList" type="model" standalone="true" />
|
||||
<action name="getAdminFTPPath" type="model" standalone="true" />
|
||||
<action name="getSiteAllList" type="model" standalone="true" />
|
||||
<action name="getAdminFTPList" type="model" />
|
||||
<action name="getAdminFTPPath" type="model" />
|
||||
<action name="getSiteAllList" type="model" />
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="adminConfigurationGeneral" type="all">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue