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
Bram Schoenmakers 7b3110c9c9 Fix for testing filters getting stuck sometimes.
Sometimes when testing a filter the database becomes unresponsive, stuck
in a long query.

Solution: properly join ttrss_entries and ttrss_user_entries instead of
working with their carthesian product.
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 catchup_feed: only mark articles as read with non-negative score in fresh feed 10 years ago
functions2.php Fix for testing filters getting stuck sometimes. 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 Add subscribe hook, give more information to fetch_feed hook 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