659 Commits

Author SHA1 Message Date
azett
a6e44a8e7f Fixed plugin mgmt template. Also: Fixed empty warning box. 2022-02-06 15:08:09 +01:00
azett
f34a000d92 Fixed MediaManager template 2022-02-06 14:23:29 +01:00
azett
26d804bc8f Merge branch 'master' into issue94_smartyupdate 2022-02-06 13:43:01 +01:00
azett
96934bf2aa Fixed little glich in Portuguese translation. Obrigado cmarangon! 2022-02-04 13:17:02 +01:00
azett
253019d9e3 Updated required PHP version 2022-01-29 21:36:19 +01:00
azett
25c1618042 Updated FP-specific Smarty plugin "Admin" to v4 OOP style. Replaced obsolete get_template_vars() calls with getTemplateVars(). 2022-01-29 15:20:42 +01:00
azett
e7a64816d6 Added APIdoc, removed obsolete code 2022-01-29 14:43:21 +01:00
azett
fb43fe3ea9 Updated FP-specific Smarty plugins to v4 OOP style. Moved list_categories plugin to the Smarty plugin folder in order to have it loaded properly. 2022-01-29 14:40:06 +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
0cc8e108c2 Plugin description updated 2022-01-15 13:16:51 +01:00
azett
9285f92f73 Updated jQuery (3.5.1 => 3.6) and jQueryUI (1.12.1 => 1.13). 2021-12-28 13:04:29 +01:00
azett
562844d4b8 Version push 2021-11-01 14:21:25 +01:00
azett
0d03c84afd Merge branch 'master' of https://github.com/flatpressblog/flatpress 2021-11-01 13:08:40 +01:00
azett
a759461743 More template fixes 2021-11-01 13:08:19 +01:00
Arvid Zimmermann
44df55eaef
Text formatting 2021-10-30 21:14:28 +02:00
Arvid Zimmermann
076ff5ebba
Added features; overhauled top button bar 2021-10-30 21:01:59 +02:00
azett
b1156dcf0f More template fixes for #90 2021-10-30 13:39:23 +02:00
azett
99c6c52628 Fix for #90: Comment Center config page threw errors. 2021-10-30 13:11:50 +02:00
Arvid Zimmermann
dc018d6e3c
better link 2021-10-23 23:14:48 +02:00
Arvid Zimmermann
6eaa3ea414
added "help and support" section 2021-10-23 23:04:34 +02:00
azett
e2a6bf1a8a Fixed security issue reported by huntr.dev: Session cookie missed the "secure" flag. Thanks for reporting! 2021-10-23 20:25:09 +02:00
azett
f4209dc7a8 removed obsolete code 2021-10-23 19:21:39 +02:00
Arvid Zimmermann
1a5138557b
Added a few more words 2021-10-20 19:49:46 +02:00
Arvid Zimmermann
acb80eeddb
Added link to Security Policy 2021-10-20 19:47:14 +02:00
Arvid Zimmermann
0c9841222d
Merge pull request #89 from zidingz/master
Create SECURITY.md - thanks @zidingz for the PR!
2021-10-19 12:30:44 +02:00
Ziding Zhang
a6d8b80ffc Create SECURITY.md 2021-10-14 14:50:03 +01:00
Arvid Zimmermann
e5b964eb91
Update CHANGELOG.md 2021-06-19 14:11:38 +02:00
Arvid Zimmermann
6d083a8982
Update CHANGELOG.md 2021-06-19 14:08:02 +02:00
azett
14d503dfa9 version bump 2021-06-19 13:57:30 +02:00
Arvid Zimmermann
88c5b9fced
updated with latest changes 2021-06-03 18:02:06 +02:00
Arvid Zimmermann
49a7882f02
Added Dutch lang pack by Macmee 2021-06-03 17:58:06 +02:00
azett
9a0c93de9e Added Dutch language pack by Macmee - hartelijk bedankt! 2021-06-03 14:12:43 +02:00
Arvid Zimmermann
02f5a55824
typo 2021-06-03 11:38:25 +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
Arvid Zimmermann
758a829cb6
Added Mastodon links 2021-03-29 12:14:48 +02:00
Arvid Zimmermann
d51e7ba602
Added Mastodon links 2021-03-29 12:11:18 +02:00
azett
9ce0674b57 Let's release version 1.2 "Legato"! \o/
Bumped system version to 1.2, edited changelog accordingly.
2021-03-20 12:21:05 +01:00
azett
43a7a43191 Italian language pack fix by Giacomo Margarito - grazie mille :) 2021-03-04 13:12:38 +01:00
azett
25eafcee8f Bugfix: Spam protection question wasn't displayed. 2021-03-04 13:04:25 +01:00
Arvid Zimmermann
74015cbd49
Too many bugs fixed to list in detail^^ 2021-02-28 12:45:28 +01:00
azett
e98ee2a6b6 Version bump to 1.2.beta2 2021-02-28 12:15:38 +01:00
azett
0ceec7a50f Fix for #76: Check date array for expected format.
Also: Fixed autocompletion mess-up in plugin.prettyurls.php -_-
2021-02-28 12:11:01 +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
8633cb6d48 Fix for #77: Unnecessary quotes broke access to array value 2021-02-28 11:43:14 +01:00
azett
fe1d222742 Handling of missing array indices added 2021-02-24 18:41:13 +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
8ddd5a448f Added German setup file. 2021-02-20 12:50:59 +01:00
azett
6031849486 Link in PrettyUrls description wasn't helpful at all - removed. 2021-02-20 12:06:28 +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
aaf5d35c0e Added Czech lang files by Lubomír Ludvík for setup and Commentcenter plugin. Děkuji! :) 2021-02-20 11:17:03 +01:00