From e567e49df6f53e839a1a03eb37efb7c9db1557c8 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 18 Mar 2020 08:20:18 +0100 Subject: [PATCH 1/5] First batch of notes for the 2020.03 CHANGELOG --- CHANGELOG | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0326860c11..70f287b44b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,73 @@ Version 2020.03 (unreleased3) Friendica Core: + Updates to the translations (DE, FR, JA, RU, ZH-CN) [translation teams] + Updates to the documentation [annando, MrPetovan] + Updates to the themes (all) [AlfredSK, annando, MrPetovan, ozero] + General code refactoring and enhancements [annando, MrPetovan, nupplaphil] + Enhanced the performance in several background tasks [annando] + Enhanced the display of contact relations (Twitter) [annando] + Enhanced the permission selection for uploaded photos [annando] + Enhanced the access control during composing a posting [MrPetovan] + Enhanced the accessibility [annando, MrPetovan] + Enhanced the delegation process [annando] + Enhanced the contact management links [annando] + Enhanced the pagination on the community page [MrPetovan] + Enhanced the remote following page [annando] + Enhanced the generated node statistics [AlfredSK] + Enhanced the federation statistics page in the admin panel [annando] + Enhanced the probing mechanism [annando] + Enhanced the federation with Zot [annando] + Enhanced the permission selections for events [MrPetovan] + Enhanced the logging format of the date-time entries [MrPetovan] + Fixed a problem with the uninstalling of addons [annando] + Fixed a problem with the XML escaping in postings [MrPetovan] + Fixed a problem with the Markdown parser [MrPetovan] + Fixed AP federation problems with GNU social [annando] + Fixed AP federation problems with Peertube [annando] + Fixed a problem with the update process of the database [annando] + Fixed problems in the generation of notification emails [nupplaphil] + Fixed a problem with automatic contact approvals [annando] + Fixed a problem with following items [annando] + Fixed the redirection in the photo album after actions there [MrPetovan] + Fixed redirection from notifications for non logged in users [nupplaphil] + All target _blank links now have the rel noopener noreferrer [MrPetovan] + The "more action" menu in Frio was moved to the action buttons [annando] + Replacement of the "hide_wall" option with more clear options [annando] + Replaced most of all fixed profile field with free form profile fields [MrPetovan] + Removed the "compose on new page" option in Frio [MrPetovan] + Removed multiple profiles in favour of custom profile fields [MrPetovan] + Added an option to hide the dislike reaction [MrPetovan] + Added user group filter to contact listings [MrPetovan] + Added folding to the widgets in the side bar [annando] + Added user management functionality to the Friendica console [nupplaphil] + Added api/friendica/events endpoint to the API [MrPetovan] + Added api/friendica/events endpoint to the API [MrPetovan] + Added custom profile fields [MrPetovan] Friendica Addons: + Update to the translations (CS, DE, FR, PL, RU, ZH-CN) [translation teams] + General code refactoring and enhancements [AndyHee, annando, MrPetovan, nupplaphil] + blockbot: + Ensure that good agents are whitelisted [valvin1] + markdown: + Addon to use Markdown while composing a posting was added [annando] + showmore: + Functionality is ignored by screen readers [annando] + twitter: + Added fetching of contact relations [annando] + unicode emoticons: + Extended the list of supported emoticons [loma-one] + + Closed Issues: + 4599, 5562, 6205, 6418, 6757, 7558, 7560, 7808, 7817, 7964, 7968, + 7978, 7984, 7991, 7992, 7994, 8002, 8008, 8014, 8058, 8067, 8081, + 8084, 8087, 8090, 8097, 8098, 8103, 8136, 8151, 8153, 8157, 8160, + 8164, 8165, 8167, 8172, 8173, 8181, 8182, 8185, 8187, 8193, 8197, + 8205, 8206, 8216, 8219, 8229, 8233, 8234, 8238, 8245, 8248, 8251, + 8252, 8255, 8264, 8268, 8275, 8280, 8288, 8289, 8290, 8303, 8310, + 8318, 8321, 8338, 8339, 8342, 8358, 8393, 8396, 8404, 8412 Version 2019.12 (2019-12-23) Friendica Core: From 841f461312793b4b42d7edac21ed71b33cb5c854 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 23 Mar 2020 06:56:30 +0100 Subject: [PATCH 2/5] some updates for the work over the wekend --- CHANGELOG | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 70f287b44b..03e2a27457 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,9 @@ Version 2020.03 (unreleased3) Friendica Core: - Updates to the translations (DE, FR, JA, RU, ZH-CN) [translation teams] + Updates to the translations (DE, FR, JA, PL, RU, ZH-CN) [translation teams] Updates to the documentation [annando, MrPetovan] Updates to the themes (all) [AlfredSK, annando, MrPetovan, ozero] - General code refactoring and enhancements [annando, MrPetovan, nupplaphil] + General code refactoring and enhancements [annando, MrPetovan, nupplaphil, tobiasd] Enhanced the performance in several background tasks [annando] Enhanced the display of contact relations (Twitter) [annando] Enhanced the permission selection for uploaded photos [annando] @@ -30,7 +30,9 @@ Version 2020.03 (unreleased3) Fixed a problem with following items [annando] Fixed the redirection in the photo album after actions there [MrPetovan] Fixed redirection from notifications for non logged in users [nupplaphil] - All target _blank links now have the rel noopener noreferrer [MrPetovan] + Fixed a problem with image permissions in comments [annando] + Fixed a problem leading to random deletion of postings [MrPetovan, SpcCw] + All target _blank links now have the rel no-opener no-referrer [MrPetovan] The "more action" menu in Frio was moved to the action buttons [annando] Replacement of the "hide_wall" option with more clear options [annando] Replaced most of all fixed profile field with free form profile fields [MrPetovan] @@ -43,6 +45,7 @@ Version 2020.03 (unreleased3) Added api/friendica/events endpoint to the API [MrPetovan] Added api/friendica/events endpoint to the API [MrPetovan] Added custom profile fields [MrPetovan] + Added AP type audio for the federation with Funkwhale [annando] Friendica Addons: Update to the translations (CS, DE, FR, PL, RU, ZH-CN) [translation teams] From 3b4a811a45f8186805344856faa8978792599f9a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 23 Mar 2020 18:57:26 +0100 Subject: [PATCH 3/5] NL translation --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 03e2a27457..e47a2a05de 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Version 2020.03 (unreleased3) Friendica Core: - Updates to the translations (DE, FR, JA, PL, RU, ZH-CN) [translation teams] + Updates to the translations (DE, FR, JA, NL, PL, RU, ZH-CN) [translation teams] Updates to the documentation [annando, MrPetovan] Updates to the themes (all) [AlfredSK, annando, MrPetovan, ozero] General code refactoring and enhancements [annando, MrPetovan, nupplaphil, tobiasd] From a9c4f3d7bacdcef86805a8ab64e5b4443c43e93f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 25 Mar 2020 06:28:31 +0100 Subject: [PATCH 4/5] updated chlosed issue list --- CHANGELOG | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e47a2a05de..99b3a1dc24 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -61,8 +61,6 @@ Version 2020.03 (unreleased3) unicode emoticons: Extended the list of supported emoticons [loma-one] - - Closed Issues: 4599, 5562, 6205, 6418, 6757, 7558, 7560, 7808, 7817, 7964, 7968, 7978, 7984, 7991, 7992, 7994, 8002, 8008, 8014, 8058, 8067, 8081, @@ -70,7 +68,8 @@ Version 2020.03 (unreleased3) 8164, 8165, 8167, 8172, 8173, 8181, 8182, 8185, 8187, 8193, 8197, 8205, 8206, 8216, 8219, 8229, 8233, 8234, 8238, 8245, 8248, 8251, 8252, 8255, 8264, 8268, 8275, 8280, 8288, 8289, 8290, 8303, 8310, - 8318, 8321, 8338, 8339, 8342, 8358, 8393, 8396, 8404, 8412 + 8318, 8321, 8338, 8339, 8342, 8358, 8371, 8383, 8393, 8396, 8404, + 8412, 8417, 8449 Version 2019.12 (2019-12-23) Friendica Core: From a110f7a7c6973a8bf08b59d05d3e5f43fa7c30e7 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 30 Mar 2020 06:52:05 +0200 Subject: [PATCH 5/5] some more problems fixed --- CHANGELOG | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 99b3a1dc24..50f9275aca 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ Version 2020.03 (unreleased3) Friendica Core: Updates to the translations (DE, FR, JA, NL, PL, RU, ZH-CN) [translation teams] - Updates to the documentation [annando, MrPetovan] + Updates to the documentation [AlfredSK, annando, MrPetovan] Updates to the themes (all) [AlfredSK, annando, MrPetovan, ozero] General code refactoring and enhancements [annando, MrPetovan, nupplaphil, tobiasd] Enhanced the performance in several background tasks [annando] @@ -32,6 +32,7 @@ Version 2020.03 (unreleased3) Fixed redirection from notifications for non logged in users [nupplaphil] Fixed a problem with image permissions in comments [annando] Fixed a problem leading to random deletion of postings [MrPetovan, SpcCw] + Fixed a problem while transmitting XML in CODE blocks [annando] All target _blank links now have the rel no-opener no-referrer [MrPetovan] The "more action" menu in Frio was moved to the action buttons [annando] Replacement of the "hide_wall" option with more clear options [annando] @@ -62,14 +63,14 @@ Version 2020.03 (unreleased3) Extended the list of supported emoticons [loma-one] Closed Issues: - 4599, 5562, 6205, 6418, 6757, 7558, 7560, 7808, 7817, 7964, 7968, - 7978, 7984, 7991, 7992, 7994, 8002, 8008, 8014, 8058, 8067, 8081, - 8084, 8087, 8090, 8097, 8098, 8103, 8136, 8151, 8153, 8157, 8160, - 8164, 8165, 8167, 8172, 8173, 8181, 8182, 8185, 8187, 8193, 8197, - 8205, 8206, 8216, 8219, 8229, 8233, 8234, 8238, 8245, 8248, 8251, - 8252, 8255, 8264, 8268, 8275, 8280, 8288, 8289, 8290, 8303, 8310, - 8318, 8321, 8338, 8339, 8342, 8358, 8371, 8383, 8393, 8396, 8404, - 8412, 8417, 8449 + 4599, 5562, 6205, 6418, 6757, 7558, 7560, 7771, 7808, 7817, 7892, + 7964, 7968, 7978, 7984, 7991, 7992, 7994, 8002, 8008, 8014, 8058, + 8067, 8081, 8084, 8087, 8090, 8097, 8098, 8103, 8136, 8151, 8153, + 8157, 8160, 8164, 8165, 8167, 8172, 8173, 8181, 8182, 8185, 8187, + 8193, 8197, 8205, 8206, 8216, 8219, 8229, 8233, 8234, 8238, 8245, + 8248, 8251, 8252, 8254, 8255, 8264, 8268, 8275, 8280, 8286, 8288, + 8289, 8290, 8299, 8303, 8305, 8310, 8318, 8321, 8338, 8339, 8341, + 8342, 8358, 8371, 8383, 8393, 8396, 8404, 8412, 8417, 8449, 8467 Version 2019.12 (2019-12-23) Friendica Core: