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
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() 8 years ago
logger
pref filters/edit: properly parse feed-specific legacy format filter rules 7 years ago
api.php pref/feeds: start user category ordering from 1 8 years ago
article.php add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM 8 years ago
backend.php move digest stuff to Digest class 8 years ago
ccache.php move counter cache to a separate class 8 years ago
counters.php move counter stuff to a separate class 8 years ago
db.php
dbupdater.php dbupdater: fail if version file missing 8 years ago
digest.php move digest stuff to Digest class 8 years ago
dlg.php
feedenclosure.php
feeditem.php
feedparser.php
feeds.php add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM 8 years ago
handler.php
iauthmodule.php
idb.php remove some redundant php closing tags 8 years ago
ihandler.php
labels.php get_all_labels: order by caption 7 years ago
logger.php
opml.php Revert "Revert "filters: support matching on multiple feeds/categories"" 8 years ago
plugin.php classes/Plugin: remove dbh & host fields; set init() and about() as abstract methods. 8 years ago
pluginhandler.php
pluginhost.php add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM 8 years ago
rpc.php remove pubsubhubbub: dead 8 years ago
rssutils.php add support for http 304 not modified (no timestamp calculation bullshit like last time) 7 years ago
ttrssmailer.php