azett
107f6d99eb
Added missing properties to fix "Dynamic properties are deprecated"
...
errors under PHP 8.2
2023-10-28 13:56:05 +02:00
Arvid Zimmermann
909d48296b
Merge pull request #203 from Fraenkiman/upstream/issue201
...
fixes several layout/css-glitches in the previous administration area and in the styles
2023-06-11 13:38:13 +02:00
Fraenkiman
ee12d6cdc9
Corrected size of link in headline
...
Corrected size of link in headline
2023-05-07 17:02:12 +02:00
Fraenkiman
af5c77e166
Enables NoWhereMan's statistics panel
...
Fixes #241 and enables NoWhereMan's statistics panel
2023-05-07 15:23:40 +02:00
Fraenkiman
4e9c9f1907
Preview for delete page and delete entry
...
* Preview for delete page and delete entry also corrected
2023-02-24 00:15:06 +01:00
Fraenkiman
bb436ddc3b
solves issue #145
...
*SEO Metatag Info Plugin in the standard distribution*
- includes all languages FlatPress currently supports as standard (translation via Deepl).
- Content customized texts incl. placeholder as example.
- With own hook in entry- and statictemplate, because otherwise the tag plugin is also shown when creating static pages; which is not supposed to be
2023-01-11 21:53:23 +01:00
azett
516bdc173a
check for correct admin referer on delete entry (see #64 )
2022-12-30 12:46:35 +01:00
azett
d8991285c6
added API doc; fixed code formatting
2022-12-29 14:20:31 +01:00
azett
229752b510
fixes #180 , possible XSS in entry list
2022-12-25 20:32:55 +01:00
azett
7d748fe62a
fixes #171 - thx! :)
2022-12-17 13:09:00 +01:00
azett
9218d118c9
Editor toolbar back to working as intended. Fixes #168 , thanks for reporting in this detailled manner!
2022-12-11 14:26:58 +01:00
azett
bdf9e780e1
fixed more PHP warnings - thx laborix!
2022-10-11 20:10:20 +02:00
azett
80abe0a55d
fixed endless loop in entry overview; fixed PHP warning
2022-10-11 13:43:19 +02:00
azett
1b9022c5f6
fixed some errors occuring in Apache error log - thx laborix
2022-10-09 15:09:55 +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
becd504aae
Issue 106: Invalid HTML output fixed
2022-05-07 20:02:41 +02:00
azett
6bafd11149
Made the BBCode toolbar of the editor work with Smarty 4.
2022-04-09 14:13:46 +02: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
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
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
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
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
Edoardo Vacchi
38e6db0e85
fix signature of methods in admin panel
2013-11-27 18:11:15 +01:00
real_nowhereman
2d1174228f
fix nested forms
2011-04-15 17:09:39 +00:00
real_nowhereman
d3f7b04446
reverted back JS confirm
2010-11-07 13:36:30 +00:00
real_nowhereman
9606e13aad
comment were not deleted
2010-11-07 12:07:48 +00:00
real_nowhereman
c5fcc39d7f
prevent injections
2010-10-21 09:03:50 +00:00
real_nowhereman
8dfa99d8c6
prevent cat-0 from being tampered with
2010-09-29 19:41:16 +00:00
real_nowhereman
2e41413efe
updated plugin, modified admin panel with empty divs; now save&continue (sort-of) works (experimental!)
2010-08-25 19:54:25 +00:00
real_nowhereman
b311abe245
list_categories changed behavior, fixed
2009-12-04 08:16:24 +00:00
real_nowhereman
754d2899b3
various changes in how dates are handled in config panels. added a new lang string. added a new fp_config field, new blogs will need a reinstall or customizing by hand the option panel
2009-09-23 12:57:10 +00:00
real_nowhereman
cc44e55cdc
fixes missing URL when editing comments
2009-09-09 17:30:19 +00:00
real_nowhereman
d99a4e4f43
"fixing" hidden stat panel notice
2009-07-26 09:11:15 +00:00
real_nowhereman
a1176756a4
porting to PHP5-style object assignments
2009-07-21 15:51:49 +00:00
real_nowhereman
7d941b4605
comment editor
2009-03-27 18:20:45 +00:00
real_nowhereman
3eda7bfd6c
preserve loggedin flag on edit
2009-02-28 11:18:31 +00:00
real_nowhereman
5ffe855a74
forgot to commit the actual comment editor panel :D
2009-02-27 16:22:38 +00:00
real_nowhereman
184168d7a2
added comment editor!
2009-02-27 10:37:40 +00:00
real_nowhereman
b9fedf7841
fix bad escaping of html entities
2009-02-26 18:25:47 +00:00
real_nowhereman
d5e666a1a1
big commit: implemented sort-of 2-phase (3-phase actually) safe commit in FP; first entry is saved as draft, then content is moved along when indices have been succesfully updated; this way if btree fails, entry is anyway kept in a safe place; added a few cosmetic changes, a bunch of new, more descriptive language strings for the entry panel; added a "you are editing a draft" notice in the panel; hope you will like it :)
2009-02-03 16:53:52 +00:00
real_nowhereman
13dc0b6cb4
allowing quick parsing to display comment count, in order to list entries quickly; changed admin panel accordingly (no author column anymore)
2008-09-08 09:06:54 +00:00
real_nowhereman
98914dcc5c
should fix double stripslash
2008-06-28 08:21:49 +00:00
real_nowhereman
c1cb4e10d7
fix pagination with filtered entry list
2008-04-10 10:59:19 +00:00
real_nowhereman
acf9641f1e
should fix the double quotes in subject field for entries
2008-03-31 21:16:43 +00:00
real_nowhereman
c0a535f83c
merging to trunk session-fix; it probably DIDN'T fix a heck, but at least ported the admin panel to a session-independent validating system
2008-03-24 20:31:37 +00:00
real_nowhereman
69f4510433
fixed redirect in comments (baaw!) incidentally I've added a new option for panels to define mandatory argument; why? BECAUSE I CAN! BAWAHAHAHA; really because I hadn't any other idea, and this sounded nice; I'll have to port the other panels for simmetry, but in the meantime they should still work ok.
2008-02-17 20:24:04 +00:00
real_nowhereman
f43109aacf
other cosmetic changes in tables+css
2007-11-09 09:32:28 +00:00
real_nowhereman
a68630bf35
First revision of FlatPress Crescendo+1 ( 0.703+n :) )
2007-10-30 10:30:07 +00:00