rss-bridge/lib
logmanoriginal 28331e7cd6 [BridgeAbstract] Return cached infos when using cached items
Re-requesting the same feed in normal mode (not debug mode)
returns the cached version. The name and URI of the feed
however was not returned.

This adds checks to getName() and getURI() in order to return
the cached infos when using the cached version.

Notice: For this to work correctly all bridges must call to
parent::getName() and parent::getURI() respectively if the
queriedContext is not defined. Example:

switch($this->queriedContext){
	case 'My context':
		// do your stuff here!
		break;
	default: parent::getName();
}
2017-04-23 21:06:25 +02:00
..
Bridge.php
BridgeAbstract.php [BridgeAbstract] Return cached infos when using cached items 2017-04-23 21:06:25 +02:00
BridgeInterface.php core: Use methods to access bridge information 2017-02-15 19:38:32 +01:00
Cache.php
CacheInterface.php
contents.php style: Fix coding styles 2017-02-14 17:28:07 +01:00
error.php [core] Fix typos 2016-11-09 19:10:40 +01:00
Exceptions.php
FeedExpander.php [FeedExpander] Properly cast simplexml elements 2017-03-13 22:12:11 +01:00
Format.php
FormatAbstract.php style: Fix coding styles 2017-02-14 17:28:07 +01:00
FormatInterface.php
html.php Add an indicator to show the HTTP status of the site. (#483) 2017-03-18 19:02:18 +00:00
RssBridge.php style: Fix coding styles 2017-02-14 17:28:07 +01:00
validation.php style: Fix coding styles 2017-02-14 17:28:07 +01:00