Arvid Zimmermann

Results 47 issues of Arvid Zimmermann

Any date format config in FlatPress relies on the [strftime() format](https://www.php.net/manual/en/function.strftime.php#refsect1-function.strftime-parameters) (with % escape character). As of PHP 8.1, [strftime() is marked as deprecated](https://www.php.net/manual/en/migration81.deprecated.php#migration81.deprecated.date). [Reported on the support forum by...

PHP 8.1

Reported by laborix [on the forum](https://forum.flatpress.org/viewtopic.php?f=2&t=399): With PHP 8.2, FlatPress spills hundreds of deprecation warnings due to dynamic properties accesses. More details: - https://wiki.php.net/rfc/deprecate_dynamic_properties - https://php.watch/versions/8.2/dynamic-properties-deprecated

PHP 8.2

The Gallery captions plugin in misses the new card layout in the Responsive Admin Area. But that means, all legacy plugins would have to retrofitted with that -> check if...

enhancement

It would be nice if the plugins' activity status in the new Admin Area would be color coded - like green for active plugin, light red for inactive.

enhancement

Responsive admin branch: Admin Area footer says "i am the footer" 😄

Might be useful to have all contributors sign a Contributors License Agreement (CLA) to make sure ... - ... the contributor (e.g., the author of a pull request) really is...

public relations

As suggested by bttr [on the forum](https://forum.flatpress.org/viewtopic.php?f=4&t=371): Enhance the "url" element of the standard BBCode plugin with the possibilities of the [Internal URLs plugin](https://wiki.flatpress.org/res:plugins:internalurls?s[]=internal): > [url=entry:entry220418-201447]any entry by ID[/url] >...

enhancement

As reported by laborix [on the forum](https://forum.flatpress.org/viewtopic.php?f=2&t=405): > With Flatpress 1.2.1 the following PHP warning can occur when uploading files: PHP Warning: Undefined array key "uploaded_files" in .../fp-content/cache/e93fccb09cf8b04111b9595da102f3f4^%%9D^9D6^9D6FBCCD%%default.php on line...

bug

Reported by WineMan on the support forum for the [Responsive Admin branch](/flatpressblog/flatpress/tree/responsiveadmin): > It appears that the time is incorrect and is not fixed when changed. I am in California...

bug

As reported by bttr [on the forum](https://forum.flatpress.org/viewtopic.php?f=2&t=361): Time zone handling may be buggy (entry dates on the blog and in the RSS feed). Possibly related to #99 and #113!