ttrss/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.
2014-04-23 04:49:54 +00:00
..
autoload.php autoload: include functions.php 2013-04-24 09:05:58 +04:00
ccache.php add experimental hack to speed up ccache category calculation 2013-10-09 16:58:31 +04:00
colors.php do no try to pass MS icon files to GD 2013-06-15 13:15:20 +04:00
crypt.php implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY) 2013-04-13 18:24:41 +04:00
db-prefs.php move db-prefs to OO 2013-04-18 12:00:01 +04:00
db.php fix blank character after opening bracket in function calls 2013-04-17 18:34:18 +04:00
digest.php remove some unused code reported by phpmd 2014-02-19 15:42:52 +04:00
errorhandler.php errorhandler: check for Logger class existing 2013-05-13 13:32:51 +04:00
feedbrowser.php remove some unused code reported by phpmd 2014-02-19 15:42:52 +04:00
functions.php bump schema version to fix resetpass_token created as a wrong type in 124 2014-04-06 13:40:16 +00:00
functions2.php Make search mechanism pluggable 2014-04-23 04:49:54 +00:00
labels.php remove some unused code reported by phpmd 2014-02-19 15:42:52 +04:00
login_form.php load stylesheets/scripts using helper functions in a few more places 2014-01-28 15:32:19 +04:00
rssfuncs.php deactivated FeedParser re-use as it is not multiuser safe 2014-03-14 08:36:44 +01:00
sanity_check.php Make search mechanism pluggable 2014-04-23 04:49:54 +00:00
sanity_config.php Make search mechanism pluggable 2014-04-23 04:49:54 +00:00
sessions.php better error reporting in session validation 2013-07-06 12:05:52 +04:00
version.php release 1.12 2014-03-21 08:23:22 +04:00