Lines Matching +full:run +full:- +full:script
4 * Legacy command line upgrade script
6 * This script can be used to upgrade old versions of DokuWiki that won't easily run on
8 * DokuWiki code, but instead fakes an absolute minimal environment to run the upgrade.
10 * This means this script will make more assumptions and take shortcuts:
12 * - no proxy support
13 * - no tmp dir changes
14 * - english only
15 * - only "normal" releases (no snapshots or git checkouts)
17 * Only use this if you can't run the normal upgrade script.
55 return htmlspecialchars($string, ENT_QUOTES, 'UTF-8');
116 if ($this->lang === null) {
119 $this->lang = $lang;
121 return $this->lang[$key] ?? $key;
135 // now the CLI plugin should load and run
137 (new cli_plugin_upgrade())->run();