Version 1.0.4 veröffentlicht

Hier werden veraltete News archiviert
Antworten
Benutzeravatar
shadowcat
Administrator
Beiträge: 5347
Registriert: Di 5. Feb 2013, 10:36
Kontaktdaten:

Version 1.0.4 veröffentlicht

Beitrag von shadowcat »

https://github.com/webbird/BlackCatCMS/releases

Die Version ist noch nicht auf der Download-Seite und noch nicht als reines Update verfügbar. Ich arbeite dran.
My software never has bugs, it just develops random features.
If it’s not broken, keep fixing it until it is
Benutzeravatar
shadowcat
Administrator
Beiträge: 5347
Registriert: Di 5. Feb 2013, 10:36
Kontaktdaten:

Re: Version 1.0.4 veröffentlicht

Beitrag von shadowcat »

Bundle und Update sind fertig, allerdings ungetestet. :oops:

Code: Alles auswählen

  247/closed: Fatal error: Call to a member function sendMail() on a non-object
in path\framework\class.wb.php on line 233
 fixed/ready: yes
         URL: https://github.com/webbird/BlackCatCMS/issues/247

  250/  open: WB compatibility
 fixed/ready: no
         URL: https://github.com/webbird/BlackCatCMS/issues/250

  255/  open: Several problems with search page
 fixed/ready: yes
         URL: https://github.com/webbird/BlackCatCMS/issues/255

  257/closed: Security issue with cattranslate.php
 fixed/ready: yes
         URL: https://github.com/webbird/BlackCatCMS/issues/257
My software never has bugs, it just develops random features.
If it’s not broken, keep fixing it until it is
Benutzeravatar
shadowcat
Administrator
Beiträge: 5347
Registriert: Di 5. Feb 2013, 10:36
Kontaktdaten:

Re: Version 1.0.4 veröffentlicht

Beitrag von shadowcat »

Beim Update von v1.0.3 kommt es zu folgendem Problem: Die update.php trägt das Datumsformat doppelt ein, einmal im alten und einmal im neuen Format. Siehe https://github.com/webbird/BlackCatCMS/issues/259

Abhilfe:

Wenn das Update schon erfolgt ist, das Datums- und Zeitformat neu setzen (Einstellungen und Profil), abmelden, wieder anmelden.

ODER

In der Datenbanktabelle settings manuell den doppelten Eintrag umbenennen. Der mit den % im Wert muß CAT_* heißen, der andere - per Default d.m.Y bzw. H:i:s - ohne CAT_ davor. Also
CAT_DEFAULT_DATE_FORMAT => DEFAULT_DATE_FORMAT
CAT_DEFAULT_TIME_FORMAT => DEFAULT_TIME_FORMAT

ODER

Wenn das Update noch nicht erfolgt ist: Korrigierte update.php von GitHub runterladen und vor dem Update ersetzen.
https://github.com/webbird/BlackCatCMS/ ... update.php
My software never has bugs, it just develops random features.
If it’s not broken, keep fixing it until it is
Antworten