Commit Graph

11 Commits (1fd733c8ff026f0d5095a2c5a1ebe4d4095da3cd)

Author SHA1 Message Date
Rob Hoelz 9a6456fa12 Stop after first search plugin
The sanity check should have caught any extra ones, but it doesn't
hurt to be careful
11 years ago
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
Andrew Dolgov 84e36b61a3 make_init_params: add plugins 11 years ago
Andrew Dolgov 3e8a79be6d make_init_params: add theme 11 years ago
Andrew Dolgov 31460f84fe make_init_params: add some additional information useful for reporting 11 years ago
Andrew Dolgov ad593e4393 disable headlines grouping for recently read vfeed 11 years ago
Andrew Dolgov 99c19e1dcb start_ts for feeds: use date_entered for consistency 11 years ago
Andrew Dolgov d1e631f301 generated feeds, add ts= (strtotime) start timestamp 11 years ago
Andrew Dolgov 16c4803251 Revert "get_feeds_from_html: add rel='alternate feed'"
This reverts commit 526e1d80be.
11 years ago
Andrew Dolgov 526e1d80be get_feeds_from_html: add rel='alternate feed' 11 years ago
Andrew Dolgov 97b7d5c038 split functions php into two parts because syntastic is too slow
get_feeds_from_html: stricter feed detection based on whatwg guidelines
11 years ago