From e0ac3bc9b8a719938d9b7039484d2ad923fb8838 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 17 Sep 2019 07:43:03 +0200 Subject: [PATCH 1/7] updated CHANGELOG --- CHANGELOG | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index affc5b1a5..55934d96d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,11 +2,12 @@ Version 2019.09-dev (UNRELEASED) Friendica Core: Update to the translations (CS, DE, FR, JA, NL, PL) [translation teams] Update to the themes (frio, vier) [JeroenED, MrPetovan, tobiasd, vinzv] - Update to the documentation [guzzisti, vinzv] + Update to the documentation [annando, tobiasd, guzzisti, vinzv] Enhanced the log output of the background process [annando] Enhanced the vcard translation in the profile (JeroenED) Enhanced the delivery count [annando] Enhanced ActivityPub envelopes [MrPetovan] + Enhanced communication about deleted accounts via AP [annando] Enhanced the following process [annando] Enhanced the tests [nupplaphil] Enhanced the frontend worker [annando] @@ -17,6 +18,7 @@ Version 2019.09-dev (UNRELEASED) Enhanced server wide theme settings [MrPetovan] Enhanced config loading process [MrPetovan, nupplaphil] Enhanced handling of emoticons [MrPetovan] + Enhanced performance [annando] Fixed a bug in the admin panel leading to orphand options [tobiasd] Fixed a problem that could lead to duplicated Pleroma contacts [annando] Fixed the problem sending out the post when hitting the enter key in the ACL dialog [MrPetovan] @@ -26,7 +28,14 @@ Version 2019.09-dev (UNRELEASED) Fixed a bug that prevented the display of images in some postings from diaspora* [MrPetovan] Fixed a bug in setting the permissions on uploaded images [annando] Fixed a bug that lead to potentially unwanted importing threads started by contacts of contacts [annando] + Fixed implicit self mentions [MrPetovan] Fixed display of register links on closed nodes landing pages [MrPetovan] + Fixed the display of [spoiler] tags [MrPetovan] + Fixed an issue with photo permissions in private mails [annando] + Fixed a bug in the process of following Pleroma accounts [annando] + Fixed a bug that caused notifications about locally deleted items [annando] + Fixed the link to the source of an event [MrPetovan] + Fixed a bug in BBCode -> Markdown conversation for font size [annando] General code cleaning [annando, MrPetovan, nupplaphil] Removed contacts auto completion (in /contacts [MrPetovan] Replaced FontAwesome by ForkAwesome in frio theme [vinzv] @@ -37,19 +46,27 @@ Version 2019.09-dev (UNRELEASED) Added support of wildcards to server block lists [MrPetovan] Added app specific passwords when using 2FA [MrPetovan] Added fetching of postings via URL to interact with public postings [annando] + Added opt-out flag for federated search engines and associated header information for profiles [annando] Friendica Addons: Update to the translation (CS, DE, FR, JA, NL SV) [translation teams] General code cleanup [nupplaphil, Quix0r] + blockbot: + Added translations + Added more bots [annando] + Added admin panel settings [annando] twitter: Enhanced handling of multi image postings [annando] + Enhanced display of quoted tweets [MrPetovan] Added alternative text support for images [annando] Closed Issues: - 3816, 4815, 6384, 6675, 7235, 7293, 7314, 7317, 7337, 7338, 7346, - 7350, 7367, 7383, 7396, 7397, 7401, 7406, 7408, 7426, 7428, 7456, - 7442, 7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7522, - 7527, 7536, 7542, 7545, 7576, 7586 + 870, 1605, 2199, 3239, 3816, 4117, 4815, 5721, 6384, 6521, 6553, + 6675, 7212, 7235, 7285, 7293, 7314, 7317, 7337, 7338, 7346, 7350, + 7367, 7383, 7396, 7397, 7401, 7406, 7408, 7426, 7428, 7456, 7442, + 7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7521, 7526, + 7527, 7536, 7542, 7545, 7576, 7586, 7594, 7597, 7603, 7610, 7618, + 7629 Version 2019.06 (2019-06-23) Friendica Core: From a3848d3b8057733b9828e82fbe243fa7fc25717b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 17 Sep 2019 07:47:03 +0200 Subject: [PATCH 2/7] typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 55934d96d..2cddaf830 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,7 @@ Version 2019.09-dev (UNRELEASED) Update to the themes (frio, vier) [JeroenED, MrPetovan, tobiasd, vinzv] Update to the documentation [annando, tobiasd, guzzisti, vinzv] Enhanced the log output of the background process [annando] - Enhanced the vcard translation in the profile (JeroenED) + Enhanced the vcard translation in the profile [JeroenED] Enhanced the delivery count [annando] Enhanced ActivityPub envelopes [MrPetovan] Enhanced communication about deleted accounts via AP [annando] From c76d0cc481ba6578d7dd2a924c673124734db6f5 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 22 Sep 2019 07:35:21 +0200 Subject: [PATCH 3/7] updated CHANGELOG file with the stuff of the last days --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2cddaf830..0fef47f24 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,6 +21,7 @@ Version 2019.09-dev (UNRELEASED) Enhanced performance [annando] Fixed a bug in the admin panel leading to orphand options [tobiasd] Fixed a problem that could lead to duplicated Pleroma contacts [annando] + Fixed a problem with the hide profile setting [annando] Fixed the problem sending out the post when hitting the enter key in the ACL dialog [MrPetovan] Fixed a bug in HTML special character escaping of event titles [MrPetovan] Fixed a bug in HTML special character conversion in item titles [MrPetovan] @@ -35,6 +36,7 @@ Version 2019.09-dev (UNRELEASED) Fixed a bug in the process of following Pleroma accounts [annando] Fixed a bug that caused notifications about locally deleted items [annando] Fixed the link to the source of an event [MrPetovan] + Fixed a problem that caused authors from twitter postings having no profile pic [annando] Fixed a bug in BBCode -> Markdown conversation for font size [annando] General code cleaning [annando, MrPetovan, nupplaphil] Removed contacts auto completion (in /contacts [MrPetovan] @@ -66,7 +68,7 @@ Version 2019.09-dev (UNRELEASED) 7367, 7383, 7396, 7397, 7401, 7406, 7408, 7426, 7428, 7456, 7442, 7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7521, 7526, 7527, 7536, 7542, 7545, 7576, 7586, 7594, 7597, 7603, 7610, 7618, - 7629 + 7629, 7635, 7638 Version 2019.06 (2019-06-23) Friendica Core: From 9ce34cb8c66af353cf2367996a708c462bf425d2 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 26 Sep 2019 07:55:10 +0200 Subject: [PATCH 4/7] some additions to the CHANGELOG --- CHANGELOG | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0fef47f24..efe6e9adc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -38,6 +38,9 @@ Version 2019.09-dev (UNRELEASED) Fixed the link to the source of an event [MrPetovan] Fixed a problem that caused authors from twitter postings having no profile pic [annando] Fixed a bug in BBCode -> Markdown conversation for font size [annando] + Fixed a BBCode parser problem with the audio tag [MrPetovan] + Fixed a session problem [annando] + Fixed a problem with the autoinstaller [nupplaphil] General code cleaning [annando, MrPetovan, nupplaphil] Removed contacts auto completion (in /contacts [MrPetovan] Replaced FontAwesome by ForkAwesome in frio theme [vinzv] @@ -51,7 +54,7 @@ Version 2019.09-dev (UNRELEASED) Added opt-out flag for federated search engines and associated header information for profiles [annando] Friendica Addons: - Update to the translation (CS, DE, FR, JA, NL SV) [translation teams] + Update to the translation (CS, ES, DE, FR, JA, NL SV) [translation teams] General code cleanup [nupplaphil, Quix0r] blockbot: Added translations @@ -68,7 +71,7 @@ Version 2019.09-dev (UNRELEASED) 7367, 7383, 7396, 7397, 7401, 7406, 7408, 7426, 7428, 7456, 7442, 7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7521, 7526, 7527, 7536, 7542, 7545, 7576, 7586, 7594, 7597, 7603, 7610, 7618, - 7629, 7635, 7638 + 7629, 7635, 7638, 7665 Version 2019.06 (2019-06-23) Friendica Core: From 1ce7ea439843acff643c511b51137bb39b19db4a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 26 Sep 2019 08:05:29 +0200 Subject: [PATCH 5/7] missing closed issue --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index efe6e9adc..661dee2f7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -71,7 +71,7 @@ Version 2019.09-dev (UNRELEASED) 7367, 7383, 7396, 7397, 7401, 7406, 7408, 7426, 7428, 7456, 7442, 7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7521, 7526, 7527, 7536, 7542, 7545, 7576, 7586, 7594, 7597, 7603, 7610, 7618, - 7629, 7635, 7638, 7665 + 7629, 7635, 7638, 7663, 7665 Version 2019.06 (2019-06-23) Friendica Core: From 22c97c88b77c674429adffeda633fc36627a47e2 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 27 Sep 2019 08:46:43 +0200 Subject: [PATCH 6/7] EN translations added to the CHANGELOG --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 661dee2f7..3d1cd9ae6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Version 2019.09-dev (UNRELEASED) Friendica Core: - Update to the translations (CS, DE, FR, JA, NL, PL) [translation teams] + Update to the translations (CS, DE, EN GB, EN US, FR, JA, NL, PL) [translation teams] Update to the themes (frio, vier) [JeroenED, MrPetovan, tobiasd, vinzv] Update to the documentation [annando, tobiasd, guzzisti, vinzv] Enhanced the log output of the background process [annando] @@ -54,7 +54,7 @@ Version 2019.09-dev (UNRELEASED) Added opt-out flag for federated search engines and associated header information for profiles [annando] Friendica Addons: - Update to the translation (CS, ES, DE, FR, JA, NL SV) [translation teams] + Update to the translation (CS, DE, EN GB, EN US, ES, FR, JA, NL SV) [translation teams] General code cleanup [nupplaphil, Quix0r] blockbot: Added translations From c03658a5dd8358bed77e5336307d7b85ed231755 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 28 Sep 2019 21:05:35 +0200 Subject: [PATCH 7/7] added tumblr addon changes --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3d1cd9ae6..d3a3f83ed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -60,6 +60,8 @@ Version 2019.09-dev (UNRELEASED) Added translations Added more bots [annando] Added admin panel settings [annando] + tumblr: + Changed used URLs to https adopting tumblrs change [annando] twitter: Enhanced handling of multi image postings [annando] Enhanced display of quoted tweets [MrPetovan]