236 Commits

Author SHA1 Message Date
azett
553fd0a9e8 fixes #137 - thanks for reporting, @Fraenkiman :) 2022-08-11 19:55:45 +02:00
azett
247d63eaaf Merge branch 'master' into issue94_smartyupdate
# resolved conflicts:
#	fp-includes/smarty/internals/core.rm_auto.php
#	fp-includes/smarty/internals/core.rmdir.php
2022-07-02 13:42:13 +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
e9ad117428 Merge branch 'master' of https://github.com/flatpressblog/flatpress 2022-07-02 12:50:04 +02:00
azett
e656213fe4 Set Leggero v2 as default style of the Leggero Theme 2022-06-30 20:27:46 +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
2b195dfa51 removed Open Sans reference - fixes #120 2022-06-25 11:57:31 +02:00
azett
937b566ff2 removed unneccessary external font resource 2022-06-23 18:20:28 +02:00
azett
de5b653693 Merge branch 'master' into issue94_smartyupdate
# Resolved conflicts:
#	contact.php
2022-06-19 15:09:26 +02:00
azett
4fe6c460af completely reworked contact form 2022-06-19 15:04:43 +02:00
azett
51bc4cb120 Merge branch 'master' into issue94_smartyupdate
# Resolved conflicts:
#	fp-includes/core/includes.php
#	fp-plugins/bbcode/plugin.bbcode.php
#	fp-plugins/commentcenter/inc/admin.php
2022-06-18 12:06:34 +02:00
azett
bf68fd2659 Fixed #98: List bullets missing in Leggero preview.png. Also: Fixed like nine year old merge glitches in Leggero's Admin CSSes^^ 2022-06-17 20:50:10 +02:00
azett
8c956c4d88 Fixed #100: pt-br had wrong country code 2022-06-17 20:21:58 +02:00
azett
3a4a4c9f69 Fixed #97: Searchbox glitch in "FlatMaas revisited" style 2022-06-17 20:16:56 +02:00
azett
607df641ec Merge branch 'master' of https://github.com/flatpressblog/flatpress 2022-05-07 20:02:55 +02:00
azett
becd504aae Issue 106: Invalid HTML output fixed 2022-05-07 20:02:41 +02:00
azett
04e65040ca reverted changes from 354eaccd06a265d557f8c7471bf1fd003ef0aa3c - will have to rework this more thorougly 2022-04-10 13:16:42 +02:00
azett
354eaccd06 Made comment form work with Smarty 4. 2022-04-10 12:35:53 +02:00
azett
be550f4666 CSS of the Leggero style had some glitches on mobile devices. Fixed by laborix, thank you very much :) 2022-03-26 13:59:49 +01:00
azett
a6e44a8e7f Fixed plugin mgmt template. Also: Fixed empty warning box. 2022-02-06 15:08:09 +01:00
azett
52bf429a01 Replaced Smarty 2.6.31-dev with v 4.0.4, keeping the FP-specific Smarty plugins.
Updated calls to current Smarty API (register_function()/register_modifier()/register_block() -> registerPlugin(); assign_by_ref() -> assignByRef()).
Fixed file includes in templates with quotes.
Removed SmartyValidate.class.php includes.

Still work in progress as some errors still appear!
2022-01-23 15:02:33 +01:00
azett
9cc5ef1a70 Merge branch 'master' of https://github.com/flatpressblog/flatpress into responsiveadmin 2021-06-04 15:55:15 +02:00
azett
9a0c93de9e Added Dutch language pack by Macmee - hartelijk bedankt! 2021-06-03 14:12:43 +02:00
azett
89d4545920 BOM in French language files broke the admin area on some systems. BOM removed. 2021-06-03 11:37:01 +02:00
franciscoarocas
263f2b16df Merge branch 'master' into responsiveadmin 2021-04-01 00:42:44 +02:00
azett
43a7a43191 Italian language pack fix by Giacomo Margarito - grazie mille :) 2021-03-04 13:12:38 +01:00
azett
1030f1605d Fix for #78: Some language packs had a wrong key in lang.admin.entry.php. 2021-02-28 12:05:16 +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
franciscoarocas
b7a80444df Fixed all tpls (PHP 8.0) 2021-02-11 00:52:53 +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
e1e58d0a78 Italian language pack fix by Giacomo Margarito - grazie mille :) 2021-01-23 13:05:35 +01:00
azett
a44a898632 Added Spanish language pack - muchas gracias, Carlos a.k.a karelv! 2021-01-02 13:35:33 +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
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
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
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
azett
92aa7d395e Leggero now with HTML5 doctype 2020-10-25 06:43:27 +01:00
azett
091dc53c3b Reworked German language files by Detlef - thanks a lot! 2020-09-15 13:31:03 +02:00
azett
27622c0c50 Leggero v1 is now responsive, thanks again Matthias! :) 2020-09-06 11:28:12 +02:00
Francisco
3eb02b0509 Merged 2020-07-11 15:18:33 +01:00
azett
e65bb9c549 Added the Italian language pack by Giacomo Margarito - grazie mille! 2020-05-09 14:11:32 +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