WBCE CMS – Way Better Content Editing.
You are not logged in.
DE (english information beneath)
WBCE 1.3.3 ist ab sofort freigegeben. Der Download des Installations-/Upgradepakets ist auf GitHub verfügbar.
In dieser Version wurden einige kleinere Verbesserungen und Korrekturen vorgenommen, u.a.:
Bessere Unterstützung von PHP 7.2
Neue Version des Menu Link-Moduls
Zielseiten von Menulinks können direkt in der Navigation angezeigt werden (anstatt der Verlinkungen auf die Menulink-Seiten selbst)*
CKEditor auf Version 4.11.1 aktualisiert
phpmailer auf Version 5.2.27 aktualisiert
Vielen Dank an alle Beteiligten an diesem Release, insbesondere an stefanek und colinax.
Das Installationspaket herunterladen und lokal entpacken
Inhalt des Verzeichnisses "wbce" in das Server-Verzeichnis kopieren, in dem WBCE CMS installiert werden soll (i.d.R. Root-Verzeichnis, httpdocs o.ä.)
Im Browser die URL aufrufen, wo WBCE CMS installiert werden soll
Der Installer startet automatisch, in diesem die Eingabefelder für Zeitzone, Webseitentitel, Datenbankzugangsdaten, Administratoraccount usw. ausfüllen
Auf "Install WBCE CMS" klicken
Anmelden und Loslegen
Ein Update ist insbesondere dann sinnvoll, wenn auf dem Server PHP 7.2 läuft und/oder bislang noch kein Update auf WBCE CMS 1.3.2 erfolgt ist sowie falls das neue Link-Feature genutzt werden soll. Wer bereits 1.3.2 einsetzt oder PHP 5.6, 7.0 oder 7.1 verwendet, braucht das Update nicht unbedingt.
Datensicherung machen (Dateisystem auf dem Server) - WICHTIG
Datenbanksicherung erstellen (Dump/Export, z.B. mit PhpMyAdmin oder Adminer) - WICHTIG
Das Installationspaket herunterladen und lokal entpacken
Inhalt des Verzeichnisses /wbce komplett (also auch /install) außer config.php.new und ggf. favicon.ico in das Verzeichnis der zu aktualisierenden WBCE CMS-Instanz auf den Server kopieren
Updater durch Aufruf der Adresse der zu aktualisierenden WBCE CMS-Installation mit angehängtem install/update.php (deinedomain.tld/install/update.php) aufrufen, Hinweis lesen und bestätigen und auf "Start Update Script" klicken
Ggfs. im Zuge des Upgrades überschriebene Anpassungen an Modulen (->frontend.js/css) und Templates durch Zurückkopieren der zuvor lokal gesicherten Dateien wiederherstellen
Am Backend anmelden
Ggfs. nicht benötigte Module und Templates über Erweiterungen > Module bzw. Erweiterungen > Templates wieder deinstallieren
Mit dem Update-Script können alle vorherigen Versionen von WBCE (und ggf. ältere WB-Versionen bis 2.8.3 SPxx - für Migrationen von neueren Versionen bitte Kontakt zu uns aufnehmen) ohne Zwischenschritte auf WBCE CMS 1.3.3 aktualisiert werden.
Wurde bisher mittels des Menu Link-Moduls ein Link zu einer externen Adresse oder anderen Seite erzeugt, so wurde in der Navigation stets zu der vom Menu Link-Modul angelegten Seite verlinkt, die dann ihrerseits erst per 301 oder 302-Redirect auf das eigentliche Ziel weitergeleitet hat. Die aktualisierte Version des ShowMenu2-Moduls (denn das ist dafür zuständig) kann hingegen die tatsächlichen Links anzeigen, sprich direkte Verlinkungen generieren.
Um dieses Feature zu aktivieren, muss in der config.php im Wurzelverzeichnis (also auf der obersten Ebene) einfach nur eine Zeile ergänzt werden:
define('SM2_CORRECT_MENU_LINKS',true);
----- EN -----
WBCE 1.3.3 is now available. Download the install/update package of the stable release from our GitHub site.
The release 1.3.3 brings some detail improvements and fixes some flaws, i.e.
Improved compatibility to PHP 7.2
Updated Menu Link module
Links generated by the Menu Link can be displayed as links to the actual target page in the navigation now*
Update CKEditor to v. 4.11.1
Update phpmailer to 5.2.27
Many thanks to all contributors of this version, specially to stefanek and colinax.
Download Installer and unzip it locally
Copy all contents of the folder "wbce" (but usually not the folder itself) into the folder on your server where WBCE CMS should be installed (usually the root directory, which is called www, httpdocs or sth. like this)
Point your browser to the URL where WBCE CMS should be installed
The installer starts automatically, please fill in all fields
Click on "Install WBCE CMS"
Log in and start working
You might want to update your installation when you did not update to WBCE CMS 1.3.2 already, or on your server runs PHP 7.2, or you'd linke to use the new menu link feature. If you use already WBCE CMS 1.3.2, run a server with PHP 5.6 / 7.0 / 7.1 or don't need the menu link feature, you do not necessarily need to update your site.
Backup your files on the server - IMPORTANT
Create a database backup (dump / export, f. ex. using mit PhpMyAdmin or Adminer) - IMPORTANT
Download installation package and unzip it locally
Copy the contents of the folder completely (e.g. /install too) without config.php.new and maybe favicon.ico into the folder of the WBCE CMS installation you want to update on the server
Call the update script by pointing your browser to the URL of the website which should be updated with added install/update.php (yourdomain.tld/install/update.php). Read the advices, check the checkbox and start the update script.
If necessary, rollback unwanted changes on templates or modules by backcopying the corresponding single files from the local backup (->frontend.js/css)
Log-In to the Backend
If necessary, remove not used modules and templates via Add-Ons > Modules / Add-Ons > Templates
The update script can be used to update all prior versions of WBCE (and possibly WB up to 2.8.3 SPxx - for migratins from newer WB versions please contact us) directly to WBCE CMS 1.3.3.
When creating links to external addresses or other pages of the site, the usual behaviour of the navigation was to generate a link to the menu link page which executed a 301 or 302 redirect to the target page. The improved version of ShowMenu2 can generate the link to the target address itself. To activate this feature, you just have to add the following line to the config.php in the root of your WBCE CMS 1.3.3 powered site:
define('SM2_CORRECT_MENU_LINKS',true);
Sorgen sind wie Nudeln: man macht sich meist zu viele.
Offline
stefanek, chap, thanks