Go to the source code of this file.
Namespaces | |
| namespace | install |
Variables | |
| $app = '_done' | |
| $config_file = empty($_SERVER['CONFIG_INC']) ? '../kernel/config_inc.php' : $_SERVER['CONFIG_INC'] | |
| $firstPackages = array_flip( array( 'kernel', 'users', 'categories', 'liberty', 'wiki', 'blogs' ) ) | |
| $secondPackages = array_flip( array_keys( $gBitSystem->mUpgrades ) ) | |
| $upgradePath | |
| $upPackages = array() | |
| $app = '_done' |
Definition at line 99 of file upgrade_packages.php.
| $config_file = empty($_SERVER['CONFIG_INC']) ? '../kernel/config_inc.php' : $_SERVER['CONFIG_INC'] |
Definition at line 13 of file upgrade_packages.php.
| $firstPackages = array_flip( array( 'kernel', 'users', 'categories', 'liberty', 'wiki', 'blogs' ) ) |
Definition at line 78 of file upgrade_packages.php.
| $secondPackages = array_flip( array_keys( $gBitSystem->mUpgrades ) ) |
Definition at line 79 of file upgrade_packages.php.
| $upgradePath |
Initial value:
array (
'TikiWiki 1.8' => array(
'TIKIWIKI18' => 'BONNIE',
'BONNIE' => 'BWR1',
'BWR1' => 'BWR2',
),
'TikiWiki 1.9' => array(
'TIKIWIKI19' => 'TIKIWIKI18',
'TIKIWIKI18' => 'BONNIE',
'BONNIE' => 'BWR1',
'BWR1' => 'BWR2',
),
'BWR0' => array(
'BONNIE' => 'BWR1',
'BWR1' => 'BWR2',
),
'BWR1' => array(
'BWR1' => 'BWR2',
),
)
Definition at line 40 of file upgrade_packages.php.
| $upPackages = array() |
Definition at line 64 of file upgrade_packages.php.
1.5.2