From fbaf26e8bf3d61449833e12885778814e82eb168 Mon Sep 17 00:00:00 2001 From: Dag Date: Thu, 8 Jun 2023 23:04:16 +0200 Subject: [PATCH] fix(html_format): add spacing below date if author is missing (#3425) * small ui tweak * remove unused
* refactor: rename method * refactor: inline const * refactor --- actions/DisplayAction.php | 3 +-- actions/SetBridgeCacheAction.php | 2 +- docs/08_Format_API/03_FormatAbstract.md | 13 ------------- formats/AtomFormat.php | 2 +- formats/JsonFormat.php | 2 +- formats/MrssFormat.php | 2 +- lib/BridgeFactory.php | 9 ++++----- lib/bootstrap.php | 1 - lib/html.php | 2 +- templates/html-format.html.php | 7 +++---- tests/Bridges/BridgeImplementationTest.php | 2 +- 11 files changed, 14 insertions(+), 31 deletions(-) delete mode 100644 docs/08_Format_API/03_FormatAbstract.md diff --git a/actions/DisplayAction.php b/actions/DisplayAction.php index c71be5dd..0a3d6dcd 100644 --- a/actions/DisplayAction.php +++ b/actions/DisplayAction.php @@ -41,8 +41,7 @@ class DisplayAction implements ActionInterface $bridge = $bridgeFactory->create($bridgeClassName); $bridge->loadConfiguration(); - $noproxy = array_key_exists('_noproxy', $request) - && filter_var($request['_noproxy'], FILTER_VALIDATE_BOOLEAN); + $noproxy = array_key_exists('_noproxy', $request) && filter_var($request['_noproxy'], FILTER_VALIDATE_BOOLEAN); if (Configuration::getConfig('proxy', 'url') && Configuration::getConfig('proxy', 'by_bridge') && $noproxy) { define('NOPROXY', true); diff --git a/actions/SetBridgeCacheAction.php b/actions/SetBridgeCacheAction.php index 8bd4b545..ac56f7ea 100644 --- a/actions/SetBridgeCacheAction.php +++ b/actions/SetBridgeCacheAction.php @@ -21,7 +21,7 @@ class SetBridgeCacheAction implements ActionInterface $key = $request['key'] or returnClientError('You must specify key!'); - $bridgeFactory = new \BridgeFactory(); + $bridgeFactory = new BridgeFactory(); $bridgeClassName = null; if (isset($request['bridge'])) { diff --git a/docs/08_Format_API/03_FormatAbstract.md b/docs/08_Format_API/03_FormatAbstract.md deleted file mode 100644 index cb206b85..00000000 --- a/docs/08_Format_API/03_FormatAbstract.md +++ /dev/null @@ -1,13 +0,0 @@ -The `FormatAbstract` class implements the [`FormatInterface`](../08_Format_API/02_FormatInterface.md) interface with basic functional behavior and adds common helper functions for new formats: - -* [sanitizeHtml](#the-sanitizehtml-function) - -# Functions - -## The `sanitizeHtml` function - -The `sanitizeHtml` function receives an HTML formatted string and returns the string with disabled `