|
| SettingsUpgradeManager () |
|
| UpgradeManager () |
|
| upgrade ($upgrade_to="") |
|
| upgradeOneVersion ($version_number, $function) |
|
| executeVersionSql ($version_number) |
|
| parseSQLStatements ($lines) |
|
| executeSQLStatements ($sqlStatements) |
|
| log ($text) |
|
| executeVersionXML ($version) |
|
| recordUpdate ($version, $description) |
|
| saveLogFile ($version) |
|
| addSectionContent ($items, $section_name="/", $role="", $template="", $permissions="") |
| Utility function for use by calling classes to add an array of items of class Page, ComponentPage, Blog, ImageGallery, DocumentLibrary, Calendar to a section. More...
|
|
| addModuleToPages ($items, $module_name, $position='right', $sort_order=1) |
| Given an array of either identifiers that must be either CMS Page or ComponentPage identifiers or items that are of obj CMSPage, Blog, Calendar, etc., link each to the specified module. More...
|
|
| searchByIdentifier ($identifier) |
|
| addMenuItem ($item, $menu_identifier, $parent_identifier="", $title="", $section_name="", $sort_order=0) |
|
| reformatPhone (&$item, $field) |
|
| executeSQLFile ($sqlFile, $version_number) |
|
| dependsOn ($component, $version) |
|
◆ SettingsUpgradeManager()
SettingsUpgradeManager::SettingsUpgradeManager |
( |
| ) |
|
◆ $updateMap
SettingsUpgradeManager::$updateMap |
Initial value:= array(
"1.0" => "sql:Initial Installation",
"1.1" => "sql:move trace from settings to debug",
"1.2" => "sql:Increase size of column value to 2000",
"1.3" => "sql:Remove google_analytics and set size of value column back to 500",
"1.4" => "sql:Added weight field to settings table"
)
Definition at line 56 of file settings_upgrade_manager.inc.
The documentation for this class was generated from the following file: