121 Commits

Author SHA1 Message Date
azett
d5bdc72852 fixes #136 for all styles - thx @Fraenkiman 2022-08-14 14:04:30 +02:00
azett
af1aa7759b Revert "Merge branch 'master' of https://github.com/flatpressblog/flatpress"
This reverts commit e9ad11742876f9f78d743a28afd547ee7480c7f9, reversing
changes made to f30fc6204a6bc7643d7952b1df98a3aa7b462dea.
2022-07-02 13:30:56 +02:00
azett
6eaafee1fa Merge branch 'master' into responsiveadmin
# resolved conflicts:
#	admin/panels/config/admin.config.tpl
#	admin/panels/entry/admin.entry.commentlist.tpl
#	fp-plugins/commentcenter/tpls/deletecomm.tpl
#	fp-plugins/commentcenter/tpls/editpol.tpl
2022-06-27 19:24:18 +02:00
azett
fd9aea911d First part of #114: Error msg on uploading a forbidden file. Thx laborix! 2022-06-19 12:37:56 +02:00
azett
14895d03e7 Current time displayed as format example is now in the configured time zone - thanks, laborix! 2022-06-18 20:32:39 +02:00
azett
226482d3b6 Bugfix: Do not display empty warning msgs box 2022-06-16 12:30:47 +02:00
azett
becd504aae Issue 106: Invalid HTML output fixed 2022-05-07 20:02:41 +02:00
azett
3de6af7eb9 Admin: Update panel did't show versions and notices properly 2021-11-01 14:20:35 +01:00
azett
fb479c9aad added referred, but missing emoticons folder 2021-11-01 13:48:52 +01:00
azett
3ae6007985 fixed camel case name for flatPressEmojis.js 2021-11-01 13:44:48 +01:00
franciscoarocas
aedc63a2ef Fixed bug with last merge 2021-04-01 01:34:14 +02:00
franciscoarocas
263f2b16df Merge branch 'master' into responsiveadmin 2021-04-01 00:42:44 +02:00
azett
8633cb6d48 Fix for #77: Unnecessary quotes broke access to array value 2021-02-28 11:43:14 +01:00
azett
25eacf6ccc Bugfix in admin area: Requesting a non-existant panel will not result in error message any more. Instead: Redirection to main panel. 2021-02-24 18:37:26 +01:00
azett
efe08266d8 Fixed uninitialized variables and unexpected error states. Also: Misspelled key in German language file. 2021-02-20 11:53:57 +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
franciscoarocas
b7a80444df Fixed all tpls (PHP 8.0) 2021-02-11 00:52:53 +01:00
franciscoarocas
e3c41566e3 Fixed Statics and Widgets tpls (PHP 8.0) 2021-02-11 00:04:04 +01:00
franciscoarocas
2eb21a98c8 Fixed entry tpls (PHP 8.0) and sceditor 2021-02-10 21:24:55 +01:00
franciscoarocas
03e00558b8 Fixed some tpls (PHP 8) 2021-02-08 17:05:05 +01:00
franciscoarocas
8e2fc93d8a Merge branch 'master' into responsiveadmin 2021-02-08 15:37:07 +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
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
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
f5877b4f7e Fixed more template errors in order to get everything running with PHP 8.0 2021-01-01 12:37:17 +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
5ee2cce5df Fixed more template errors in order to get everything running with PHP 8.0 2020-12-31 23:50:18 +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
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
a3fb3e6e3e Fixed img tag in editor + tpl mediamanager 2020-09-17 22:36:24 +01: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
azett
c1e368b222 Uploader checks for forbidden files more carefully. And: #56 fixed. Thanks again, Matthias! 2020-09-06 12:22:55 +02:00
Francisco
1398ca35ac Fixed bugs with Sceditor 2020-08-31 16:45:00 +01:00
Francisco
06918008f2 Created file manager for scEditor 2020-08-31 15:22:12 +01:00
Francisco
dc4958087e Added admin ajax 2020-08-29 23:13:13 +01:00
Francisco
3eb02b0509 Merged 2020-07-11 15:18:33 +01:00
azett
082c113d67 Security: PHP files can not be uploaded any more - see https://www.exploit-db.com/exploits/39870 2018-12-31 15:13:49 +01:00
azett
7e9c1666c3 updated GitHub links in the Admin Maintain panel 2018-12-31 13:06:25 +01:00
azett
d8de4bfb02 Replaced some more class-named constructors (and calls to them).
Removed unused and/or commented code.
Replaced calls to deprecated each() with array_shift() (not completely done yet, still some more to fix!).
Replaced call to deprecated create_function() with real callback function.
2018-10-03 13:53:40 +02:00
azett
6b8a4776df Included Matthias Mauch's PHP7.1 patch. Besides other changes regarding PHP7 compatibility, it replaces all the class-named constructors with __construct(). Thanks a lot, Matthias!
Please visit his website http://www.aadmm.org/fp-patch/ and read patch-description.txt to learn more about the details of the patch.

I adapted the patch slighty: It now does not just add a __construct() function to the existing class-named one, instead it replaces it completely. Therefore, some parent::__construct() calls had to be changed, too.
2018-10-03 11:00:55 +02:00
Marc Thibeault
006c06c49e Updated download paths in maintain / check for updates page 2016-01-19 19:23:34 -05:00
MarcThibeault
60442e00e3 Changed 'Archive' to 'Categories' in entry editor
Noticed that when editing an entry, the categories checkbox container's
name was 'Archive'. I modified the template and the lang file so that
it's 'Categories' from now on.
2014-02-28 21:13:14 -05:00
liquibyte
0f6e40c7da Things just don't seem to work right with git.
Signed-off-by: liquibyte <liquibyte@gmail.com>
2014-01-29 23:50:55 -05:00