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.
2013-04-26 16:30:25 +04:00
..
autoload.php autoload: include functions.php 2013-04-24 09:05:58 +04:00
ccache.php fix blank character after opening bracket in function calls 2013-04-17 18:34:18 +04:00
colors.php Revert "_DISABLE_FLOICON -> _ENABLE_FLOICON" 2013-04-19 08:43:11 +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 fix blank character after opening bracket in function calls 2013-04-17 18:34:18 +04:00
errorhandler.php make logging configurable; add logging to syslog 2013-04-19 09:45:43 +04:00
feedbrowser.php fix blank character after opening bracket in function calls 2013-04-17 18:34:18 +04:00
functions.php set default timezone to automatic (bump schema) 2013-04-26 14:16:03 +04:00
labels.php fix blank character after opening bracket in function calls 2013-04-17 18:34:18 +04:00
login_form.php login: add tooltip for bw_limit 2013-04-24 19:13:11 +04:00
rssfuncs.php Match each tag separately against user filter regular expression 2013-04-26 16:30:25 +04:00
sanity_check.php fixed sanity check (mysqli_connect is also allowed now) 2013-04-17 19:23:52 +02:00
sanity_config.php make logging configurable; add logging to syslog 2013-04-19 09:45:43 +04:00
sessions.php use static version for session checking, show latest changeset for git version instead of head date 2013-04-24 16:57:24 +04:00
version.php use static version for session checking, show latest changeset for git version instead of head date 2013-04-24 16:57:24 +04:00