You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/classes
wn_ f3774b9d65 Use 'saveHTML' when generating HTML from a DOMDocument.
This primarily occurs when modifying article content.  If 'saveXML' is
used following 'loadHTML' there is the possibility of strangeness, such
as a self-closing anchor tag.

Note that the DOMDocument used in 'classes/feeditem/atom.php' came from
'loadXML', but we use 'saveHTML' since we're returning HTML content.
7 years ago
..
auth remove some redundant php closing tags 7 years ago
db use mysqli_set_charset() to set MYSQL_CHARSET 7 years ago
feeditem Use 'saveHTML' when generating HTML from a DOMDocument. 7 years ago
handler replace some usages of SELF_URL_PATH with get_self_url_prefix() 7 years ago
logger remove some redundant php closing tags 7 years ago
pref filters/edit: properly parse feed-specific legacy format filter rules 7 years ago
api.php pref/feeds: start user category ordering from 1 7 years ago
article.php add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM 7 years ago
backend.php move digest stuff to Digest class 7 years ago
ccache.php move counter cache to a separate class 7 years ago
counters.php move counter stuff to a separate class 7 years ago
db.php remove some redundant php closing tags 7 years ago
dbupdater.php dbupdater: fail if version file missing 7 years ago
digest.php move digest stuff to Digest class 7 years ago
dlg.php remove some redundant php closing tags 7 years ago
feedenclosure.php remove some redundant php closing tags 7 years ago
feeditem.php remove some redundant php closing tags 7 years ago
feedparser.php remove some redundant php closing tags 7 years ago
feeds.php add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM 7 years ago
handler.php remove some redundant php closing tags 7 years ago
iauthmodule.php remove some redundant php closing tags 7 years ago
idb.php remove some redundant php closing tags 7 years ago
ihandler.php remove some redundant php closing tags 7 years ago
labels.php get_all_labels: order by caption 7 years ago
logger.php remove some redundant php closing tags 7 years ago
opml.php Revert "Revert "filters: support matching on multiple feeds/categories"" 7 years ago
plugin.php classes/Plugin: remove dbh & host fields; set init() and about() as abstract methods. 7 years ago
pluginhandler.php remove some redundant php closing tags 7 years ago
pluginhost.php add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM 7 years ago
rpc.php remove pubsubhubbub: dead 7 years ago
rssutils.php add support for http 304 not modified (no timestamp calculation bullshit like last time) 7 years ago
ttrssmailer.php remove some redundant php closing tags 7 years ago