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
Rob Hoelz baaf4c3043 Make search mechanism pluggable
Currently, TinyTinyRSS can use raw SQL or the Sphinx search engine
for searching.  It would be nice if other search engines (such as
Xapian) could be used, or if features of the underlying SQL engine
(such as MySQL's FULLTEXT indexes) could be leveraged.  This commit
makes searching into a plugin hook, falling back to the builtin behavior
if no search plugin is active.  The Sphinx search behavior has been
broken out into a plugin.
11 years ago
..
auth
db rollback current transaction before trying to report SQL query errors, properly save database error messages when logging query errors 11 years ago
feeditem parser: trim some some feed-extracted data link titles and links 11 years ago
handler generated feeds, add ts= (strtotime) start timestamp 11 years ago
logger
pref expand filtertree display to make filters easier to distinguish 11 years ago
.htaccess
api.php Added syslog reporting for failed API login attempts. 11 years ago
article.php remove some unused code reported by phpmd 11 years ago
backend.php
db.php
dbupdater.php
dlg.php remove some unused code reported by phpmd 11 years ago
feedenclosure.php support media:description for media: enclosures 11 years ago
feeditem.php
feedparser.php parser: trim some some feed-extracted data link titles and links 11 years ago
feeds.php Make search mechanism pluggable 11 years ago
handler.php
iauthmodule.php
idb.php
ihandler.php
logger.php
opml.php opml import: remove unneeded 250 character restriction on feed urls 11 years ago
plugin.php
pluginhandler.php
pluginhost.php Make search mechanism pluggable 11 years ago
rpc.php remove some unused code reported by phpmd 11 years ago
ttrssmailer.php