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 a68b150601 remove separate classes for various panels, unify under .panel
remove a few other unnecessary css classes/ids
6 years ago
..
auth pluginhost: do not connect via legacy DB api until requested 7 years ago
db fix several issues related to profile being set to a non-numeric value 6 years ago
feeditem parser: move media:element handling to feeditem_common; use media:content @media attribute to generate placeholder content-type if not specified 6 years ago
handler force cast profile id to integer when assigning to session variable 6 years ago
logger Logger_SQL: use separate PDO connection 6 years ago
pref remove separate classes for various panels, unify under .panel 6 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 article note format updates 6 years ago
backend.php force strip_tags() on all user input unless explicitly allowed 7 years ago
ccache.php php: remove trailing whitespaces 6 years ago
counters.php queryfeedheadlines: there's no need to quote order_by/override_order 7 years ago
db.php Logger_SQL: use separate PDO connection 6 years ago
dbupdater.php debug logging system rework: 6 years ago
debug.php CLI tools: fix --quiet not working if --log is unset 6 years ago
digest.php debug logging system rework: 6 years ago
dlg.php remove separate classes for various panels, unify under .panel 6 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 Store language of entries as indicated by the feed. 6 years ago
feeds.php normalize archived articles output in headlines 6 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 mailer: fix indents 6 years ago
opml.php refactor OPML export/import code to be less horrible 6 years ago
plugin.php plugin base: add type hint to init(host) 7 years ago
pluginhandler.php force strip_tags() on all user input unless explicitly allowed 7 years ago
pluginhost.php add HOOK_FILTER_TRIGGERED (for filter debugging) 6 years ago
rpc.php force cast profile id to integer when assigning to session variable 6 years ago
rssutils.php do not try to update filter triggers if nothing was triggered (properly this time) 6 years ago