From ca55b048acc86073e07effab9f0a1b791e2eb5e1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 25 Sep 2016 17:17:08 +0200 Subject: [PATCH 01/49] updateing chredits and CHANGELOG --- CHANGELOG | 10 ++++++++++ util/credits.txt | 2 ++ util/make_credits.py | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1e6b0129d..c9fbfc673 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +Version 3.5.1 + Friendica Core: + Small changes to the admin panel overview and logging settings [tobiasd] + Updates to the translations (DE, FR, PT-BR) [translation teams] + Fix for a potential XSS vector [heluecht, thanks to Vít Šesták 'v6ak' for reporting the problem] + + Friendica Addons: + Updates to the translations (FR, PT-BR) [translation teams] + + Version 3.5 Friendica Core: NEW Optional local directory with possible federated contacts [heluecht] diff --git a/util/credits.txt b/util/credits.txt index d3c7c14f1..ddbc36ab6 100644 --- a/util/credits.txt +++ b/util/credits.txt @@ -72,6 +72,7 @@ hauke Hauke Altmann Hauke Zühl Hubert Kościański +Hypolite Petovan Jak Jakob jensp @@ -173,6 +174,7 @@ ufic Vasudev Kamath Vasya Novikov vislav +Vít Šesták 'v6ak' Yasen Pramatarov ylms Zach Prezkuta diff --git a/util/make_credits.py b/util/make_credits.py index 9575f10ff..e5ea52448 100755 --- a/util/make_credits.py +++ b/util/make_credits.py @@ -32,7 +32,7 @@ dontinclude = ['root', 'friendica', 'bavatar', 'tony baldwin', 'Taek', 'silke m' path = os.path.abspath(argv[0].split('util/make_credits.py')[0]) print('> base directory is assumed to be: '+path) # a place to store contributors -contributors = ['Andi Stadler'] +contributors = ["Andi Stadler", "Vít Šesták 'v6ak'"] # get the contributors print('> getting contributors to the friendica core repository') p = subprocess.Popen(['git', 'shortlog', '--no-merges', '-s'], From dc28011ff0d172146b4fb735810c6417817b83ce Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 25 Sep 2016 20:24:56 +0200 Subject: [PATCH 02/49] Issues 2791 and 2792 into the CHANGELOG --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c9fbfc673..fea69a990 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,10 +3,14 @@ Version 3.5.1 Small changes to the admin panel overview and logging settings [tobiasd] Updates to the translations (DE, FR, PT-BR) [translation teams] Fix for a potential XSS vector [heluecht, thanks to Vít Šesták 'v6ak' for reporting the problem] + Fix for ghost request notifications on single user instances [Hypolite] + Improvements to the unliking of prior likes [Hypolite] Friendica Addons: Updates to the translations (FR, PT-BR) [translation teams] + Closed Issues + 2791, 2792 Version 3.5 Friendica Core: From d44627fb509bbb4fe661661ae2e3b2d94a7e7f5f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 26 Sep 2016 12:23:17 +0200 Subject: [PATCH 03/49] DE translations for the addons added to the CHANGELOG --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index fea69a990..dfd47f1b6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,7 +7,7 @@ Version 3.5.1 Improvements to the unliking of prior likes [Hypolite] Friendica Addons: - Updates to the translations (FR, PT-BR) [translation teams] + Updates to the translations (DE, FR, PT-BR) [translation teams] Closed Issues 2791, 2792 From eda54ba49b0fddb3baaa8a8184015635d10a5cc1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 28 Sep 2016 08:17:22 +0200 Subject: [PATCH 04/49] updating the CHANGELOG with DFRN and API things --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index dfd47f1b6..a12b62614 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,8 @@ Version 3.5.1 Fix for a potential XSS vector [heluecht, thanks to Vít Šesták 'v6ak' for reporting the problem] Fix for ghost request notifications on single user instances [Hypolite] Improvements to the unliking of prior likes [Hypolite] + Extension of the DFRN transmitted information fields [heluecht] + Improvements to the API and Friendica specific extensions [gerhard6380] Friendica Addons: Updates to the translations (DE, FR, PT-BR) [translation teams] From 7311094730f775f853c67266925ec23d779dd053 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 30 Sep 2016 08:10:50 +0200 Subject: [PATCH 05/49] updating the CHANGELOG --- CHANGELOG | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a12b62614..4b006d36a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,12 +7,15 @@ Version 3.5.1 Improvements to the unliking of prior likes [Hypolite] Extension of the DFRN transmitted information fields [heluecht] Improvements to the API and Friendica specific extensions [gerhard6380] + Improvements to the Browser Notification functionality [Hypolite] + Improvements to the themes [Hypolite] + Improvements to the database handling [heluecht] Friendica Addons: Updates to the translations (DE, FR, PT-BR) [translation teams] Closed Issues - 2791, 2792 + 2791, 2792, 2804 Version 3.5 Friendica Core: From 87def163c7638658f82ec5721251a20b3d4d98d9 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 1 Oct 2016 11:47:06 +0200 Subject: [PATCH 06/49] updating the CHANGELOG --- CHANGELOG | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4b006d36a..31b906db2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,21 +1,22 @@ Version 3.5.1 Friendica Core: - Small changes to the admin panel overview and logging settings [tobiasd] Updates to the translations (DE, FR, PT-BR) [translation teams] Fix for a potential XSS vector [heluecht, thanks to Vít Šesták 'v6ak' for reporting the problem] Fix for ghost request notifications on single user instances [Hypolite] Improvements to the unliking of prior likes [Hypolite] - Extension of the DFRN transmitted information fields [heluecht] Improvements to the API and Friendica specific extensions [gerhard6380] Improvements to the Browser Notification functionality [Hypolite] Improvements to the themes [Hypolite] Improvements to the database handling [heluecht] + Improvements to the admin panel [tobiasd, Hypolite] + Extension of the DFRN transmitted information fields [heluecht] + Translations of the core are now in /vire/lang [Hypolite] Friendica Addons: Updates to the translations (DE, FR, PT-BR) [translation teams] Closed Issues - 2791, 2792, 2804 + 2791, 2792, 2804, 2814, 2817, 2823 Version 3.5 Friendica Core: From 8d7548b0132c1b423e031b0ac58667b394783f27 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 2 Oct 2016 09:58:37 +0200 Subject: [PATCH 07/49] updating the CHANGELOG --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 31b906db2..0cc7dbde0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,7 +16,7 @@ Version 3.5.1 Updates to the translations (DE, FR, PT-BR) [translation teams] Closed Issues - 2791, 2792, 2804, 2814, 2817, 2823 + 1163, 2791, 2792, 2800, 2804, 2813, 2814, 2817, 2823 Version 3.5 Friendica Core: From fa77df0acc345f15d14ed304c005013b74e49461 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 3 Oct 2016 08:14:30 +0200 Subject: [PATCH 08/49] updating the CHANGELOG --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 0cc7dbde0..5647c16c3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,7 @@ Version 3.5.1 Improvements to the themes [Hypolite] Improvements to the database handling [heluecht] Improvements to the admin panel [tobiasd, Hypolite] + Improvements to the update process [heluecht] Extension of the DFRN transmitted information fields [heluecht] Translations of the core are now in /vire/lang [Hypolite] From 8f0531cb574967388af9e787dd76b7232a2a9642 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 6 Oct 2016 08:32:37 +0200 Subject: [PATCH 09/49] Mastodon is now supported --- CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5647c16c3..b4984d787 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,12 +6,13 @@ Version 3.5.1 Improvements to the unliking of prior likes [Hypolite] Improvements to the API and Friendica specific extensions [gerhard6380] Improvements to the Browser Notification functionality [Hypolite] - Improvements to the themes [Hypolite] + Improvements to the themes [Hypolite, rabuzarus] Improvements to the database handling [heluecht] Improvements to the admin panel [tobiasd, Hypolite] Improvements to the update process [heluecht] + Improvements to the federation as contact to Mastodon users can now be established [heluecht, fabrixxm] Extension of the DFRN transmitted information fields [heluecht] - Translations of the core are now in /vire/lang [Hypolite] + Translations of the core are now in /view/lang [Hypolite] Friendica Addons: Updates to the translations (DE, FR, PT-BR) [translation teams] From 4808425657abd0213211755b401fe1aa2088e859 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 9 Oct 2016 16:30:49 +0200 Subject: [PATCH 10/49] 2816 is closed now --- CHANGELOG | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b4984d787..c6cfe124f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,7 +10,6 @@ Version 3.5.1 Improvements to the database handling [heluecht] Improvements to the admin panel [tobiasd, Hypolite] Improvements to the update process [heluecht] - Improvements to the federation as contact to Mastodon users can now be established [heluecht, fabrixxm] Extension of the DFRN transmitted information fields [heluecht] Translations of the core are now in /view/lang [Hypolite] @@ -18,7 +17,7 @@ Version 3.5.1 Updates to the translations (DE, FR, PT-BR) [translation teams] Closed Issues - 1163, 2791, 2792, 2800, 2804, 2813, 2814, 2817, 2823 + 1163, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823 Version 3.5 Friendica Core: From 9c79d2b58aaa2535be2ac4dfdb322649ba684cbf Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 11 Oct 2016 08:42:59 +0200 Subject: [PATCH 11/49] bug closed, new translator --- CHANGELOG | 2 +- util/credits.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c6cfe124f..9dc2b7e36 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,7 +17,7 @@ Version 3.5.1 Updates to the translations (DE, FR, PT-BR) [translation teams] Closed Issues - 1163, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823 + 1163, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850 Version 3.5 Friendica Core: diff --git a/util/credits.txt b/util/credits.txt index ddbc36ab6..b8215873c 100644 --- a/util/credits.txt +++ b/util/credits.txt @@ -13,6 +13,7 @@ André Alves André Lohan Anthronaut Arian - Cazare Muncitori +Athalbert aweiher axelt balderino From c3bc0619550da1486deb8a1de20e2c39cc01722f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 11 Oct 2016 08:45:01 +0200 Subject: [PATCH 12/49] improvements to the workers --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9dc2b7e36..2bd5c159e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,11 +10,12 @@ Version 3.5.1 Improvements to the database handling [heluecht] Improvements to the admin panel [tobiasd, Hypolite] Improvements to the update process [heluecht] + Improvements to the handling of worker processes [heluecht] Extension of the DFRN transmitted information fields [heluecht] Translations of the core are now in /view/lang [Hypolite] Friendica Addons: - Updates to the translations (DE, FR, PT-BR) [translation teams] + Updates to the translations (DE, ES, FR, PT-BR) [translation teams] Closed Issues 1163, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850 From 114d686a2bf98ae27993e2e334bcecd8a637b9eb Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 11 Oct 2016 08:50:05 +0200 Subject: [PATCH 13/49] improvements on the addons --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2bd5c159e..ef56ef2fd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,10 +12,12 @@ Version 3.5.1 Improvements to the update process [heluecht] Improvements to the handling of worker processes [heluecht] Extension of the DFRN transmitted information fields [heluecht] - Translations of the core are now in /view/lang [Hypolite] + Translations of the core are now in /view/lang [Hypolite, tobiasd] Friendica Addons: Updates to the translations (DE, ES, FR, PT-BR) [translation teams] + Improvements to the IFTTT addon [Hypolite] + Improvements to the language filter addon [strk] Closed Issues 1163, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850 From 77a26d3a1d83d39c72473668b44aa82d2bffc13b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 13 Oct 2016 08:12:31 +0200 Subject: [PATCH 14/49] new translator --- util/credits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/util/credits.txt b/util/credits.txt index b8215873c..695fdec9b 100644 --- a/util/credits.txt +++ b/util/credits.txt @@ -2,6 +2,7 @@ Abinoam P. Marques Jr. Abrax Adam Jurkiewicz +Alberto Díaz Alex Alexander Kampmann AlfredSK From 56a114086ecf079bec8c3eda25119e097ffee7ff Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 18 Oct 2016 07:31:26 +0200 Subject: [PATCH 15/49] work on the calendar --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index ef56ef2fd..2afc79a2d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,7 @@ Version 3.5.1 Improvements to the handling of worker processes [heluecht] Extension of the DFRN transmitted information fields [heluecht] Translations of the core are now in /view/lang [Hypolite, tobiasd] + Update of the fullCalendar libriry to 3.0.1 and adjusting the themes [rabuzarus] Friendica Addons: Updates to the translations (DE, ES, FR, PT-BR) [translation teams] From f30f335cb3691987fbeb13ca52316068c15a6191 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 18 Oct 2016 07:32:55 +0200 Subject: [PATCH 16/49] work on the calendar (typo) --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2afc79a2d..2eeacf324 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,7 +13,7 @@ Version 3.5.1 Improvements to the handling of worker processes [heluecht] Extension of the DFRN transmitted information fields [heluecht] Translations of the core are now in /view/lang [Hypolite, tobiasd] - Update of the fullCalendar libriry to 3.0.1 and adjusting the themes [rabuzarus] + Update of the fullCalendar library to 3.0.1 and adjusting the themes [rabuzarus] Friendica Addons: Updates to the translations (DE, ES, FR, PT-BR) [translation teams] From e95e304b57379fe7d90e0cab5f2ea1b247d21582 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 29 Oct 2016 07:41:26 +0200 Subject: [PATCH 17/49] updating the CHANGELOG --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 2eeacf324..b841d9139 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,7 @@ Version 3.5.1 Improvements to the admin panel [tobiasd, Hypolite] Improvements to the update process [heluecht] Improvements to the handling of worker processes [heluecht] + Improvements to the performance [heluecht, Hypolite] Extension of the DFRN transmitted information fields [heluecht] Translations of the core are now in /view/lang [Hypolite, tobiasd] Update of the fullCalendar library to 3.0.1 and adjusting the themes [rabuzarus] @@ -22,6 +23,7 @@ Version 3.5.1 Closed Issues 1163, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850 + 2858, 2865 Version 3.5 Friendica Core: From 0210187ecf30d48b7f84b70393f803cf73ed49a2 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 9 Nov 2016 14:13:54 +0100 Subject: [PATCH 18/49] language selection works now, reflect it in the CHANGELOG --- CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b841d9139..769573136 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ Version 3.5.1 Updates to the translations (DE, FR, PT-BR) [translation teams] Fix for a potential XSS vector [heluecht, thanks to Vít Šesták 'v6ak' for reporting the problem] Fix for ghost request notifications on single user instances [Hypolite] + Fix user language selection [tobiasd] Improvements to the unliking of prior likes [Hypolite] Improvements to the API and Friendica specific extensions [gerhard6380] Improvements to the Browser Notification functionality [Hypolite] @@ -22,8 +23,8 @@ Version 3.5.1 Improvements to the language filter addon [strk] Closed Issues - 1163, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850 - 2858, 2865 + 1163, 2752, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823, + 2850, 2858, 2865 Version 3.5 Friendica Core: From 9ad2d614771995827a602ee4bed1c5d6df1f38b9 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 12 Nov 2016 12:48:13 +0100 Subject: [PATCH 19/49] Vagrant settings adjustments, and release dates for Friendica sind 3.3 --- CHANGELOG | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 769573136..5801955f2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ Version 3.5.1 Fix for a potential XSS vector [heluecht, thanks to Vít Šesták 'v6ak' for reporting the problem] Fix for ghost request notifications on single user instances [Hypolite] Fix user language selection [tobiasd] + Adjustments for the Vagrant VM settings [silke] Improvements to the unliking of prior likes [Hypolite] Improvements to the API and Friendica specific extensions [gerhard6380] Improvements to the Browser Notification functionality [Hypolite] @@ -26,7 +27,7 @@ Version 3.5.1 1163, 2752, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850, 2858, 2865 -Version 3.5 +Version 3.5 (2016-09-13) Friendica Core: NEW Optional local directory with possible federated contacts [heluecht] NEW Autocompletion for @-mentions and BBCode tags [rabuzarus] @@ -86,7 +87,7 @@ Version 3.5 2506, 2512, 2516, 2539, 2540, 2893, 2597, 2611, 2617, 2629, 2645, 2687, 2716, 2757, 2764 -Version 3.4.3 +Version 3.4.3 (2015-12-22) What's new for the users: Updates to the documentation (silke, tobiasd, annando, rebeka-catalina) Updated translations (tobiasd & translation teams) @@ -165,7 +166,7 @@ Version 3.4.3 Fix bbcode conversion of the about text for the profile (issue #1607) (annando) -Version 3.4.2 +Version 3.4.2 (2015-09-29) Updates to the documentation (tobiasd, silke, annando) Updates to the translations (tobiasd & translation teams) @@ -210,7 +211,7 @@ Version 3.4.2 Parse BBCode in contact request notification email (annando) -Version 3.4.1 +Version 3.4.1 (2015-07-06) Implement server-to-server encryption (RINO) using php-encryption library as "RINO 2", deprecate "RINO 1" (issue #1655) (fabrixxm) Fix connection with Diaspora "freelove" account (issue #1572) (annando) @@ -262,7 +263,7 @@ Version 3.4.1 Update to German documentation (Frank Dieckmann, tobias) Updated translations (translation teams, tobias) -Version 3.4 +Version 3.4 (2015-04-05) Optionally, "like" and "dislike" activities don't update thread timestamp (annando) Updated markdown libraries (annando) @@ -290,7 +291,7 @@ Version 3.4 Add help text to explain the options for approving contacts (issue #1349) (silke) API set as unseen only posts returned by the call (issue #1063) (annando) -Version 3.3.3 +Version 3.3.3 (2015-02-24) More separation between php and html in photo album (issue #1258) (rabuzarus) Enhanced community page shows public posts from public contacts of public profiles (annando) @@ -324,7 +325,7 @@ Version 3.3.3 Fix email validation (ddorian1) Better documentation for developers (silke) -Version 3.3.2 +Version 3.3.2 (2014-12-26) Set default value for all not-null fields (fixes SQL warinigs) (annando) Fix item filters in network page (issue #1222) (fabrixxm) @@ -336,7 +337,7 @@ Version 3.3.2 Better display of pictures in posts (annando) Fix out of control gprobe process (annando) -Version 3.3.1 +Version 3.3.1 (2014-11-06) JSONP support for API (fabrixxm) Fixed small bug in direct messages API (fabrixxm) @@ -354,7 +355,7 @@ Version 3.3.1 Translation updates Added CHANGELOG -Version 3.3 +Version 3.3 (2014-10-06) API added support in the API to allow image uploads from Twidere From 74912a3b2483e5355328b0212dffdb7d213bff52 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 12 Nov 2016 12:49:31 +0100 Subject: [PATCH 20/49] double contributor name filtered out for the credits generator --- util/make_credits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/make_credits.py b/util/make_credits.py index e5ea52448..917679d4a 100755 --- a/util/make_credits.py +++ b/util/make_credits.py @@ -23,7 +23,7 @@ import os, glob, subprocess # not work in some cases. dontinclude = ['root', 'friendica', 'bavatar', 'tony baldwin', 'Taek', 'silke m', 'leberwurscht', 'abinoam', 'fabrixxm', 'FULL NAME', 'Hauke Zuehl', - 'Michal Supler', 'michal_s', 'Manuel Pérez', 'rabuzarus'] + 'Michal Supler', 'michal_s', 'Manuel Pérez', 'rabuzarus', 'Alberto Díaz'] # this script is in the /util sub-directory of the friendica installation From dc313ebfd4c93a0719f2df13b0df993f924a66cf Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 12 Nov 2016 12:51:42 +0100 Subject: [PATCH 21/49] Friendica core received ES translations --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5801955f2..e90c7820f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Version 3.5.1 Friendica Core: - Updates to the translations (DE, FR, PT-BR) [translation teams] + Updates to the translations (DE, ES, FR, PT-BR) [translation teams] Fix for a potential XSS vector [heluecht, thanks to Vít Šesták 'v6ak' for reporting the problem] Fix for ghost request notifications on single user instances [Hypolite] Fix user language selection [tobiasd] From 80d26706505c31dda0563307ddccc06de35dc582 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 12 Nov 2016 18:58:06 +0100 Subject: [PATCH 22/49] issue closed --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e90c7820f..36be64fad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -24,8 +24,8 @@ Version 3.5.1 Improvements to the language filter addon [strk] Closed Issues - 1163, 2752, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823, - 2850, 2858, 2865 + 1163, 2403, 2752, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, + 2823, 2850, 2858, 2865 Version 3.5 (2016-09-13) Friendica Core: From 0dcc3c99a11ccaa2000d3c1d6ce8fe88be9e987b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 14 Nov 2016 06:42:36 +0100 Subject: [PATCH 23/49] Diaspora communication --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 36be64fad..0cc4b7535 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ Version 3.5.1 Fix for a potential XSS vector [heluecht, thanks to Vít Šesták 'v6ak' for reporting the problem] Fix for ghost request notifications on single user instances [Hypolite] Fix user language selection [tobiasd] + Fix a problem with communication to Diaspora with set posting locations [heluecht] Adjustments for the Vagrant VM settings [silke] Improvements to the unliking of prior likes [Hypolite] Improvements to the API and Friendica specific extensions [gerhard6380] From 05f71f4a701ece84cb435e7e9a37cc52ae7ce0d6 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 14 Nov 2016 06:57:35 +0100 Subject: [PATCH 24/49] addon stuff --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0cc4b7535..5d51998b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,6 +23,8 @@ Version 3.5.1 Updates to the translations (DE, ES, FR, PT-BR) [translation teams] Improvements to the IFTTT addon [Hypolite] Improvements to the language filter addon [strk] + Better posting loop prevention for the Google+/Twitter/GS connectors [heluecht] + On some pages the result of the Rendertime is not shown anymore [heluecht] Closed Issues 1163, 2403, 2752, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, From 78d8846fefd8a379585a45beadc1b34bfde34225 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 15 Nov 2016 08:33:47 +0100 Subject: [PATCH 25/49] new contributor --- util/credits.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/credits.txt b/util/credits.txt index 695fdec9b..64b1e1269 100644 --- a/util/credits.txt +++ b/util/credits.txt @@ -2,7 +2,7 @@ Abinoam P. Marques Jr. Abrax Adam Jurkiewicz -Alberto Díaz +Alberto Díaz Tormo Alex Alexander Kampmann AlfredSK @@ -77,6 +77,7 @@ Hubert Kościański Hypolite Petovan Jak Jakob +Jens Tautenhahn jensp Jeroen S jeroenpraat From efa54d1509acddb012f400e58476f932b79f4469 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 15 Nov 2016 10:04:15 +0100 Subject: [PATCH 26/49] close issue 1613 --- CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5d51998b2..d3d3a638c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,7 @@ Version 3.5.1 Improvements to the update process [heluecht] Improvements to the handling of worker processes [heluecht] Improvements to the performance [heluecht, Hypolite] + Improvements to the documentation [Hypolite, tobiasd] Extension of the DFRN transmitted information fields [heluecht] Translations of the core are now in /view/lang [Hypolite, tobiasd] Update of the fullCalendar library to 3.0.1 and adjusting the themes [rabuzarus] @@ -27,8 +28,8 @@ Version 3.5.1 On some pages the result of the Rendertime is not shown anymore [heluecht] Closed Issues - 1163, 2403, 2752, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, - 2823, 2850, 2858, 2865 + 1163, 1613, 2403, 2752, 2791, 2792, 2800, 2804, 2813, 2814, 2816, + 2817, 2823, 2850, 2858, 2865 Version 3.5 (2016-09-13) Friendica Core: From cfa678f8681353c5fe9b496ed369ba8192360c66 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 17 Nov 2016 07:27:07 +0100 Subject: [PATCH 27/49] bugfixes --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d3d3a638c..1bf1d75dc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,8 @@ Version 3.5.1 Fix for ghost request notifications on single user instances [Hypolite] Fix user language selection [tobiasd] Fix a problem with communication to Diaspora with set posting locations [heluecht] + Fix schema handling of direct links to a original posting [Rabuzarus] + Fix n bug in otification handling [Rabuzarus] Adjustments for the Vagrant VM settings [silke] Improvements to the unliking of prior likes [Hypolite] Improvements to the API and Friendica specific extensions [gerhard6380] From 4534d5f8c210374015846280fba6a830c3fd4e49 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 19 Nov 2016 13:58:39 +0100 Subject: [PATCH 28/49] Hackathon work 1st day --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1bf1d75dc..06cfd7541 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,6 +21,8 @@ Version 3.5.1 Extension of the DFRN transmitted information fields [heluecht] Translations of the core are now in /view/lang [Hypolite, tobiasd] Update of the fullCalendar library to 3.0.1 and adjusting the themes [rabuzarus] + ping fow works with JSON as well [Hypolite] + On pending registrations, an email is now send to inform the user about it [tobiasd] Friendica Addons: Updates to the translations (DE, ES, FR, PT-BR) [translation teams] @@ -31,7 +33,7 @@ Version 3.5.1 Closed Issues 1163, 1613, 2403, 2752, 2791, 2792, 2800, 2804, 2813, 2814, 2816, - 2817, 2823, 2850, 2858, 2865 + 2817, 2823, 2850, 2858, 2865, 2926 Version 3.5 (2016-09-13) Friendica Core: From b63f2ac7546b01c1e2c4fa6ac21ee4a88294615c Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 19 Nov 2016 15:35:46 +0100 Subject: [PATCH 29/49] 2614 is closed --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 06cfd7541..0a45bd3fc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -32,8 +32,8 @@ Version 3.5.1 On some pages the result of the Rendertime is not shown anymore [heluecht] Closed Issues - 1163, 1613, 2403, 2752, 2791, 2792, 2800, 2804, 2813, 2814, 2816, - 2817, 2823, 2850, 2858, 2865, 2926 + 1163, 1613, 2403, 2614, 2752, 2791, 2792, 2800, 2804, 2813, 2814, + 2816, 2817, 2823, 2850, 2858, 2865, 2926 Version 3.5 (2016-09-13) Friendica Core: From 65c4e8d4ff6ac334ae1e0ae52265c40e21aa55b8 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 19 Nov 2016 21:42:16 +0100 Subject: [PATCH 30/49] some work at the Hackathon --- CHANGELOG | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0a45bd3fc..916aaa42e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,7 +6,7 @@ Version 3.5.1 Fix user language selection [tobiasd] Fix a problem with communication to Diaspora with set posting locations [heluecht] Fix schema handling of direct links to a original posting [Rabuzarus] - Fix n bug in otification handling [Rabuzarus] + Fix n bug in notification handling [Rabuzarus] Adjustments for the Vagrant VM settings [silke] Improvements to the unliking of prior likes [Hypolite] Improvements to the API and Friendica specific extensions [gerhard6380] @@ -23,6 +23,9 @@ Version 3.5.1 Update of the fullCalendar library to 3.0.1 and adjusting the themes [rabuzarus] ping fow works with JSON as well [Hypolite] On pending registrations, an email is now send to inform the user about it [tobiasd] + On systems where the registration needs approval, a note for the admin can now be written [tobiasd] + Removed very old deprecated themes from the repository [silke] + Marked frost and frost mobile as deprecated Friendica Addons: Updates to the translations (DE, ES, FR, PT-BR) [translation teams] @@ -33,7 +36,7 @@ Version 3.5.1 Closed Issues 1163, 1613, 2403, 2614, 2752, 2791, 2792, 2800, 2804, 2813, 2814, - 2816, 2817, 2823, 2850, 2858, 2865, 2926 + 2816, 2817, 2823, 2850, 2858, 2865, 2914, 2926 Version 3.5 (2016-09-13) Friendica Core: From c92409530e70e24c68267e8343749f7a019ed8be Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 20 Nov 2016 15:24:56 +0100 Subject: [PATCH 31/49] some work at the Hackathon --- CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 916aaa42e..26481af68 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -35,8 +35,9 @@ Version 3.5.1 On some pages the result of the Rendertime is not shown anymore [heluecht] Closed Issues - 1163, 1613, 2403, 2614, 2752, 2791, 2792, 2800, 2804, 2813, 2814, - 2816, 2817, 2823, 2850, 2858, 2865, 2914, 2926 + 1019, 1163, 1613, 2177, 2403, 2614, 2751, 2752, 2791, 2792, 2800, + 2804, 2813, 2814, 2816, 2817, 2823, 2850, 2858, 2865, 2892, 2894, + 2895, 2907, 2914, 2926, 2948 Version 3.5 (2016-09-13) Friendica Core: From e5cf048220d6f1bd53b824f1f6245d36e5d07fa0 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 20 Nov 2016 16:50:14 +0100 Subject: [PATCH 32/49] some closed issues --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 26481af68..3f13a72d7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -35,8 +35,8 @@ Version 3.5.1 On some pages the result of the Rendertime is not shown anymore [heluecht] Closed Issues - 1019, 1163, 1613, 2177, 2403, 2614, 2751, 2752, 2791, 2792, 2800, - 2804, 2813, 2814, 2816, 2817, 2823, 2850, 2858, 2865, 2892, 2894, + 1019, 1163, 1613, 2177, 2252, 2403, 2991, 2614, 2751, 2752, 2791, 2792, + 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850, 2858, 2865, 2892, 2894, 2895, 2907, 2914, 2926, 2948 Version 3.5 (2016-09-13) From ec69a52361f087868038c2a0641cddec8230c487 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 1 Dec 2016 10:08:09 +0100 Subject: [PATCH 33/49] some more changes --- CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3f13a72d7..55d162f7a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,7 +17,8 @@ Version 3.5.1 Improvements to the update process [heluecht] Improvements to the handling of worker processes [heluecht] Improvements to the performance [heluecht, Hypolite] - Improvements to the documentation [Hypolite, tobiasd] + Improvements to the documentation [Hypolite, tobiasd, rabuzarus] + The worker process can now also be started from the frontend [heluecht] Extension of the DFRN transmitted information fields [heluecht] Translations of the core are now in /view/lang [Hypolite, tobiasd] Update of the fullCalendar library to 3.0.1 and adjusting the themes [rabuzarus] @@ -37,7 +38,7 @@ Version 3.5.1 Closed Issues 1019, 1163, 1613, 2177, 2252, 2403, 2991, 2614, 2751, 2752, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850, 2858, 2865, 2892, 2894, - 2895, 2907, 2914, 2926, 2948 + 2895, 2907, 2914, 2926, 2948, 2955, 2958, 2964 Version 3.5 (2016-09-13) Friendica Core: From 9a3941cf6e46677abc63c724a37907c131e03b4c Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 1 Dec 2016 14:13:26 +0100 Subject: [PATCH 34/49] themes richtext --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 55d162f7a..609fbffd1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -25,6 +25,7 @@ Version 3.5.1 ping fow works with JSON as well [Hypolite] On pending registrations, an email is now send to inform the user about it [tobiasd] On systems where the registration needs approval, a note for the admin can now be written [tobiasd] + Theme developers can now announce if their theme does support the RichText editor or not [heluecht, rabuzarus] Removed very old deprecated themes from the repository [silke] Marked frost and frost mobile as deprecated From ce4a4f22aab73cda734bbb7f1a743af07e271340 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 4 Dec 2016 14:45:48 +0100 Subject: [PATCH 35/49] a typo and two issues --- CHANGELOG | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 609fbffd1..c40f625b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,7 +6,7 @@ Version 3.5.1 Fix user language selection [tobiasd] Fix a problem with communication to Diaspora with set posting locations [heluecht] Fix schema handling of direct links to a original posting [Rabuzarus] - Fix n bug in notification handling [Rabuzarus] + Fix a bug in notification handling [Rabuzarus] Adjustments for the Vagrant VM settings [silke] Improvements to the unliking of prior likes [Hypolite] Improvements to the API and Friendica specific extensions [gerhard6380] @@ -37,9 +37,9 @@ Version 3.5.1 On some pages the result of the Rendertime is not shown anymore [heluecht] Closed Issues - 1019, 1163, 1613, 2177, 2252, 2403, 2991, 2614, 2751, 2752, 2791, 2792, - 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850, 2858, 2865, 2892, 2894, - 2895, 2907, 2914, 2926, 2948, 2955, 2958, 2964 + 1019, 1163, 1613, 2177, 2252, 2403, 2991, 2614, 2751, 2752, 2772, 2791, + 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850, 2858, 2865, 2892, + 2894, 2895, 2907, 2914, 2926, 2948, 2955, 2958, 2964, 2968 Version 3.5 (2016-09-13) Friendica Core: From 339708463e7b7e88990d180b1b5374601635caf1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 6 Dec 2016 21:44:18 +0100 Subject: [PATCH 36/49] show some of the worker options only when the worker process is active --- view/templates/admin_site.tpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/view/templates/admin_site.tpl b/view/templates/admin_site.tpl index fc84f6860..a93e3e4a4 100644 --- a/view/templates/admin_site.tpl +++ b/view/templates/admin_site.tpl @@ -158,9 +158,11 @@

{{$worker_title}}

{{include file="field_checkbox.tpl" field=$worker}} - {{include file="field_input.tpl" field=$worker_queues}} - {{include file="field_checkbox.tpl" field=$worker_dont_fork}} - {{include file="field_checkbox.tpl" field=$worker_fastlane}} + {{if $worker.2}} + {{include file="field_input.tpl" field=$worker_queues}} + {{include file="field_checkbox.tpl" field=$worker_dont_fork}} + {{include file="field_checkbox.tpl" field=$worker_fastlane}} + {{/if}}
From 7eb1743945ec490b92499732b01514d92f9f4da8 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 6 Dec 2016 21:45:06 +0100 Subject: [PATCH 37/49] Revert "show some of the worker options only when the worker process is active" This reverts commit 339708463e7b7e88990d180b1b5374601635caf1. --- view/templates/admin_site.tpl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/view/templates/admin_site.tpl b/view/templates/admin_site.tpl index a93e3e4a4..fc84f6860 100644 --- a/view/templates/admin_site.tpl +++ b/view/templates/admin_site.tpl @@ -158,11 +158,9 @@

{{$worker_title}}

{{include file="field_checkbox.tpl" field=$worker}} - {{if $worker.2}} - {{include file="field_input.tpl" field=$worker_queues}} - {{include file="field_checkbox.tpl" field=$worker_dont_fork}} - {{include file="field_checkbox.tpl" field=$worker_fastlane}} - {{/if}} + {{include file="field_input.tpl" field=$worker_queues}} + {{include file="field_checkbox.tpl" field=$worker_dont_fork}} + {{include file="field_checkbox.tpl" field=$worker_fastlane}}
From acae70b85f46ee531f82303f49e38a3cf201f286 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 9 Dec 2016 16:46:37 +0100 Subject: [PATCH 38/49] long tweets --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c40f625b2..3aad60c2e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -18,6 +18,7 @@ Version 3.5.1 Improvements to the handling of worker processes [heluecht] Improvements to the performance [heluecht, Hypolite] Improvements to the documentation [Hypolite, tobiasd, rabuzarus] + Improvements to the MMCode / Markdown conversation [Hypolite] The worker process can now also be started from the frontend [heluecht] Extension of the DFRN transmitted information fields [heluecht] Translations of the core are now in /view/lang [Hypolite, tobiasd] @@ -27,7 +28,7 @@ Version 3.5.1 On systems where the registration needs approval, a note for the admin can now be written [tobiasd] Theme developers can now announce if their theme does support the RichText editor or not [heluecht, rabuzarus] Removed very old deprecated themes from the repository [silke] - Marked frost and frost mobile as deprecated + Marked frost and frost mobile as deprecated [silke] Friendica Addons: Updates to the translations (DE, ES, FR, PT-BR) [translation teams] @@ -35,6 +36,7 @@ Version 3.5.1 Improvements to the language filter addon [strk] Better posting loop prevention for the Google+/Twitter/GS connectors [heluecht] On some pages the result of the Rendertime is not shown anymore [heluecht] + Twitter-bridge now supports quotes and long posts when importing tweets [heluecht] Closed Issues 1019, 1163, 1613, 2177, 2252, 2403, 2991, 2614, 2751, 2752, 2772, 2791, From 789f13dd000fbbaebaea21978cbe52814c5eaee9 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 12 Dec 2016 09:26:46 +0100 Subject: [PATCH 39/49] some issues closed --- CHANGELOG | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3aad60c2e..6d9b7cae1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,7 +19,9 @@ Version 3.5.1 Improvements to the performance [heluecht, Hypolite] Improvements to the documentation [Hypolite, tobiasd, rabuzarus] Improvements to the MMCode / Markdown conversation [Hypolite] + Initial federation with Mastodon [heluecht] The worker process can now also be started from the frontend [heluecht] + Deletion of postings is now done in the background [heluecht] Extension of the DFRN transmitted information fields [heluecht] Translations of the core are now in /view/lang [Hypolite, tobiasd] Update of the fullCalendar library to 3.0.1 and adjusting the themes [rabuzarus] @@ -34,14 +36,16 @@ Version 3.5.1 Updates to the translations (DE, ES, FR, PT-BR) [translation teams] Improvements to the IFTTT addon [Hypolite] Improvements to the language filter addon [strk] + Improvements to the pump.io bridge [heluecht] Better posting loop prevention for the Google+/Twitter/GS connectors [heluecht] On some pages the result of the Rendertime is not shown anymore [heluecht] Twitter-bridge now supports quotes and long posts when importing tweets [heluecht] Closed Issues - 1019, 1163, 1613, 2177, 2252, 2403, 2991, 2614, 2751, 2752, 2772, 2791, - 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850, 2858, 2865, 2892, - 2894, 2895, 2907, 2914, 2926, 2948, 2955, 2958, 2964, 2968 + 1019, 1163, 1612, 1613, 2177, 2252, 2260, 2403, 2991, 2614, 2751, + 2752, 2772, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823, + 2850, 2858, 2865, 2892, 2894, 2895, 2907, 2908, 2914, 2015, 2926, + 2948, 2955, 2958, 2963, 2964, 2968 Version 3.5 (2016-09-13) Friendica Core: From 25ac6f8ea2f941877af069f8a51f91c09ecd1e2e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 24 Dec 2016 10:47:57 +0100 Subject: [PATCH 40/49] regen credits for correct umlaute --- util/credits.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/credits.txt b/util/credits.txt index 64b1e1269..729845c14 100644 --- a/util/credits.txt +++ b/util/credits.txt @@ -2,6 +2,7 @@ Abinoam P. Marques Jr. Abrax Adam Jurkiewicz +Albert Alberto Díaz Tormo Alex Alexander Kampmann @@ -137,7 +138,7 @@ rcmaniac rebeka-catalina repat Ricardo Pereira -Roland Haeder +Roland Häder Rui Andrada Sakałoŭ Alaksiej Sam From 85fe631f2c500c33804192117168050d8645ff95 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 28 Dec 2016 19:49:16 +0100 Subject: [PATCH 41/49] 2792 is not solved --- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6d9b7cae1..2fbe13c9b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -43,9 +43,9 @@ Version 3.5.1 Closed Issues 1019, 1163, 1612, 1613, 2177, 2252, 2260, 2403, 2991, 2614, 2751, - 2752, 2772, 2791, 2792, 2800, 2804, 2813, 2814, 2816, 2817, 2823, - 2850, 2858, 2865, 2892, 2894, 2895, 2907, 2908, 2914, 2015, 2926, - 2948, 2955, 2958, 2963, 2964, 2968 + 2752, 2772, 2791, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850, + 2858, 2865, 2892, 2894, 2895, 2907, 2908, 2914, 2015, 2926, 2948, + 2955, 2958, 2963, 2964, 2968 Version 3.5 (2016-09-13) Friendica Core: From b3c6409a06853fc774ca4cd94a55b9b4124f69b5 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 26 Jan 2017 11:12:41 +0100 Subject: [PATCH 42/49] update to the changelog --- CHANGELOG | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2fbe13c9b..5f8373d90 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Version 3.5.1 Friendica Core: - Updates to the translations (DE, ES, FR, PT-BR) [translation teams] + Updates to the translations (DE, ES, FR, IT, PT-BR) [translation teams] Fix for a potential XSS vector [heluecht, thanks to Vít Šesták 'v6ak' for reporting the problem] Fix for ghost request notifications on single user instances [Hypolite] Fix user language selection [tobiasd] @@ -17,26 +17,37 @@ Version 3.5.1 Improvements to the update process [heluecht] Improvements to the handling of worker processes [heluecht] Improvements to the performance [heluecht, Hypolite] - Improvements to the documentation [Hypolite, tobiasd, rabuzarus] - Improvements to the MMCode / Markdown conversation [Hypolite] + Improvements to the documentation [Hypolite, tobiasd, rabuzarus, beardyunixer] + Improvements to the BBCode / Markdown conversation [Hypolite] + Improvements to the OStatus protocol implementation [heluecht] + Improvements to the Diaspora protocol implementation [heluecht] + Work on PHP7 compatibility [ddorian1] + Code cleanup [Hypolite, Quix0r] Initial federation with Mastodon [heluecht] The worker process can now also be started from the frontend [heluecht] Deletion of postings is now done in the background [heluecht] Extension of the DFRN transmitted information fields [heluecht] Translations of the core are now in /view/lang [Hypolite, tobiasd] Update of the fullCalendar library to 3.0.1 and adjusting the themes [rabuzarus] - ping fow works with JSON as well [Hypolite] + ping now works with JSON as well [Hypolite] On pending registrations, an email is now send to inform the user about it [tobiasd] On systems where the registration needs approval, a note for the admin can now be written [tobiasd] Theme developers can now announce if their theme does support the RichText editor or not [heluecht, rabuzarus] + Meta Information for HTML descriptions is now limited to 160 character [rabuzarus] Removed very old deprecated themes from the repository [silke] Marked frost and frost mobile as deprecated [silke] + When creating new postings in the UI, focus is automatically put into the Title field [Hypolite] + Various bugfixes Friendica Addons: - Updates to the translations (DE, ES, FR, PT-BR) [translation teams] + Updates to the translations (DE, ES, FR, IT, PT-BR) [translation teams] Improvements to the IFTTT addon [Hypolite] Improvements to the language filter addon [strk] Improvements to the pump.io bridge [heluecht] + Improvements to the jappixmini addon [heluecht] + Improvements to the gpluspost addon [heluecht] + Improvements to the performance of the Twitter bridge when using workers [heluecht] + Diaspora Export addon is not working again [heluecht] Better posting loop prevention for the Google+/Twitter/GS connectors [heluecht] On some pages the result of the Rendertime is not shown anymore [heluecht] Twitter-bridge now supports quotes and long posts when importing tweets [heluecht] @@ -45,7 +56,7 @@ Version 3.5.1 1019, 1163, 1612, 1613, 2177, 2252, 2260, 2403, 2991, 2614, 2751, 2752, 2772, 2791, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850, 2858, 2865, 2892, 2894, 2895, 2907, 2908, 2914, 2015, 2926, 2948, - 2955, 2958, 2963, 2964, 2968 + 2955, 2958, 2963, 2964, 2968, 2993, 3020, 3052, 3066 Version 3.5 (2016-09-13) Friendica Core: From 8c28e5fc5c7d3ddc7725e764f05f6cd343f12c9a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 26 Jan 2017 13:09:39 +0100 Subject: [PATCH 43/49] typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5f8373d90..ca0fef97d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -47,7 +47,7 @@ Version 3.5.1 Improvements to the jappixmini addon [heluecht] Improvements to the gpluspost addon [heluecht] Improvements to the performance of the Twitter bridge when using workers [heluecht] - Diaspora Export addon is not working again [heluecht] + Diaspora Export addon is now working again [heluecht] Better posting loop prevention for the Google+/Twitter/GS connectors [heluecht] On some pages the result of the Rendertime is not shown anymore [heluecht] Twitter-bridge now supports quotes and long posts when importing tweets [heluecht] From e031c01bb658a33ca9475ace8114c9cbae3a7f77 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 28 Jan 2017 07:55:44 +0100 Subject: [PATCH 44/49] some stuff done --- CHANGELOG | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ca0fef97d..e8b053483 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Version 3.5.1 Friendica Core: - Updates to the translations (DE, ES, FR, IT, PT-BR) [translation teams] + Updates to the translations (BG, CA, CS, DE, EO, ES, FR, IS, IT, NL, PL, PT-BR, RU, SV) [translation teams] Fix for a potential XSS vector [heluecht, thanks to Vít Šesták 'v6ak' for reporting the problem] Fix for ghost request notifications on single user instances [Hypolite] Fix user language selection [tobiasd] @@ -37,6 +37,8 @@ Version 3.5.1 Removed very old deprecated themes from the repository [silke] Marked frost and frost mobile as deprecated [silke] When creating new postings in the UI, focus is automatically put into the Title field [Hypolite] + We are now shipping config files for "tx" (the Transifex client) and the "EditorConfig" addon for many common editors [fabrixxm, tobiasd] + The TinyMCE richtext editor was removed [Hypolite] Various bugfixes Friendica Addons: @@ -56,7 +58,7 @@ Version 3.5.1 1019, 1163, 1612, 1613, 2177, 2252, 2260, 2403, 2991, 2614, 2751, 2752, 2772, 2791, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850, 2858, 2865, 2892, 2894, 2895, 2907, 2908, 2914, 2015, 2926, 2948, - 2955, 2958, 2963, 2964, 2968, 2993, 3020, 3052, 3066 + 2955, 2958, 2963, 2964, 2968, 2993, 3020, 3052, 3062, 3066, 3108 Version 3.5 (2016-09-13) Friendica Core: From 793b3c2026f02f3ab59c72a8d8d45f47c62e7b68 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 31 Jan 2017 19:56:59 +0100 Subject: [PATCH 45/49] some issues done --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e8b053483..e4148186d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,6 +20,7 @@ Version 3.5.1 Improvements to the documentation [Hypolite, tobiasd, rabuzarus, beardyunixer] Improvements to the BBCode / Markdown conversation [Hypolite] Improvements to the OStatus protocol implementation [heluecht] + Improvements to the installation wizzard [tobiasd] Improvements to the Diaspora protocol implementation [heluecht] Work on PHP7 compatibility [ddorian1] Code cleanup [Hypolite, Quix0r] @@ -58,7 +59,8 @@ Version 3.5.1 1019, 1163, 1612, 1613, 2177, 2252, 2260, 2403, 2991, 2614, 2751, 2752, 2772, 2791, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850, 2858, 2865, 2892, 2894, 2895, 2907, 2908, 2914, 2015, 2926, 2948, - 2955, 2958, 2963, 2964, 2968, 2993, 3020, 3052, 3062, 3066, 3108 + 2955, 2958, 2963, 2964, 2968, 2993, 3020, 3052, 3062, 3066, 3091, + 3108, 3116, 3118, 3126, 3130, 3135 Version 3.5 (2016-09-13) Friendica Core: From de255891d432009ef92aab78f4c7765301a6fc37 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 8 Feb 2017 06:37:31 +0100 Subject: [PATCH 46/49] some work done --- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e4148186d..1941e0918 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,7 +11,7 @@ Version 3.5.1 Improvements to the unliking of prior likes [Hypolite] Improvements to the API and Friendica specific extensions [gerhard6380] Improvements to the Browser Notification functionality [Hypolite] - Improvements to the themes [Hypolite, rabuzarus] + Improvements to the themes [Hypolite, rabuzarus, rebeka-catalina] Improvements to the database handling [heluecht] Improvements to the admin panel [tobiasd, Hypolite] Improvements to the update process [heluecht] @@ -59,8 +59,8 @@ Version 3.5.1 1019, 1163, 1612, 1613, 2177, 2252, 2260, 2403, 2991, 2614, 2751, 2752, 2772, 2791, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850, 2858, 2865, 2892, 2894, 2895, 2907, 2908, 2914, 2015, 2926, 2948, - 2955, 2958, 2963, 2964, 2968, 2993, 3020, 3052, 3062, 3066, 3091, - 3108, 3116, 3118, 3126, 3130, 3135 + 2955, 2958, 2963, 2964, 2968, 2987, 2993, 3020, 3052, 3062, 3066, + 3091, 3108, 3116, 3118, 3126, 3130, 3135 Version 3.5 (2016-09-13) Friendica Core: From 6dfe2c6c9b365d7bd440c7cc63d03e56e5fc8367 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 8 Feb 2017 10:43:49 +0100 Subject: [PATCH 47/49] theme work --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1941e0918..fbd2567f6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,7 +11,7 @@ Version 3.5.1 Improvements to the unliking of prior likes [Hypolite] Improvements to the API and Friendica specific extensions [gerhard6380] Improvements to the Browser Notification functionality [Hypolite] - Improvements to the themes [Hypolite, rabuzarus, rebeka-catalina] + Improvements to the themes [Hypolite, rabuzarus, rebeka-catalina, tobiasd] Improvements to the database handling [heluecht] Improvements to the admin panel [tobiasd, Hypolite] Improvements to the update process [heluecht] From 90267a7ab73addeb91e21a4336df76c7c6e3b09f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 20 Feb 2017 14:09:32 +0100 Subject: [PATCH 48/49] issues and stuff --- CHANGELOG | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fbd2567f6..096d27f37 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,7 +7,7 @@ Version 3.5.1 Fix a problem with communication to Diaspora with set posting locations [heluecht] Fix schema handling of direct links to a original posting [Rabuzarus] Fix a bug in notification handling [Rabuzarus] - Adjustments for the Vagrant VM settings [silke] + Adjustments for the Vagrant VM settings [silke, eelcomaljaars] Improvements to the unliking of prior likes [Hypolite] Improvements to the API and Friendica specific extensions [gerhard6380] Improvements to the Browser Notification functionality [Hypolite] @@ -17,11 +17,11 @@ Version 3.5.1 Improvements to the update process [heluecht] Improvements to the handling of worker processes [heluecht] Improvements to the performance [heluecht, Hypolite] - Improvements to the documentation [Hypolite, tobiasd, rabuzarus, beardyunixer] + Improvements to the documentation [Hypolite, tobiasd, rabuzarus, beardyunixer, eelcomaljaars] Improvements to the BBCode / Markdown conversation [Hypolite] Improvements to the OStatus protocol implementation [heluecht] Improvements to the installation wizzard [tobiasd] - Improvements to the Diaspora protocol implementation [heluecht] + Improvements to the Diaspora connectivity [heluecht, Hypolite] Work on PHP7 compatibility [ddorian1] Code cleanup [Hypolite, Quix0r] Initial federation with Mastodon [heluecht] @@ -51,7 +51,9 @@ Version 3.5.1 Improvements to the gpluspost addon [heluecht] Improvements to the performance of the Twitter bridge when using workers [heluecht] Diaspora Export addon is now working again [heluecht] + Pledgie badge now uses https protocol for embedding [tobiasd] Better posting loop prevention for the Google+/Twitter/GS connectors [heluecht] + One can now configure the message for wppost bridged blog postings [tobiasd] On some pages the result of the Rendertime is not shown anymore [heluecht] Twitter-bridge now supports quotes and long posts when importing tweets [heluecht] @@ -60,7 +62,7 @@ Version 3.5.1 2752, 2772, 2791, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850, 2858, 2865, 2892, 2894, 2895, 2907, 2908, 2914, 2015, 2926, 2948, 2955, 2958, 2963, 2964, 2968, 2987, 2993, 3020, 3052, 3062, 3066, - 3091, 3108, 3116, 3118, 3126, 3130, 3135 + 3091, 3108, 3116, 3117, 3118, 3126, 3130, 3135, 3155, 3163 Version 3.5 (2016-09-13) Friendica Core: From 429d884c51110956d77958285d6427a7d65b2b20 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 21 Feb 2017 21:31:31 +0100 Subject: [PATCH 49/49] regen credits --- util/credits.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/util/credits.txt b/util/credits.txt index 729845c14..94b7be754 100644 --- a/util/credits.txt +++ b/util/credits.txt @@ -20,6 +20,7 @@ aweiher axelt balderino Beanow +beardyunixer Beatriz Vital Ben Roberts ben-utzer @@ -49,6 +50,7 @@ Doru DEACONU Dylan Thiedeke Développeur égaré eddy2508 +Eelco Maljaars effex7 Elena emilia.krawczyk @@ -84,6 +86,7 @@ Jeroen S jeroenpraat Johannes Schwab John Brazil +Jonatan Nyberg Josef Moravek juanman julia.domagalska @@ -185,4 +188,4 @@ Zach Prezkuta Zered zottel Zvi ben Yaakov (a.k.a rdc) -Михаил \ No newline at end of file +Михаил