NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:installation:update [2012/01/26 09:58] Knut Heermann (flip-flop) |
deutsch:installation:update [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ====== Update ====== | ====== Update ====== | ||
| - | **Update phpwcms (nach V1.4.x)** | + | **Update phpwcms (nach V1.5.x)** |
| Forum: [[http://forum.phpwcms.org/viewtopic.php?p=109508#p109508|Update phpwcms]] | Forum: [[http://forum.phpwcms.org/viewtopic.php?p=109508#p109508|Update phpwcms]] | ||
| - | (Stand 14.01.11) | + | (Stand 09.03.12) |
| <del>Download: - [[http://www.phpwcms-docu.de/download-dev-versionen.phtml|Neueste Version]]</del>\\ | <del>Download: - [[http://www.phpwcms-docu.de/download-dev-versionen.phtml|Neueste Version]]</del>\\ | ||
| Download: - [[http://code.google.com/p/phpwcms/downloads/list|Neueste Version]]\\ | Download: - [[http://code.google.com/p/phpwcms/downloads/list|Neueste Version]]\\ | ||
| + | Download: - [[http://www.phpwcms.de/download/phpwcms-nightly.zip|Nightly Build]]\\ | ||
| + | Änderungen: [[http://code.google.com/p/phpwcms/wiki/Changelog|phpwcms Changelog]] | ||
| Docu: - [[http://www.phpwcms-docu.de/installation_und_upgrade_von_phpwcms.phtml|Docu: Installation & Update]] | Docu: - [[http://www.phpwcms-docu.de/installation_und_upgrade_von_phpwcms.phtml|Docu: Installation & Update]] | ||
| Line 29: | Line 31: | ||
| - | In älteren Versionen gibt es einen Eintrag in der Datei include/inc_lib/default.inc.php am Ende der Datei: \\ | + | In älteren Versionen FIXME (bis zu welcher?) gibt es einen Eintrag in der Datei include/inc_lib/default.inc.php am Ende der Datei: \\ |
| <file>$phpwcms["version"] = Version No.</file> | <file>$phpwcms["version"] = Version No.</file> | ||
| - | In neueren Versionen steht der Eintrag in der Datei include/inc_lib/default.inc.php etwa ab Zeile 135: \\ | + | In neueren Versionen (ab. ca. 1.3.5) FIXME (ab wann genau?) steht der Eintrag in der Datei include/inc_lib/default.inc.php etwa ab Zeile 135: \\ |
| <file> | <file> | ||
| $phpwcms["release"] = Release No. | $phpwcms["release"] = Release No. | ||
| Line 38: | Line 40: | ||
| </file> | </file> | ||
| - | In ganz neuen Versionen steht dieser Eintrag in der Datei include/inc_lib/default.inc.php etwa ab Zeile 245: \\ | + | In der Folge verlagert sich die Angabe immer weiter nach hinten. Ab Versione 1.4.3 r371 wird auch der Revisionseintrag mitgeführt. Bis r420 steht dieser Eintrag in der Datei include/inc_lib/default.inc.php ab Zeile 245: \\ |
| <file> | <file> | ||
| $phpwcms["release"] = Release No. | $phpwcms["release"] = Release No. | ||
| Line 45: | Line 47: | ||
| </file> | </file> | ||
| + | |||
| + | Seit Version 1.4.7 (r421) steht dieser Eintrag in der Datei include/inc_lib/revision/revision.php:\\ | ||
| + | <file> | ||
| + | define('PHPWCMS_VERSION', 'Release No.'); | ||
| + | define('PHPWCMS_RELEASE_DATE', 'Release date'); | ||
| + | define('PHPWCMS_REVISION', 'Revision'); | ||
| + | </file> | ||
| \\ | \\ | ||