From b84ad5578fe0f2f14a0143f1af02af016e42326b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 17 Dec 2022 16:40:13 +0100 Subject: [PATCH 1/6] CHANGELOG updates for 2022.12 --- CHANGELOG | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b9a1dd966..c33448d3c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,65 @@ Version 2022.12 (unreleased) Friendica Core - The rewrite rule in .htaccess-dist has been changed. The change has to be applied manually to the existing .htaccess + Updates to the translations DE, FR, HU, PL, RU + Updated to the documentation [foss-, MarekBenjamin, MrPetovan] + Updates to the themes (frio, vier) [loma-one, MarekBenjamin, MrPetovan, tobiasd] + Improved the display of the system settings in the admin panel [MarekBenjamin] + Improved the API [annando, HankG, Schnoop] + Improved getting system information [VVelox] + Improved the PHP 8.1 compatibility [MrPetovan] + Improved the bulk delivery of postings [annando] + General code cleanup [annando, MrPetovan, nupplaphil, Quix0r] + Added a blur hash for images else not displayable [annando] + Added a /about route for the /friendica page [nupplaphil] + Added reporting endpoints to the API [annando] + Added support for the "fedifinder" [annando] + Added rel-me verification for the profile homepage [tobiasd] + Added admin notification for new registrations [annando] + Added a moderation section to the admin panel [annando] + Added an option to make the calendar public [matthiasmoritz] + Fixed a bug in the federation with Diaspora* [annando] + Deprecated old themes (duepuntozero, quattro, smoothy) + + NOTE: The Apache2 rewrite rule in the .htaccess-dist has been changed. + The change has to be applied manually to the existing .htaccess. Friendica Addons + Updates to the translations DE, FR, SV + fancybox: + Added an addon to display images in postings with a fancybox [brockhaus] + impressum: + Fixed a bug when saving informations [tobiasd] + js_upload: + Improved wording [MarekBenjamin] + monolog: + Moved the functionality into an addon [nupplaphil] + nitter: + Updated the wording [AndyHee] + nsfw: + Enhanced regex handling [MrPetovan] + pumpio: + Fixed logger message [MrPetovan] + rendertime: + Fixed empty minimal time [nupplaphil] + Adapt ignored_modules [nupplaphil] + twitter: + Fixed a problem when the image array was missing [MrPetovan] + Added an option to automatically follow contacts in the Fediverse [annando] + + Deprecated unmaintained addons: namethingy, superblock, windowsphonepush + BREAKING: The functions from the boot.php file have been moved into better fitting classes this may break your custom addons. See the pull requests #1293 and #1294 in the addon repository about the needed changes to your addons. Closed Issues + 5095, 7574, 9286, 9920, 10100, 10188, 10518, 10875, 11011, 11284, + 11553, 11774, 11804, 11875, 11911, 11941, 11998, 12009, 12013, 12023, + 12035, 12054, 12059, 12073, 12084, 12085, 12090, 12096, 12112, 12149, + 12163, 12182, 12191, 12192, 12193, 12197, 12199, 12201, 12219, 12220, + 12229, 12237, 12245, 12262, 12266, 12273, 12275, 12285, 12312, 12327, + 12338, 12339, 12342, 12344, 12345, 12355, 12373, 12376, 12382, 12386, + 12399, 12401, 12405, 12406, 12408, 12411, 12413, 12421, 12431, 12437 Version 2022.10 (2022-10-14) Friendica Core From 00f4845fe648c24c31a188ee01a9f390006263fc Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 18 Dec 2022 15:58:43 +0100 Subject: [PATCH 2/6] Some more issues fixed, some formatting --- CHANGELOG | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c33448d3c..e0f8eee9a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ Version 2022.12 (unreleased) Friendica Core Updates to the translations DE, FR, HU, PL, RU - Updated to the documentation [foss-, MarekBenjamin, MrPetovan] + Updated to the documentation [foss-, MarekBenjamin, MrPetovan, tobiasd] Updates to the themes (frio, vier) [loma-one, MarekBenjamin, MrPetovan, tobiasd] Improved the display of the system settings in the admin panel [MarekBenjamin] Improved the API [annando, HankG, Schnoop] @@ -19,7 +19,7 @@ Version 2022.12 (unreleased) Added an option to make the calendar public [matthiasmoritz] Fixed a bug in the federation with Diaspora* [annando] Deprecated old themes (duepuntozero, quattro, smoothy) - + NOTE: The Apache2 rewrite rule in the .htaccess-dist has been changed. The change has to be applied manually to the existing .htaccess. @@ -45,21 +45,23 @@ Version 2022.12 (unreleased) twitter: Fixed a problem when the image array was missing [MrPetovan] Added an option to automatically follow contacts in the Fediverse [annando] - + Deprecated unmaintained addons: namethingy, superblock, windowsphonepush - - BREAKING: The functions from the boot.php file have been moved into better fitting classes - this may break your custom addons. See the pull requests #1293 and #1294 in the - addon repository about the needed changes to your addons. + + BREAKING: The functions from the boot.php file have been moved into better + fitting classes this may break your custom addons. See the pull + requests #1293 and #1294 in the addon repository about the needed + changes to your addons. Closed Issues - 5095, 7574, 9286, 9920, 10100, 10188, 10518, 10875, 11011, 11284, + 5095, 7574, 9286, 9920, 10100, 10188, 10518, 10875, 11011, 11284, 11553, 11774, 11804, 11875, 11911, 11941, 11998, 12009, 12013, 12023, 12035, 12054, 12059, 12073, 12084, 12085, 12090, 12096, 12112, 12149, 12163, 12182, 12191, 12192, 12193, 12197, 12199, 12201, 12219, 12220, 12229, 12237, 12245, 12262, 12266, 12273, 12275, 12285, 12312, 12327, 12338, 12339, 12342, 12344, 12345, 12355, 12373, 12376, 12382, 12386, - 12399, 12401, 12405, 12406, 12408, 12411, 12413, 12421, 12431, 12437 + 12399, 12401, 12405, 12406, 12408, 12411, 12413, 12421, 12431, 12437, + 12448, 12450, 12456 Version 2022.10 (2022-10-14) Friendica Core From ddc0c2e240a77b62f038edaaa73691fa285d3660 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 18 Dec 2022 16:11:54 +0100 Subject: [PATCH 3/6] add HU addon translations --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e0f8eee9a..1cb328b5d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -24,7 +24,7 @@ Version 2022.12 (unreleased) The change has to be applied manually to the existing .htaccess. Friendica Addons - Updates to the translations DE, FR, SV + Updates to the translations DE, FR, HU, SV fancybox: Added an addon to display images in postings with a fancybox [brockhaus] impressum: From b315f2135f20aeb2e4e1dba55de6524e914ffc39 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 18 Dec 2022 19:45:06 +0100 Subject: [PATCH 4/6] forgot the attached images --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 1cb328b5d..a9192cb83 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,7 @@ Version 2022.12 (unreleased) Improved getting system information [VVelox] Improved the PHP 8.1 compatibility [MrPetovan] Improved the bulk delivery of postings [annando] + Improved the display of attached images to postings [MarekBenjamin] General code cleanup [annando, MrPetovan, nupplaphil, Quix0r] Added a blur hash for images else not displayable [annando] Added a /about route for the /friendica page [nupplaphil] From b79daee21ba680c5b06ab526aa26a24a832b57e5 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 19 Dec 2022 07:44:46 +0100 Subject: [PATCH 5/6] more issues closed --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a9192cb83..f77eb6dc6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -62,7 +62,7 @@ Version 2022.12 (unreleased) 12229, 12237, 12245, 12262, 12266, 12273, 12275, 12285, 12312, 12327, 12338, 12339, 12342, 12344, 12345, 12355, 12373, 12376, 12382, 12386, 12399, 12401, 12405, 12406, 12408, 12411, 12413, 12421, 12431, 12437, - 12448, 12450, 12456 + 12448, 12450, 12456, 12466, 12468 Version 2022.10 (2022-10-14) Friendica Core From 455b3faa14198846f2f07152b8c0494c3f90dec2 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 20 Dec 2022 06:04:37 +0100 Subject: [PATCH 6/6] some last update to the CHANGELOG --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f77eb6dc6..52094b497 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,6 +19,7 @@ Version 2022.12 (unreleased) Added a moderation section to the admin panel [annando] Added an option to make the calendar public [matthiasmoritz] Fixed a bug in the federation with Diaspora* [annando] + Fixec a problem in the federation with GoTo Social and Owncast [annando] Deprecated old themes (duepuntozero, quattro, smoothy) NOTE: The Apache2 rewrite rule in the .htaccess-dist has been changed. @@ -62,7 +63,7 @@ Version 2022.12 (unreleased) 12229, 12237, 12245, 12262, 12266, 12273, 12275, 12285, 12312, 12327, 12338, 12339, 12342, 12344, 12345, 12355, 12373, 12376, 12382, 12386, 12399, 12401, 12405, 12406, 12408, 12411, 12413, 12421, 12431, 12437, - 12448, 12450, 12456, 12466, 12468 + 12441, 12448, 12450, 12456, 12466, 12468, 12476 Version 2022.10 (2022-10-14) Friendica Core