Rss-Bridge/lib
logmanoriginal 22e8f8b4aa [RssBridge] Skip searching vendor files
Vendor files (simple_html_dom.php and urljoin.php) are included in the
repository and therefore shipped with all releases. If one of the files
is missing, either the repository or the release is incomplete.

PHP will generate error messages if either of the files is missing, so
there is no need to check availability manually unless it is done for
all files (which doesn't make sense because they are part of the
repository).
2018-11-06 18:11:18 +01:00
..
Authentication.php core: Set code in header() instead of calling http_response_code() 2018-11-05 19:29:01 +01:00
Bridge.php [Bridge] Remove superfuous variables and statements 2017-08-06 00:04:07 +02:00
BridgeAbstract.php Return exceptions in requested feed formats (#841) 2018-10-15 17:21:43 +02:00
BridgeCard.php [BridgeCard] Fix checkbox default value (#874) 2018-10-20 13:14:46 +02:00
BridgeInterface.php Return exceptions in requested feed formats (#841) 2018-10-15 17:21:43 +02:00
BridgeList.php core: Display optional administrator email (#896) 2018-11-05 10:46:44 +01:00
Cache.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00
CacheInterface.php [cache] Specify cache duration for 'purgeCache' 2016-10-08 16:18:10 +02:00
Configuration.php core: Replace PHP_VERSION_REQUIRED by static text 2018-11-05 19:07:33 +01:00
contents.php [contents.php] Fix typo (#900) 2018-11-05 11:10:32 +01:00
error.php Catching up | [Main] Debug mode, parse utils, MIME | [Bridges] Add/Improve 20 bridges (#802) 2018-09-09 20:20:13 +01:00
Exceptions.php core: Use REPOSITORY constant where applicable 2018-11-05 19:05:59 +01:00
FeedExpander.php Catching up | [Main] Debug mode, parse utils, MIME | [Bridges] Add/Improve 20 bridges (#802) 2018-09-09 20:20:13 +01:00
Format.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00
FormatAbstract.php [core] Returning 304 http code when returning cached data (#793) 2018-08-25 20:00:38 +01:00
FormatInterface.php [FormatInterface] Add missing public functions 2016-11-09 18:41:24 +01:00
html.php phpcs: Fix violations 2018-11-05 12:55:58 +01:00
ParameterValidator.php [ParameterValidator] Move 'getQueriedContext' from BridgeAbstract 2018-09-22 17:04:55 +02:00
RssBridge.php [RssBridge] Skip searching vendor files 2018-11-06 18:11:18 +01:00