587 Commits

Author SHA1 Message Date
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
azett
c1e368b222 Uploader checks for forbidden files more carefully. And: #56 fixed. Thanks again, Matthias! 2020-09-06 12:22:55 +02:00
azett
27622c0c50 Leggero v1 is now responsive, thanks again Matthias! :) 2020-09-06 11:28:12 +02:00
azett
04900d4154 Optional parameter bug fixed. Deprecated curly braces syntax fixed. Thanks for reporting both, Matthias :) 2020-09-06 11:12:22 +02:00
azett
e65bb9c549 Added the Italian language pack by Giacomo Margarito - grazie mille! 2020-05-09 14:11:32 +02:00
Arvid Zimmermann
ae773f166c
added release date 2020-05-06 13:03:37 +02:00
azett
2139287c05 Fix for #62: Comments weren't sanitized properly. Thanks, @Illevyard! 2020-04-17 12:53:32 +02:00
Arvid Zimmermann
a1f7aaad1f
added links to wiki and contributors list 2020-04-17 12:31:56 +02:00
Arvid Zimmermann
5e4aea58c4
added pt-br translation 2020-04-17 12:24:10 +02:00
azett
b2ed0e207d Added Brazilian Portuguese language pack by randy - thanks a lot!
Added Japanese setup translation by North Hill Work Studios - thanks as well!
Also: git:ignore for local test content folders
2020-04-17 12:16:45 +02:00
azett
e1c47d5b8c Setup sets date and FP version for the freshly created static pages. 2020-04-16 14:15:22 +02:00
azett
f9c9085135 Merge branch 'master' of https://github.com/flatpressblog/flatpress 2020-04-16 14:14:19 +02:00
azett
5765a24508 Added a sitemap for search engines. See https://forum.flatpress.org/viewtopic.php?f=4&t=126 for more details. 2020-04-16 14:09:30 +02:00
Arvid Zimmermann
15436b36dd
fixed typos 2020-04-16 13:24:21 +02:00
Arvid Zimmermann
a8ec262ebc
created CONTRIBUTORS.md
A place to say thanks to the people who support FlatPress.
2020-04-16 13:22:39 +02:00
Arvid Zimmermann
26c68dd753
Readme: Credits went to an extra file.
Also: Relative references.
2020-04-16 13:08:19 +02:00
azett
259b230f85 Added the Jananese Language Pack by NORTH HILL WORK STUDIO: https://nhws.localinfo.jp/ 2020-04-16 12:39:15 +02:00
azett
622a0d80b9 Fixed "syntax error, unexpected '['" bug under PHP 5.3, reported here: https://forum.flatpress.org/viewtopic.php?f=2&t=131 2020-04-15 14:46:55 +02:00
azett
50c11928f6 Fixed "syntax error, unexpected '['" bug under PHP 5.3, reported here: https://forum.flatpress.org/viewtopic.php?f=2&t=131 2020-04-15 14:43:54 +02:00
azett
a1f5d625ee Added French language pack by Marc Thibeault and Dimitri Soufflet - thank you for fixing it, Gee! 2020-04-06 16:06:53 +02:00
azett
5050117c41 Plugins PrettyUrls and Comment Center are activated by default; LastComments and LastCommentsAdmin aren't. Also: Protected Mail Links isn't a plugin any more (see eed50e31e8d80e172a4a444a7a556c24f499a6fa).
And: Properly named constructor for class commentcenter_list.
2020-01-03 22:05:36 +01:00
azett
8ddcfda7ce Plugin CommentCenter has proved to be very useful and therefore becomes part of the FP standard distribution. 2020-01-03 21:30:16 +01:00
azett
eed50e31e8 "mail" tag is now part of te standard BBCode plugin. Thus, plugin "protectedmaillinks" removed. 2020-01-03 20:31:20 +01:00