From fd48cf228d96fbbafdced1f90120ddd0f7b33601 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 20 Feb 2019 13:43:07 +0100 Subject: [PATCH 01/14] draft for 2019.03 --- CHANGELOG | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 01208cbed9..42858c883c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,57 @@ +Version 2019.03-dev (UNRELEASED, 2019-03-xx) + Friendica Core: + Update to the translation (CS, DE, EN_US, ES, PL, ZH-CN) [translation teams] + Update to the documentation [Aditoo17, JeroenED, m4sk1n, softmetz, tobiasd] + Update to the themes (frio, smoothy, quattro) [lxiter, MrPetovan. rabuzarus, tobiasd] + Enhancements to the API [jasonscheng] + Enhancements to the Vagrand development VM [JeroenED] + Enhancements to the storage of gender, sexual preferences and maritial status [JeroenED] + Enhancements to the wording of notifications [MrPetovan] + Enhancements to the display of contacts in the profile [MrPetovan] + Enhancements to the handling of local links [lxiter] + Enhancements to the explicit and implicit mentioning in conversations [annando, MrPetovan] + Enhancements to the warnings in the admin panel [tobiasd] + Enhancements to the AP implementation [annando] + Enhancements to the worker process of deleting items [annando] + Enhancements to the testing process [nupplaphil] + Enhancements to the LibreJS compatibility [tobiasd] + Fixed several bugs with weird tagging in code blocks [lxiter] + Fixed a bug during updating contact entries [rabuzarus] + Fixed several PHP warnings and errors [annando, MrPetovan, tobiasd] + Fixed an issue when Friendica is installaed in a subdirectory [rabuzarus] + Fixed several issues in the handling of the Markdown parsing from and to d* [lxiter, MrPetovan] + Fixed a bug in the ACL with preselected items [lxiter] + Fixed an issue with polling Events via AP [annando] + Fixed a memory issue with the JSON-LD parser [annando] + General Code cleaning and restructureing [annando, JeroenED, MrPetovan] + Switched logging engine to monolog [nupplaphil] + Added plugable storage backend [fabrixxm] + Added item delivery indicator to posting header [MrPetovan] + Added URL parameter to force a specific language [JeroenED] + Added live preview of attachments to frio [rabuzarus] + + Friendica Addons: + Updates to the translations (CS, DE, ES, FR, NL, PL) [translation teams] + Updated documentation [softmetz, tobiasd] + cookienotice: + Added new addon to display a cookie usage notice in the browser [lxiter] + forumdirectory: + Fixed a theming issue with frio [rabuzarus] + mailstream: + Fixed a curl issue [MrPetovan] + piwik: + Make it clear that Piwik and Matomo is meant [tobiasd] + securemail: + updated the addon dependencies [MrPetovan] + twitter: + @ mentions are now stripped from the posts send to Twitter [MrPetovan] + + Closed Issues: + 3218, 4496, 6087, 6232, 6274, 6292, 6375, 6378, 6382, 6384, 6403, + 6405, 6449, 6468, 6489, 6491, 6492, 6495, 6505, 6511, 6514, 6522, + 6529, 6533, 6544, 6545, 6551, 6553, 6558, 6552, 6561, 6570, 6575, + 6585, 6603, 6610, 6629, 6635, 6652, 6656, 6667, 6669, 6674, 6668 + Version 2019.01 (2019-01-21) Friendica Core: Update to the translation (CS, DE, EN-UK, EN-US, FR, NB-NO, NL, PL) [translation teams] From bb6d70941d1a978beeb645d8450b7e4710d6beb2 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 20 Feb 2019 13:48:52 +0100 Subject: [PATCH 02/14] indentation --- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 42858c883c..47ec4d132f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -34,9 +34,9 @@ Version 2019.03-dev (UNRELEASED, 2019-03-xx) Updates to the translations (CS, DE, ES, FR, NL, PL) [translation teams] Updated documentation [softmetz, tobiasd] cookienotice: - Added new addon to display a cookie usage notice in the browser [lxiter] - forumdirectory: - Fixed a theming issue with frio [rabuzarus] + Added new addon to display a cookie usage notice in the browser [lxiter] + forumdirectory: + Fixed a theming issue with frio [rabuzarus] mailstream: Fixed a curl issue [MrPetovan] piwik: From d4f2997ed6788d99f625433a90f3de1bd177d16e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 20 Feb 2019 14:15:09 +0100 Subject: [PATCH 03/14] version is RC now --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 47ec4d132f..47b047b1d5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 2019.03-dev (UNRELEASED, 2019-03-xx) +Version 2019.03-RC (UNRELEASED, 2019-03-xx) Friendica Core: Update to the translation (CS, DE, EN_US, ES, PL, ZH-CN) [translation teams] Update to the documentation [Aditoo17, JeroenED, m4sk1n, softmetz, tobiasd] From e72e92b837e6d779319c0aa34297ae808f5e7cab Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 20 Feb 2019 14:28:54 +0100 Subject: [PATCH 04/14] FR translation --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 47b047b1d5..cf825ace31 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Friendica Core: - Update to the translation (CS, DE, EN_US, ES, PL, ZH-CN) [translation teams] + Update to the translation (CS, DE, EN_US, ES, FR, PL, ZH-CN) [translation teams] Update to the documentation [Aditoo17, JeroenED, m4sk1n, softmetz, tobiasd] Update to the themes (frio, smoothy, quattro) [lxiter, MrPetovan. rabuzarus, tobiasd] Enhancements to the API [jasonscheng] From 1fc3ccc46bf719d56893c7122448daa084e691ed Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 20 Feb 2019 14:55:35 +0100 Subject: [PATCH 05/14] typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index cf825ace31..0614667725 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,7 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Update to the documentation [Aditoo17, JeroenED, m4sk1n, softmetz, tobiasd] Update to the themes (frio, smoothy, quattro) [lxiter, MrPetovan. rabuzarus, tobiasd] Enhancements to the API [jasonscheng] - Enhancements to the Vagrand development VM [JeroenED] + Enhancements to the Vagrant development VM [JeroenED] Enhancements to the storage of gender, sexual preferences and maritial status [JeroenED] Enhancements to the wording of notifications [MrPetovan] Enhancements to the display of contacts in the profile [MrPetovan] From c64c7aed932d56a4ff409ab30806b1626d93133e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 21 Feb 2019 06:43:28 +0100 Subject: [PATCH 06/14] typos --- CHANGELOG | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0614667725..c36cf6912a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,14 +16,14 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Enhancements to the testing process [nupplaphil] Enhancements to the LibreJS compatibility [tobiasd] Fixed several bugs with weird tagging in code blocks [lxiter] - Fixed a bug during updating contact entries [rabuzarus] + Fixed a bug during contact entries update [rabuzarus] Fixed several PHP warnings and errors [annando, MrPetovan, tobiasd] - Fixed an issue when Friendica is installaed in a subdirectory [rabuzarus] + Fixed an issue when Friendica is installed in a subdirectory [rabuzarus] Fixed several issues in the handling of the Markdown parsing from and to d* [lxiter, MrPetovan] Fixed a bug in the ACL with preselected items [lxiter] Fixed an issue with polling Events via AP [annando] Fixed a memory issue with the JSON-LD parser [annando] - General Code cleaning and restructureing [annando, JeroenED, MrPetovan] + General Code cleaning and restructuring [annando, JeroenED, MrPetovan] Switched logging engine to monolog [nupplaphil] Added plugable storage backend [fabrixxm] Added item delivery indicator to posting header [MrPetovan] @@ -40,7 +40,7 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) mailstream: Fixed a curl issue [MrPetovan] piwik: - Make it clear that Piwik and Matomo is meant [tobiasd] + Make it clear that Piwik is now Matomo but the addon supports both [tobiasd] securemail: updated the addon dependencies [MrPetovan] twitter: From 8a6c75eab315dd77b01f422c4941d80ce67ae9ab Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 26 Feb 2019 06:50:36 +0100 Subject: [PATCH 07/14] adding changes till 2019-02-25 --- CHANGELOG | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c36cf6912a..7890947602 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Friendica Core: Update to the translation (CS, DE, EN_US, ES, FR, PL, ZH-CN) [translation teams] Update to the documentation [Aditoo17, JeroenED, m4sk1n, softmetz, tobiasd] - Update to the themes (frio, smoothy, quattro) [lxiter, MrPetovan. rabuzarus, tobiasd] + Update to the themes (frio, smoothy, quattro) [lxiter, MrPetovan. nupplaphil, rabuzarus, tobiasd] Enhancements to the API [jasonscheng] Enhancements to the Vagrant development VM [JeroenED] Enhancements to the storage of gender, sexual preferences and maritial status [JeroenED] @@ -20,10 +20,14 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Fixed several PHP warnings and errors [annando, MrPetovan, tobiasd] Fixed an issue when Friendica is installed in a subdirectory [rabuzarus] Fixed several issues in the handling of the Markdown parsing from and to d* [lxiter, MrPetovan] + Fixed a bug that prevented blocked contacts from being removed from groups [MrPetovan] Fixed a bug in the ACL with preselected items [lxiter] Fixed an issue with polling Events via AP [annando] Fixed a memory issue with the JSON-LD parser [annando] - General Code cleaning and restructuring [annando, JeroenED, MrPetovan] + Fixed an issue with the forced DB structure update [nupplaphil] + Fixed an issue with wrongly encoded HTML entities in URLs [annando] + If the node does not want to publish information, nodeinfo now returns 404 instead of non-existing entries [nupplaphil] + General Code cleaning and restructuring [annando, JeroenED, MrPetovan, nupplaphil] Switched logging engine to monolog [nupplaphil] Added plugable storage backend [fabrixxm] Added item delivery indicator to posting header [MrPetovan] @@ -47,10 +51,12 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) @ mentions are now stripped from the posts send to Twitter [MrPetovan] Closed Issues: - 3218, 4496, 6087, 6232, 6274, 6292, 6375, 6378, 6382, 6384, 6403, - 6405, 6449, 6468, 6489, 6491, 6492, 6495, 6505, 6511, 6514, 6522, - 6529, 6533, 6544, 6545, 6551, 6553, 6558, 6552, 6561, 6570, 6575, - 6585, 6603, 6610, 6629, 6635, 6652, 6656, 6667, 6669, 6674, 6668 + 1777, 3218, 3506, 4496, 6087, 6232, 6274, 6292, 6375, 6378, 6382, + 6384, 6403, 6405, 6449, 6468, 6472, 6489, 6491, 6492, 6495, 6503, + 6505, 6511, 6514, 6522, 6529, 6533, 6544, 6545, 6551, 6553, 6558, + 6552, 6561, 6570, 6575, 6585, 6603, 6610, 6629, 6630, 6635, 6652, + 6656, 6658, 6667, 6668, 6669, 6674, 6676, 6677, 6679, 6691, 6711, + 6714, 6716, 6733 Version 2019.01 (2019-01-21) Friendica Core: From 2d1b166bbeadf0a6943ebac67e2464bff83c23d0 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 2 Mar 2019 08:25:28 +0100 Subject: [PATCH 08/14] adding changes till 2019-03-01 --- CHANGELOG | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7890947602..5fa362c6a7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,7 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Enhancements to the worker process of deleting items [annando] Enhancements to the testing process [nupplaphil] Enhancements to the LibreJS compatibility [tobiasd] + Enhancements to the federated display of postings [MrPetovan] Fixed several bugs with weird tagging in code blocks [lxiter] Fixed a bug during contact entries update [rabuzarus] Fixed several PHP warnings and errors [annando, MrPetovan, tobiasd] @@ -26,10 +27,14 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Fixed a memory issue with the JSON-LD parser [annando] Fixed an issue with the forced DB structure update [nupplaphil] Fixed an issue with wrongly encoded HTML entities in URLs [annando] + Fixed an issue with the rotation of images in the gallery [nupplaphil] + Fixed issues with redirs in the photo menu of Friendica contacts [tobiasd] + Fixed an issue with sending out notification mails to the admin [nupplaphil] + Fixed an the issue, that the API was ignoring the globalsilence setting [nupplaphil] If the node does not want to publish information, nodeinfo now returns 404 instead of non-existing entries [nupplaphil] General Code cleaning and restructuring [annando, JeroenED, MrPetovan, nupplaphil] Switched logging engine to monolog [nupplaphil] - Added plugable storage backend [fabrixxm] + Added plugable storage backend [fabrixxm, nupplaphil] Added item delivery indicator to posting header [MrPetovan] Added URL parameter to force a specific language [JeroenED] Added live preview of attachments to frio [rabuzarus] @@ -37,6 +42,8 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Friendica Addons: Updates to the translations (CS, DE, ES, FR, NL, PL) [translation teams] Updated documentation [softmetz, tobiasd] + blogger: + The addon was marked as unsupported as it does currently not work (needs OAuth support) [annando] cookienotice: Added new addon to display a cookie usage notice in the browser [lxiter] forumdirectory: @@ -52,11 +59,11 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Closed Issues: 1777, 3218, 3506, 4496, 6087, 6232, 6274, 6292, 6375, 6378, 6382, - 6384, 6403, 6405, 6449, 6468, 6472, 6489, 6491, 6492, 6495, 6503, - 6505, 6511, 6514, 6522, 6529, 6533, 6544, 6545, 6551, 6553, 6558, - 6552, 6561, 6570, 6575, 6585, 6603, 6610, 6629, 6630, 6635, 6652, - 6656, 6658, 6667, 6668, 6669, 6674, 6676, 6677, 6679, 6691, 6711, - 6714, 6716, 6733 + 6384, 6403, 6405, 6449, 6468, 6472, 6489, 6491, 6492, 6495, 6498, + 6501, 6503, 6505, 6511, 6514, 6522, 6529, 6532, 6533, 6544, 6545, + 6551, 6553, 6558, 6552, 6561, 6570, 6575, 6585, 6603, 6610, 6629, + 6630, 6635, 6652, 6656, 6658, 6667, 6668, 6669, 6672, 6674, 6676, + 6677, 6679, 6691, 6710, 6711, 6714, 6716, 6733, 6758, 6772 Version 2019.01 (2019-01-21) Friendica Core: From 337e6066488e27d102bab5254d8af27e65141f19 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 13 Mar 2019 10:33:50 +0100 Subject: [PATCH 09/14] adding changes till 2019-03-13 --- CHANGELOG | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5fa362c6a7..b4eed91edb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Friendica Core: - Update to the translation (CS, DE, EN_US, ES, FR, PL, ZH-CN) [translation teams] + Update to the translation (CS, DE, EN-GB, EN-US, ES, FR, IT, PL, ZH-CN) [translation teams] Update to the documentation [Aditoo17, JeroenED, m4sk1n, softmetz, tobiasd] Update to the themes (frio, smoothy, quattro) [lxiter, MrPetovan. nupplaphil, rabuzarus, tobiasd] Enhancements to the API [jasonscheng] @@ -12,10 +12,12 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Enhancements to the explicit and implicit mentioning in conversations [annando, MrPetovan] Enhancements to the warnings in the admin panel [tobiasd] Enhancements to the AP implementation [annando] - Enhancements to the worker process of deleting items [annando] - Enhancements to the testing process [nupplaphil] + Enhancements to the worker process [annando] + Enhancements to the testing process [MrPetovan, nupplaphil] Enhancements to the LibreJS compatibility [tobiasd] Enhancements to the federated display of postings [MrPetovan] + Enhancements to the photo menu [annando] + Enhancements to the probing of contacts [annando] Fixed several bugs with weird tagging in code blocks [lxiter] Fixed a bug during contact entries update [rabuzarus] Fixed several PHP warnings and errors [annando, MrPetovan, tobiasd] @@ -31,6 +33,11 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Fixed issues with redirs in the photo menu of Friendica contacts [tobiasd] Fixed an issue with sending out notification mails to the admin [nupplaphil] Fixed an the issue, that the API was ignoring the globalsilence setting [nupplaphil] + Fixed issues with the autolinker of URLs in postings [MrPetovan] + Fixed an issue resulting in multible emails after successful updates of the database [nupplaphil] + Fixed a timeout issue during detection process of the remote profile [annando] + Fixed an issue with postings from blocked servers [annando, MrPetovan] + Fixed an issue with the paging of stored folders [MrPetovan] If the node does not want to publish information, nodeinfo now returns 404 instead of non-existing entries [nupplaphil] General Code cleaning and restructuring [annando, JeroenED, MrPetovan, nupplaphil] Switched logging engine to monolog [nupplaphil] @@ -40,8 +47,11 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Added live preview of attachments to frio [rabuzarus] Friendica Addons: - Updates to the translations (CS, DE, ES, FR, NL, PL) [translation teams] + Updates to the translations (CS, DE, EN-GB, ES, FR, NL, PL) [translation teams] Updated documentation [softmetz, tobiasd] + blackout: + Fix applying the translations [JeroenED, tobiasd] + Fixed some templating of the settings [tobiasd] blogger: The addon was marked as unsupported as it does currently not work (needs OAuth support) [annando] cookienotice: @@ -58,12 +68,13 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) @ mentions are now stripped from the posts send to Twitter [MrPetovan] Closed Issues: - 1777, 3218, 3506, 4496, 6087, 6232, 6274, 6292, 6375, 6378, 6382, - 6384, 6403, 6405, 6449, 6468, 6472, 6489, 6491, 6492, 6495, 6498, - 6501, 6503, 6505, 6511, 6514, 6522, 6529, 6532, 6533, 6544, 6545, - 6551, 6553, 6558, 6552, 6561, 6570, 6575, 6585, 6603, 6610, 6629, - 6630, 6635, 6652, 6656, 6658, 6667, 6668, 6669, 6672, 6674, 6676, - 6677, 6679, 6691, 6710, 6711, 6714, 6716, 6733, 6758, 6772 + 1777, 2487, 3218, 3506, 3837, 4496, 6087, 6232, 6274, 6292, 6375, + 6378, 6382, 6384, 6403, 6405, 6449, 6468, 6472, 6489, 6491, 6492, + 6495, 6498, 6501, 6503, 6505, 6511, 6514, 6522, 6529, 6532, 6533, + 6544, 6545, 6551, 6553, 6558, 6552, 6561, 6570, 6575, 6585, 6603, + 6610, 6629, 6630, 6633, 6635, 6652, 6656, 6658, 6667, 6668, 6669, + 6672, 6674, 6676, 6677, 6679, 6691, 6710, 6711, 6714, 6716, 6733, + 6758, 6772, 6785, 6788, 6800, 6805, 6812, 6819, 6822, 6823, 6840 Version 2019.01 (2019-01-21) Friendica Core: From b105107c5e964137d1fcf97be51819217f153cc4 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 18 Mar 2019 07:10:37 +0100 Subject: [PATCH 10/14] adding changes till 2019-03-17 --- CHANGELOG | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b4eed91edb..d0c61195d0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Friendica Core: Update to the translation (CS, DE, EN-GB, EN-US, ES, FR, IT, PL, ZH-CN) [translation teams] Update to the documentation [Aditoo17, JeroenED, m4sk1n, softmetz, tobiasd] - Update to the themes (frio, smoothy, quattro) [lxiter, MrPetovan. nupplaphil, rabuzarus, tobiasd] + Update to the themes (duepuntozero, frio, smoothy, quattro, vier) [lxiter, MrPetovan. nupplaphil, rabuzarus, tobiasd] Enhancements to the API [jasonscheng] Enhancements to the Vagrant development VM [JeroenED] Enhancements to the storage of gender, sexual preferences and maritial status [JeroenED] @@ -38,6 +38,10 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Fixed a timeout issue during detection process of the remote profile [annando] Fixed an issue with postings from blocked servers [annando, MrPetovan] Fixed an issue with the paging of stored folders [MrPetovan] + Fixed an issue with notifications about interactions with Friendica contacts [annando] + Fixed an issue that caused double postings of images uploaded to the gallery [annando] + Fixed an issue handling legacy config files [nupplaphil] + Fixed an issue that caused notifications about interaction with a locally deleted posting [annando] If the node does not want to publish information, nodeinfo now returns 404 instead of non-existing entries [nupplaphil] General Code cleaning and restructuring [annando, JeroenED, MrPetovan, nupplaphil] Switched logging engine to monolog [nupplaphil] @@ -45,6 +49,9 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Added item delivery indicator to posting header [MrPetovan] Added URL parameter to force a specific language [JeroenED] Added live preview of attachments to frio [rabuzarus] + Added a "friendica_author" to the API results which holds the real author [annando] + Added support for AP with forum postings [annando] + Added a summery of articles send over AP [annando] Friendica Addons: Updates to the translations (CS, DE, EN-GB, ES, FR, NL, PL) [translation teams] @@ -58,6 +65,8 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Added new addon to display a cookie usage notice in the browser [lxiter] forumdirectory: Fixed a theming issue with frio [rabuzarus] + js_upload: + Fixed a missing extionsion index [nupplaphil] mailstream: Fixed a curl issue [MrPetovan] piwik: @@ -68,13 +77,14 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) @ mentions are now stripped from the posts send to Twitter [MrPetovan] Closed Issues: - 1777, 2487, 3218, 3506, 3837, 4496, 6087, 6232, 6274, 6292, 6375, - 6378, 6382, 6384, 6403, 6405, 6449, 6468, 6472, 6489, 6491, 6492, - 6495, 6498, 6501, 6503, 6505, 6511, 6514, 6522, 6529, 6532, 6533, - 6544, 6545, 6551, 6553, 6558, 6552, 6561, 6570, 6575, 6585, 6603, - 6610, 6629, 6630, 6633, 6635, 6652, 6656, 6658, 6667, 6668, 6669, - 6672, 6674, 6676, 6677, 6679, 6691, 6710, 6711, 6714, 6716, 6733, - 6758, 6772, 6785, 6788, 6800, 6805, 6812, 6819, 6822, 6823, 6840 + 1777, 2487, 3218, 3506, 3837, 4496, 6087, 6161, 6167, 6205, 6232, + 6274, 6292, 6375, 6378, 6382, 6384, 6403, 6405, 6449, 6468, 6472, + 6489, 6491, 6492, 6495, 6498, 6501, 6503, 6505, 6511, 6514, 6521, + 6522, 6529, 6532, 6533, 6544, 6545, 6551, 6553, 6537, 6558, 6552, + 6561, 6570, 6575, 6585, 6603, 6610, 6629, 6630, 6633, 6635, 6652, + 6656, 6658, 6667, 6668, 6669, 6672, 6674, 6676, 6677, 6679, 6691, + 6710, 6711, 6714, 6716, 6733, 6758, 6772, 6785, 6788, 6800, 6805, + 6812, 6819, 6822, 6823, 6840, 6866, 6874 Version 2019.01 (2019-01-21) Friendica Core: From fa2145609b5c260b2aae2e31bf8170d09366e831 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 18 Mar 2019 07:15:43 +0100 Subject: [PATCH 11/14] missing word --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d0c61195d0..f7d6766929 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -49,7 +49,7 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Added item delivery indicator to posting header [MrPetovan] Added URL parameter to force a specific language [JeroenED] Added live preview of attachments to frio [rabuzarus] - Added a "friendica_author" to the API results which holds the real author [annando] + Added a "friendica_author" field to the API results which holds the real author [annando] Added support for AP with forum postings [annando] Added a summery of articles send over AP [annando] From 5d9762f7b16933a19b437c4ae4fe46e38ca40657 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 18 Mar 2019 12:11:32 +0100 Subject: [PATCH 12/14] typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f7d6766929..48dc4887f0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -51,7 +51,7 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Added live preview of attachments to frio [rabuzarus] Added a "friendica_author" field to the API results which holds the real author [annando] Added support for AP with forum postings [annando] - Added a summery of articles send over AP [annando] + Added a summary of articles send over AP [annando] Friendica Addons: Updates to the translations (CS, DE, EN-GB, ES, FR, NL, PL) [translation teams] From e5d3884ad5245a2223412a415e7c4bf5493ef929 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 22 Mar 2019 19:18:44 +0100 Subject: [PATCH 13/14] final touches --- CHANGELOG | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 48dc4887f0..a40a6606ef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Friendica Core: - Update to the translation (CS, DE, EN-GB, EN-US, ES, FR, IT, PL, ZH-CN) [translation teams] + Update to the translation (CS, DE, EN-GB, EN-US, ES, FR, IT, PL, SV, ZH-CN) [translation teams] Update to the documentation [Aditoo17, JeroenED, m4sk1n, softmetz, tobiasd] Update to the themes (duepuntozero, frio, smoothy, quattro, vier) [lxiter, MrPetovan. nupplaphil, rabuzarus, tobiasd] Enhancements to the API [jasonscheng] @@ -54,7 +54,7 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Added a summary of articles send over AP [annando] Friendica Addons: - Updates to the translations (CS, DE, EN-GB, ES, FR, NL, PL) [translation teams] + Updates to the translations (CS, DE, EN-GB, ES, FR, NL, PL, SV) [translation teams] Updated documentation [softmetz, tobiasd] blackout: Fix applying the translations [JeroenED, tobiasd] @@ -77,14 +77,15 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) @ mentions are now stripped from the posts send to Twitter [MrPetovan] Closed Issues: - 1777, 2487, 3218, 3506, 3837, 4496, 6087, 6161, 6167, 6205, 6232, - 6274, 6292, 6375, 6378, 6382, 6384, 6403, 6405, 6449, 6468, 6472, - 6489, 6491, 6492, 6495, 6498, 6501, 6503, 6505, 6511, 6514, 6521, - 6522, 6529, 6532, 6533, 6544, 6545, 6551, 6553, 6537, 6558, 6552, - 6561, 6570, 6575, 6585, 6603, 6610, 6629, 6630, 6633, 6635, 6652, - 6656, 6658, 6667, 6668, 6669, 6672, 6674, 6676, 6677, 6679, 6691, - 6710, 6711, 6714, 6716, 6733, 6758, 6772, 6785, 6788, 6800, 6805, - 6812, 6819, 6822, 6823, 6840, 6866, 6874 + 1777, 2487, 3218, 3506, 3837, 4496, 5884, 6087, 6161, 6167, 6205, + 6232, 6263, 6274, 6292, 6337, 6338, 6375, 6378, 6382, 6384, 6386, + 6403, 6405, 6449, 6468, 6472, 6489, 6491, 6492, 6495, 6498, 6501, + 6503, 6505, 6511, 6514, 6521, 6522, 6529, 6532, 6533, 6544, 6545, + 6551, 6553, 6537, 6558, 6552, 6561, 6570, 6575, 6585, 6603, 6610, + 6629, 6630, 6633, 6635, 6652, 6656, 6658, 6667, 6668, 6669, 6672, + 6674, 6676, 6677, 6679, 6691, 6710, 6711, 6714, 6716, 6733, 6758, + 6772, 6778, 6785, 6788, 6800, 6805, 6812, 6819, 6822, 6823, 6840, + 6855, 6866, 6874, 6891, 6901, 6913 Version 2019.01 (2019-01-21) Friendica Core: From 02051e9b0c3a4e206fe9d6f7ab8ce2150dccfefd Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 22 Mar 2019 19:42:02 +0100 Subject: [PATCH 14/14] typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a40a6606ef..1530d90368 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ Version 2019.03-RC (UNRELEASED, 2019-03-xx) Friendica Core: Update to the translation (CS, DE, EN-GB, EN-US, ES, FR, IT, PL, SV, ZH-CN) [translation teams] Update to the documentation [Aditoo17, JeroenED, m4sk1n, softmetz, tobiasd] - Update to the themes (duepuntozero, frio, smoothy, quattro, vier) [lxiter, MrPetovan. nupplaphil, rabuzarus, tobiasd] + Update to the themes (duepuntozero, frio, smoothy, quattro, vier) [lxiter, MrPetovan, nupplaphil, rabuzarus, tobiasd] Enhancements to the API [jasonscheng] Enhancements to the Vagrant development VM [JeroenED] Enhancements to the storage of gender, sexual preferences and maritial status [JeroenED]