mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
issue 46 Validator apply install module.
viewing error message debug git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8506 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
077e931a2e
commit
b4f4afcc17
25 changed files with 237 additions and 41 deletions
|
|
@ -9,11 +9,15 @@
|
|||
<action name="dispInstallDBForm" type="view" standalone="true" />
|
||||
<action name="dispInstallConfigForm" type="view" standalone="true" />
|
||||
<action name="dispInstallManagerForm" type="view" standalone="true" />
|
||||
|
||||
<action name="procInstallAgreement" type="controller" standalone="true" />
|
||||
<action name="procDBSetting" type="controller" standalone="true" />
|
||||
<action name="procConfigSetting" type="controller" standalone="true" />
|
||||
<action name="procInstall" type="controller" standalone="true" />
|
||||
<action name="procCubridDBSetting" type="controller" standalone="true" ruleset="cubrid" />
|
||||
<action name="procFirebirdDBSetting" type="controller" standalone="true" ruleset="firebird" />
|
||||
<action name="procMssqlDBSetting" type="controller" standalone="true" ruleset="mssql" />
|
||||
<action name="procMysqlDBSetting" type="controller" standalone="true" ruleset="mysql" />
|
||||
<action name="procPostgresqlDBSetting" type="controller" standalone="true" ruleset="postgresql" />
|
||||
<action name="procSqliteDBSetting" type="controller" standalone="true" ruleset="sqlite" />
|
||||
<action name="procConfigSetting" type="controller" standalone="true" ruleset="config" />
|
||||
<action name="procInstall" type="controller" standalone="true" ruleset="install" />
|
||||
<action name="procInstallFTP" type="controller" standalone="true" />
|
||||
<action name="procInstallCheckFTP" type="controller" standalone="true" />
|
||||
<action name="procInstallAdminInstall" type="controller" standalone="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue