Too many bugs fixed to list in detail^^
Arvid Zimmermann
2021-02-28 12:45:28 +01:00
e98ee2a6b6Version bump to 1.2.beta2
azett
2021-02-28 12:15:38 +01:00
0ceec7a50fFix for #76: Check date array for expected format. Also: Fixed autocompletion mess-up in plugin.prettyurls.php -_-
azett
2021-02-28 12:11:01 +01:00
1030f1605dFix for #78: Some language packs had a wrong key in lang.admin.entry.php.
azett
2021-02-28 12:05:16 +01:00
8633cb6d48Fix for #77: Unnecessary quotes broke access to array value
azett
2021-02-28 11:43:14 +01:00
fe1d222742Handling of missing array indices added
azett
2021-02-24 18:41:13 +01:00
25eacf6cccBugfix in admin area: Requesting a non-existant panel will not result in error message any more. Instead: Redirection to main panel.
azett
2021-02-24 18:37:26 +01:00
8ddd5a448fAdded German setup file.
azett
2021-02-20 12:50:59 +01:00
6031849486Link in PrettyUrls description wasn't helpful at all - removed.
azett
2021-02-20 12:06:28 +01:00
efe08266d8Fixed uninitialized variables and unexpected error states. Also: Misspelled key in German language file.
azett
2021-02-20 11:53:57 +01:00
aaf5d35c0eAdded Czech lang files by Lubomír Ludvík for setup and Commentcenter plugin. Děkuji! :)
azett
2021-02-20 11:17:03 +01:00
d43dcb2e69Meh, commit 27c3e825b35de07d767a87d85b78af26a37654de was buggy. Here are the *correct* fixes of the Heredoc strings.
azett
2021-02-14 11:44:47 +01:00
6a63f186c4HTTPS in the footer link.
azett
2021-02-13 14:03:19 +01:00
7e8ddb88b8Fixed more template errors in order to get everything running with PHP 8.0. Also: Fixed some tiny PHP errors. Thanks for reporting, Matthias!
azett
2021-02-13 13:03:09 +01:00
b7a80444dfFixed all tpls (PHP 8.0)
franciscoarocas
2021-02-11 00:52:53 +01:00
1.2 is now a beta release
Arvid Zimmermann
2021-02-07 12:54:45 +01:00
89c0d93543version bump to "1.2.beta1"
azett
2021-02-07 12:21:53 +01:00
8b5a2cbd57Fixed more template errors in order to get everything running with PHP 8.0. Also: Fixed some PHP errors in BBCode plugin and Calender plugin. Thanks for reporting, Matthias!
azett
2021-02-07 12:10:19 +01:00
ee9269c6baFixed more template errors in order to get everything running with PHP 8.0.
azett
2021-01-01 13:54:58 +01:00
c539c2bb7eFixed more template errors in order to get everything running with PHP 8.0. Also: Removed some unneeded code.
azett
2021-01-01 13:25:03 +01:00
22abda2369Fixed more template errors in order to get everything running with PHP 8.0. Also: Change in language files, widget management is no longer called "experimental".
azett
2021-01-01 12:57:46 +01:00
Added #59 fix to changelog
Arvid Zimmermann
2020-12-19 18:07:18 +01:00
f265b22b0bFix for #59: Updated password hash algorithm from md5 to bcrypt (via password_hash() function). Thanks a lot, @axelhahn! In detail: Added function io_delete_file(). Removed system_hashsalt_save(). Added password hash update mechanics to user_login().
azett
2020-12-19 14:02:27 +01:00
5a0b7541e7Getting FlatPress ready for PHP 8: Added a lot of missing checks for undefined variables and array keys in template and PHP files.
azett
2020-12-19 12:52:53 +01:00