From bae446973fcf148a956dfe0bc5cdce2d666dccdd Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 17 Jan 2023 10:29:12 +0000 Subject: reflect pubstream disable/enable logic change in can_view_public_stream() --- boot.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 0e324cc5b..3c0b97556 100644 --- a/boot.php +++ b/boot.php @@ -1862,10 +1862,9 @@ function can_view_public_stream() { } } - $site_firehose = ((intval(get_config('system', 'site_firehose', 0))) ? true : false); $net_firehose = ((get_config('system', 'disable_discover_tab', 1)) ? false : true); - if (!($site_firehose || $net_firehose)) { + if (!$net_firehose)) { return false; } -- cgit v1.2.3 From 40394b94d7c8a8bf1f61f5482195164fff434b90 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 17 Jan 2023 10:33:31 +0000 Subject: typo :\ --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 3c0b97556..97b680dba 100644 --- a/boot.php +++ b/boot.php @@ -1864,7 +1864,7 @@ function can_view_public_stream() { $net_firehose = ((get_config('system', 'disable_discover_tab', 1)) ? false : true); - if (!$net_firehose)) { + if (!$net_firehose) { return false; } -- cgit v1.2.3 From c5ca7f236f754441a5dd925719c06c3294bd8cd3 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 20 Jan 2023 11:06:05 +0000 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 97b680dba..2d24b0250 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.1'); +define('STD_VERSION', '8.1.1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From 60c968222f0090757dfc20a00433e926c6180fce Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 26 Jan 2023 10:26:55 +0000 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 2d24b0250..2e95f247f 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.1.1'); +define('STD_VERSION', '8.1.2'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From a2fc2e776ae0e77a84612a7ca33d6bd3255d5fc6 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 26 Jan 2023 18:29:21 +0000 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 2e95f247f..d2ae2e38d 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.1.2'); +define('STD_VERSION', '8.1.3'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From 5f89bd75a4f1b2b5940daf77053ea5774003c5e5 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 9 Feb 2023 01:53:46 +0000 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d2ae2e38d..8ad1d371a 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.1.3'); +define('STD_VERSION', '8.1.4'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From e7fb56447ae84bf6ebac6b244bc22a8a626eb041 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 14 Feb 2023 07:35:41 +0000 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 8ad1d371a..c9a07a1e4 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.1.4'); +define('STD_VERSION', '8.1.5'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From e412bdbdbec522fb4a19aac948ddeb14d26b2e9a Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 27 Feb 2023 09:07:26 +0000 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index c9a07a1e4..4072e3910 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.1.5'); +define('STD_VERSION', '8.1.6'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From 0db2e6b62c2af950275e1a1f6096d4c974f467ce Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 27 Feb 2023 20:31:16 +0000 Subject: fix second part of issue #1731 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 4072e3910..d6fa703ea 100644 --- a/boot.php +++ b/boot.php @@ -2657,7 +2657,7 @@ function check_for_new_perms() { $found_new_perm = false; foreach ($pcurrent as $p) { - if (!in_array($p, $pregistered)) { + if (!in_array($pregistered, $p)) { $found_new_perm = true; // for all channels -- cgit v1.2.3 From 7dacc7c2688199f8d73a2a33fbdfdd840fc62d77 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 27 Feb 2023 20:38:42 +0000 Subject: Revert "fix second part of issue #1731" This reverts commit 0db2e6b62c2af950275e1a1f6096d4c974f467ce. --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d6fa703ea..4072e3910 100644 --- a/boot.php +++ b/boot.php @@ -2657,7 +2657,7 @@ function check_for_new_perms() { $found_new_perm = false; foreach ($pcurrent as $p) { - if (!in_array($pregistered, $p)) { + if (!in_array($p, $pregistered)) { $found_new_perm = true; // for all channels -- cgit v1.2.3 From 06a8d5a4fa7612d40cc387330952d426d26aea2a Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 2 Mar 2023 11:48:52 +0000 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 4072e3910..dd3f53b92 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.1.6'); +define('STD_VERSION', '8.1.7'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From 9f10e7e3562dfa161962439fe117e11ba42e6875 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 4 Mar 2023 17:03:37 +0000 Subject: simplify pageloader animation --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index dd3f53b92..02e344fad 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.1.7'); +define('STD_VERSION', '8.1.8'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From f031707563a6233d5959d9c3669ff652f085bec9 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 11 Mar 2023 19:37:34 +0000 Subject: strings and version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 02e344fad..d5d5ce69b 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.1.8'); +define('STD_VERSION', '8.2RC1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From c9d8a4dc1dac72646ff4bbef082305cc2287b92e Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 11 Mar 2023 20:43:21 +0000 Subject: bump dev version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d5d5ce69b..81a41d292 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.2RC1'); +define('STD_VERSION', '8.3'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From dfc70021e39a3816d76640bb28639fc0f3205999 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 12 Mar 2023 09:38:31 +0000 Subject: fix version after merge --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 81a41d292..d5d5ce69b 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.3'); +define('STD_VERSION', '8.2RC1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From 17c0bb2069dcfe35d3febc5bfdb3a7295f15d49c Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 19 Mar 2023 13:54:15 +0000 Subject: version 8.2 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d5d5ce69b..3da55d6f5 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.2RC1'); +define('STD_VERSION', '8.2'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3