[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <system>
        <scripts>
            <commit>
                <allow-transients/>
                <traceoptions>...</traceoptions>
                <refresh/>
                <refresh-from>refresh-from</refresh-from>
                <direct-access/>
                <file>...</file>
            </commit>
        </scripts>
    </system>
</configuration>

Description

Commit-time scripting mechanism.

Contents

<allow-transients>—Allow loading of transient configuration changes.

<direct-access>—Access the configuration directly from database.

<file>—Commit script file.

<refresh>—Refresh all commit scripts from their source.

<refresh-from>—Refresh all commit scripts from a given base URL.

<traceoptions>—Trace options for commit scripts.


[Contents] [Prev] [Next] [Index] [Report an Error]