Rss-Bridge/actions
logmanoriginal 1ada9c26f8 format: Sanitize format name in the format factory
RSS-Bridge currently sanitizes the format name only for the display
action, which can cause problems if other actions depend on formats
as well.

It is therefore better to do sanitization in the factory class for
formats. Additionally, formats should not require a perfect match,
so 'Atom' and 'aToM' make no difference. This will also allow users
to define formats in their own style (i.e. only lowercase via CLI).

References #1001
2019-06-18 18:36:16 +02:00
..
DetectAction.php core: Implement action factory (#1002) 2019-02-06 18:34:51 +01:00
DisplayAction.php format: Sanitize format name in the format factory 2019-06-18 18:36:16 +02:00
ListAction.php core: Implement action factory (#1002) 2019-02-06 18:34:51 +01:00