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
Andrew Dolgov 6d746453c7 get_feeds_from_html: remove XML preamble hack
move several related helper functions to Feeds class
5 years ago
..
auth pluginhost: do not connect via legacy DB api until requested 7 years ago
db db_prefs: return null if requested key is unset 5 years ago
feeditem parser: clean() attribute values by default (except content) 6 years ago
handler get_feeds_from_html: remove XML preamble hack 5 years ago
logger event log: simplify styles, prevent horizontal scrolling 5 years ago
pref get_feeds_from_html: remove XML preamble hack 5 years ago
api.php API: getHeadlines: return feed_id for Archived entries as 0 instead of null to be consistent with requested feed_id 6 years ago
article.php af_readability: fix HOOK_GET_FULL_TEXT not being installed because plugin init() is called before load_data() 5 years ago
backend.php hotkey help: remove more info button 5 years ago
ccache.php Be explicit when id column is ambiguous 6 years ago
counters.php Be explicit when id column is ambiguous 6 years ago
db.php Logger_SQL: use separate PDO connection 6 years ago
dbupdater.php further update CLI schema updater layout to make it more readable 5 years ago
debug.php CLI tools: fix --quiet not working if --log is unset 6 years ago
digest.php digest text mode excerpt: use ellipsis fit for plain text 5 years ago
dlg.php dialogs: use semantic markup instead of dlgsec stuff 5 years ago
feedenclosure.php remove some redundant php closing tags 7 years ago
feeditem.php Store language of entries as indicated by the feed. 6 years ago
feedparser.php parser: force libxml error messages to valid utf8 5 years ago
feeds.php get_feeds_from_html: remove XML preamble hack 5 years ago
handler.php pluginhost: do not connect via legacy DB api until requested 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 labels: unfortunately we can't rely on caption to selectively clear label_cache (because of json unicode encoding) so clean it completely if label is updated 6 years ago
logger.php Logger->log() allow passing context (defaults to '') 6 years ago
mailer.php Fix to_address being logged twice 5 years ago
opml.php OPML: 5 years ago
plugin.php pluginhost: remove plugin gettext helpers (moved to plugin base class) 5 years ago
pluginhandler.php force strip_tags() on all user input unless explicitly allowed 7 years ago
pluginhost.php plugins: add HOOK_GET_FULL_TEXT which may be used to provide full text extraction to core code and other plugins, instead of trying to invoke af_readability specifically 5 years ago
rpc.php update: add option to send digests 5 years ago
rssutils.php parser: force libxml error messages to valid utf8 5 years ago