659 Commits

Author SHA1 Message Date
azett
d43dcb2e69 Meh, commit 27c3e825b35de07d767a87d85b78af26a37654de was buggy. Here are the *correct* fixes of the Heredoc strings. 2021-02-14 11:44:47 +01:00
azett
6a63f186c4 HTTPS in the footer link. 2021-02-13 14:03:19 +01:00
azett
27c3e825b3 Fixed Heredoc strings. Turns out, Heredoc syntax - https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc - only works with closing tags being the first characters of a line. Eclipse's reformatting and indention of the code does not seem to know that^^
Fix: Changed Heredoc strings to "normal" strings.
2021-02-13 13:47:18 +01:00
azett
7e8ddb88b8 Fixed more template errors in order to get everything running with PHP 8.0.
Also: Fixed some tiny PHP errors.
Thanks for reporting, Matthias!
2021-02-13 13:03:09 +01:00
Arvid Zimmermann
3ce4a44864
1.2 is now a beta release 2021-02-07 12:54:45 +01:00
azett
89c0d93543 version bump to "1.2.beta1" 2021-02-07 12:21:53 +01:00
azett
8b5a2cbd57 Fixed 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!
2021-02-07 12:10:19 +01:00
azett
15d11bd933 Mini interpunctation change 2021-01-31 12:27:36 +01:00
azett
e1e58d0a78 Italian language pack fix by Giacomo Margarito - grazie mille :) 2021-01-23 13:05:35 +01:00
Arvid Zimmermann
491b7dd447
added Libraries section 2021-01-05 20:03:24 +01:00
Arvid Zimmermann
162c6d36fb
Added translator karelv 2021-01-03 11:00:41 +01:00
Arvid Zimmermann
aaa36c48bc
Update CHANGELOG.md 2021-01-02 13:44:22 +01:00
azett
a44a898632 Added Spanish language pack - muchas gracias, Carlos a.k.a karelv! 2021-01-02 13:35:33 +01:00
azett
c385803b6a jQueryUI was broken. 2021-01-02 13:18:04 +01:00
Arvid Zimmermann
499f983a28
Update CHANGELOG.md 2021-01-01 14:26:30 +01:00
azett
ee9269c6ba Fixed more template errors in order to get everything running with PHP 8.0. 2021-01-01 13:54:58 +01:00
azett
c539c2bb7e Fixed more template errors in order to get everything running with PHP 8.0.
Also: Removed some unneeded code.
2021-01-01 13:25:03 +01:00
azett
22abda2369 Fixed 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".
2021-01-01 12:57:46 +01:00
azett
998a1f907e Merge branch 'master' of https://github.com/flatpressblog/flatpress 2021-01-01 12:38:01 +01:00
azett
f5877b4f7e Fixed more template errors in order to get everything running with PHP 8.0 2021-01-01 12:37:17 +01:00
Arvid Zimmermann
0efabcd457
meh, typo. 2021-01-01 12:20:37 +01:00
Arvid Zimmermann
9fce720c13
Igor Kromin added.
Added Igor Kromin as initial author of the XML sitemap.
2021-01-01 12:20:11 +01:00
azett
eba24702df First commit in 2021 \o/
Fixed more template errors in order to get everything running with PHP 8.0.
2021-01-01 00:24:24 +01:00
azett
5ee2cce5df Fixed more template errors in order to get everything running with PHP 8.0 2020-12-31 23:50:18 +01:00
azett
d1571ef3ba Fixed more template errors in order to get everything running with PHP 8.0 2020-12-31 23:16:04 +01:00
azett
46b3bfb27b Fixed more template errors in order to get everything running with PHP 8.0 2020-12-31 23:05:42 +01:00
azett
83e1644c0f Restored some changes from the last commit. Turns out, the HASHSALT_FILE is still used elsewhere ó_Ò 2020-12-19 19:25:52 +01:00
Arvid Zimmermann
d3fbc9132f
Added #59 fix to changelog 2020-12-19 18:07:18 +01:00
azett
f265b22b0b Fix 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().
2020-12-19 14:02:27 +01:00
azett
5a0b7541e7 Getting FlatPress ready for PHP 8: Added a lot of missing checks for undefined variables and array keys in template and PHP files. 2020-12-19 12:52:53 +01:00
Arvid Zimmermann
9332d78fd1
added download link 2020-10-26 06:37:46 +01:00
Arvid Zimmermann
22c95d884e
more specific description 2020-10-25 12:24:31 +01:00
Arvid Zimmermann
2700517afd
added more lang pack contributors 2020-10-25 08:17:45 +01:00
azett
21f365b0eb Version bump for jQuery plugin 2020-10-25 07:52:20 +01:00
Arvid Zimmermann
dfa6711816
typo 2020-10-25 07:49:32 +01:00
Arvid Zimmermann
c8a2495a99
jQuery plugin update added 2020-10-25 07:38:41 +01:00
azett
38118e175e jQuery plugin: Updated jQuery and jQueryUI to current versions 2020-10-25 07:32:26 +01:00
Arvid Zimmermann
4542da31a0
Little more 1.2 changelog bling bling 2020-10-25 06:58:16 +01:00
azett
ed8a4dcce2 Merge branch 'master' of https://github.com/flatpressblog/flatpress 2020-10-25 06:44:41 +01:00
azett
92aa7d395e Leggero now with HTML5 doctype 2020-10-25 06:43:27 +01:00
Arvid Zimmermann
b08512630c
Typo -.- 2020-10-24 22:18:35 +02:00
Arvid Zimmermann
fd6d940b89
#52 wasn't a FP bugfix 2020-10-24 22:17:48 +02:00
Arvid Zimmermann
78a8fe4679
Added v1.2 description so far 2020-10-24 22:12:21 +02:00
Arvid Zimmermann
3926ac5899
Merge pull request #68 from barryhughes/fix/67-anon-functions
Migrate from create_func to native anon func | #67
2020-10-24 21:35:23 +02:00
azett
b70603049f Data of commenters are not stored in cookies any more. Con: Regular commenters have to enter their data for each comment. Pro: No more cookie-related hassle with GDPR. 2020-10-24 21:04:24 +02:00
azett
c2accdedcc Description and authors of all default plugins reworked. (Original plugin authors are mentioned in CONTRIBUTORS.md from now on.) 2020-10-24 20:42:59 +02:00
Arvid Zimmermann
6830a2b0e8
Added original contributors of default plugins 2020-10-24 19:55:51 +02:00
azett
adc500f191 New image attribute "loading" added. Default is "lazy", which results in better loading performance of the page. 2020-10-18 11:49:34 +02:00
azett
091dc53c3b Reworked German language files by Detlef - thanks a lot! 2020-09-15 13:31:03 +02:00
barryhughes
27214a5997 Migrate from create_func to native anon func | #67 2020-09-11 11:34:39 -07:00