7b80b5e160
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. |
||
---|---|---|
.. | ||
autoload.php | ||
ccache.php | ||
colors.php | ||
crypt.php | ||
db-prefs.php | ||
db.php | ||
digest.php | ||
errorhandler.php | ||
feedbrowser.php | ||
functions.php | ||
labels.php | ||
login_form.php | ||
rssfuncs.php | ||
sanity_check.php | ||
sanity_config.php | ||
sessions.php | ||
version.php |