864 Commits

Author SHA1 Message Date
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
franciscoarocas
4abb9e5a6a Fixed bug with close button in entries file manager 2021-01-02 03:06:52 +01:00
franciscoarocas
83288041b3 Update admin.css 2021-01-01 21:45:06 +01:00
franciscoarocas
c94c674d48 Updated plugins tpls (New admin theme) 2021-01-01 21:24:39 +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
franciscoarocas
4a711c40cb Update admin.uploader.tpl 2021-01-01 03:23:42 +01:00
franciscoarocas
e6c8ce962a Updated Bootstrap and Login Redesing 2021-01-01 03:02:19 +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
Francisco
86a3af6841 Plugins options when writting entry/static bug fixed 2020-09-21 13:46:03 +01:00
franciscoarocas
d1a1661725 Fixed IMG tag bug (sceditor) 2020-09-20 21:21:39 +01:00
franciscoarocas
e6cef30448 Added Emojis and headers (h1,h2...) in sceditor 2020-09-20 18:15:30 +01:00
Francisco
3865260e7b Update admin.plugin.bbcode.tpl 2020-09-18 21:07:21 +01:00
Francisco
a3fb3e6e3e Fixed img tag in editor + tpl mediamanager 2020-09-17 22:36:24 +01:00
azett
091dc53c3b Reworked German language files by Detlef - thanks a lot! 2020-09-15 13:31:03 +02:00
Francisco
12354e7292 Fixed, uploaderFiles doesnt show all namesFiles in all uploadersInputs 2020-09-14 13:15:42 +01:00
Francisco
6259440e34 File Manager only show images and attachs. FileUpload namefile fixed. 2020-09-14 12:45:42 +01:00