wiki.techinc.nl/includes/rcfeed
Bryan Davis 78695ada64 Use safe attribute accessor for RecentChange
The RecentChange does not guarantee that all attributes are populated.
Handily it provides a safe getter function in
RecentChange::getAttribute() that will return null with out triggering
an undefined index warning for missing attributes. Protects against log
spam like "Notice: Undefined index: rc_id".

Change-Id: Idee844f0d40a2a084e17f201b5e1501d59a0464d
2014-09-13 05:02:33 +00:00
..
IRCColourfulRCFeedFormatter.php Pass phpcs-strict on includes/rcfeed/ 2014-05-10 10:42:13 +02:00
JSONRCFeedFormatter.php
MachineReadableRCFeedFormatter.php Use safe attribute accessor for RecentChange 2014-09-13 05:02:33 +00:00
RCFeedEngine.php Remove various functions and globals deprecated since 1.22 from RecentChange 2014-08-12 22:19:36 -07:00
RCFeedFormatter.php
RedisPubSubFeedEngine.php
UDPRCFeedEngine.php
XMLRCFeedFormatter.php