mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25:55 +00:00
Merge branch 'master' into hookhead
Conflicts: include/functions.php changes for conflicts with master
This commit is contained in:
@@ -2578,8 +2578,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$content_query_part = "content, content AS content_preview, cached_content, ";
|
||||
|
||||
|
||||
if (is_numeric($feed)) {
|
||||
|
||||
if ($feed >= 0) {
|
||||
@@ -3784,7 +3786,7 @@
|
||||
* @return string Absolute URL
|
||||
*/
|
||||
function rewrite_relative_url($url, $rel_url) {
|
||||
if (strpos($rel_url, "magnet:") === 0) {
|
||||
if (strpos($rel_url, ":") !== false) {
|
||||
return $rel_url;
|
||||
} else if (strpos($rel_url, "://") !== false) {
|
||||
return $rel_url;
|
||||
@@ -3954,6 +3956,7 @@
|
||||
$reg_qpart = "REGEXP";
|
||||
|
||||
foreach ($filter["rules"] AS $rule) {
|
||||
$rule['reg_exp'] = str_replace('/', '\/', $rule["reg_exp"]);
|
||||
$regexp_valid = preg_match('/' . $rule['reg_exp'] . '/',
|
||||
$rule['reg_exp']) !== FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user