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
Dmitry Konishchev 7b80b5e160 Match each tag separately against user filter regular expression
Each article's tag should be matched against user filter regular
expression separately. Current matching confuses when you want to match
an exact tag. You suppose to write "^tag$", bug now have to write
"(^|,)tag(,|$)" which is very inconvenient and requires knowledge about
how do you process this matching.
13 years ago
..
autoload.php autoload: include functions.php 13 years ago
ccache.php fix blank character after opening bracket in function calls 13 years ago
colors.php Revert "_DISABLE_FLOICON -> _ENABLE_FLOICON" 13 years ago
crypt.php implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY) 13 years ago
db-prefs.php move db-prefs to OO 13 years ago
db.php fix blank character after opening bracket in function calls 13 years ago
digest.php fix blank character after opening bracket in function calls 13 years ago
errorhandler.php make logging configurable; add logging to syslog 13 years ago
feedbrowser.php fix blank character after opening bracket in function calls 13 years ago
functions.php set default timezone to automatic (bump schema) 13 years ago
labels.php fix blank character after opening bracket in function calls 13 years ago
login_form.php login: add tooltip for bw_limit 13 years ago
rssfuncs.php Match each tag separately against user filter regular expression 13 years ago
sanity_check.php fixed sanity check (mysqli_connect is also allowed now) 13 years ago
sanity_config.php make logging configurable; add logging to syslog 13 years ago
sessions.php use static version for session checking, show latest changeset for git version instead of head date 13 years ago
version.php use static version for session checking, show latest changeset for git version instead of head date 13 years ago