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/include
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.
10 years ago
..
autoload.php autoload: include functions.php 11 years ago
ccache.php add experimental hack to speed up ccache category calculation 11 years ago
colors.php do no try to pass MS icon files to GD 11 years ago
crypt.php implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY) 11 years ago
db-prefs.php move db-prefs to OO 11 years ago
db.php fix blank character after opening bracket in function calls 11 years ago
digest.php remove some unused code reported by phpmd 11 years ago
errorhandler.php errorhandler: check for Logger class existing 11 years ago
feedbrowser.php remove some unused code reported by phpmd 11 years ago
functions.php bump schema version to fix resetpass_token created as a wrong type in 124 10 years ago
functions2.php Make search mechanism pluggable 10 years ago
labels.php remove some unused code reported by phpmd 11 years ago
login_form.php load stylesheets/scripts using helper functions in a few more places 11 years ago
rssfuncs.php deactivated FeedParser re-use as it is not multiuser safe 10 years ago
sanity_check.php Make search mechanism pluggable 10 years ago
sanity_config.php Make search mechanism pluggable 10 years ago
sessions.php better error reporting in session validation 11 years ago
version.php release 1.12 10 years ago