From 503e8d46abd586fb8b283244a3fcb0ade60e43a1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 23 May 2017 11:54:00 +0200 Subject: [PATCH 1/9] issues for the CHANGELOG --- CHANGELOG | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index a3a974eb62..46750920d4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +Version 3.5.2 (2017-05-XX) + Friendica Core: + + Friendica Addons: + + Closed Issues: + 1626, 1720, 2432, 2792, 2833, 2364, 2448, 2496, 2690, 2752, 2775, + 2803, 2956, 2957, 2961, 2971, 2995, 2999, 3011, 3053, 3107, 3114, + 3134, 3138, 3142, 3157, 3172, 3189, 3194, 3195, 3198, 3206, 3215, + 3217, 3220, 3237, 3242, 3255, 3256, 3260, 3268, 3273, 3274, 3285, + 3288, 3292, 3293, 3300, 3314, 3316, 3317, 3322, 3325, 3327, 3328, + 3331, 3334, 3336, 3346, 3347, 3358, 3359, 3383, 3387, 3401, 3406, + 3428, 3440, 3435, 3436, 3452 + Version 3.5.1 (2017-03-12) Friendica Core: Updates to the translations (BG, CA, CS, DE, EO, ES, FR, IS, IT, NL, PL, PT-BR, RU, SV) [translation teams] From 85bfbdaeba483eb2d213fe9a693a30d748eccda8 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 23 May 2017 12:14:09 +0200 Subject: [PATCH 2/9] addons --- CHANGELOG | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 46750920d4..70c4cb0184 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,12 @@ Version 3.5.2 (2017-05-XX) Friendica Core: Friendica Addons: - + Translations updated (RU) [pztrm] + Pledgie addon was updated to remove cert problems [tobiasd] + Securemail now uses openpgp-php and phpseclib [fabrixxm] + Superblock Configuration [tobiasd] + Twitter Connector updated to use with new deletion method [heluecht] + Closed Issues: 1626, 1720, 2432, 2792, 2833, 2364, 2448, 2496, 2690, 2752, 2775, 2803, 2956, 2957, 2961, 2971, 2995, 2999, 3011, 3053, 3107, 3114, From 960a1b6e9b2fb6d4e2872be21513fa100cd895f6 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 24 May 2017 14:33:43 +0200 Subject: [PATCH 3/9] core --- CHANGELOG | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 70c4cb0184..3d7d4d7e47 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,41 @@ Version 3.5.2 (2017-05-XX) Friendica Core: - + Updates to the translations (DE, EN-GB, ES, IT, RU) [translation teams] + Updates to the documentation [annando, beardyunixer, rabuzarus, tobiasd] + Updated the nginx example configuration [beardyunixer] + Code revision and refractoring [annando, hypolite, Quix0r, rebeka-catalina] + Background process is now done by the new worker process [heluecht] + Added support of Composer for dependencies [Hypolite] + Added support of Web app manifests [Rudloff] + Added basic robot.txt functionality if none exists [Shnoulle] + Added server blocklist [Hypolite, tobiasd] + Removed mcrypt dependency [heluecht] + Removed unused libraries [heluecht] + Removed Embedly integration [Hypolite] + Fixed a bug in the language detection for EN [Hypolite] + Improved API [annando, gerhard6380] + Improved Diaspora federation [heluecht] + Improved Mastodon federation [heluecht, Hypolite] + Improved import from OStatus threads [heluecht] + Improved the themes (frio, quattro) [fabrixxm, Hypolite, rabuzarus, Rudloff, strk, tobiasd] + Improved maintenance mode [heluecht] + Improved gcontact handling [heluecht] + Improved desktop notifications [rabuzarus] + Improved keyboard shortcuts for navigation [Rudloff] + Improved the installer [heluecht] + Improved openid handling [strk] + Improved php7 support [heluecht] + Improved display of notifications [heluecht] + Improved logging mechanism [beardyunixer] + Behaviour clarification of the group filter / new tab [heluecht] + Old options for the pager and share element were removed [heluecht] + Support of PDO was added [heluecht] + Improved error logging for issues with the database [heluecht] + Adoption to changes in DateTime handling of MySQL [heluecht] + Friendica Addons: - Translations updated (RU) [pztrm] + Updates to the translation (RU) [pztrm] + (core) Fix blocking issue for Communityhome [heluecht] Pledgie addon was updated to remove cert problems [tobiasd] Securemail now uses openpgp-php and phpseclib [fabrixxm] Superblock Configuration [tobiasd] From 068e52d4ea47e536ac2905d22afebb1625e4e5a0 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 24 May 2017 18:42:42 +0200 Subject: [PATCH 4/9] typo --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 3d7d4d7e47..74a6f70bf8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,7 @@ Version 3.5.2 (2017-05-XX) Updates to the translations (DE, EN-GB, ES, IT, RU) [translation teams] Updates to the documentation [annando, beardyunixer, rabuzarus, tobiasd] Updated the nginx example configuration [beardyunixer] - Code revision and refractoring [annando, hypolite, Quix0r, rebeka-catalina] + Code revision and refactoring [annando, hypolite, Quix0r, rebeka-catalina] Background process is now done by the new worker process [heluecht] Added support of Composer for dependencies [Hypolite] Added support of Web app manifests [Rudloff] @@ -27,6 +27,7 @@ Version 3.5.2 (2017-05-XX) Improved php7 support [heluecht] Improved display of notifications [heluecht] Improved logging mechanism [beardyunixer] + Improved the worker [heluecht] Behaviour clarification of the group filter / new tab [heluecht] Old options for the pager and share element were removed [heluecht] Support of PDO was added [heluecht] From 65a0dc4a73edd556382bb3fa211757cb1cbf58d1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 25 May 2017 08:00:22 +0200 Subject: [PATCH 5/9] MySQL version and annando --- CHANGELOG | 132 +++++++++++++++++++++++++++--------------------------- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 74a6f70bf8..392609dc35 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,43 +4,43 @@ Version 3.5.2 (2017-05-XX) Updates to the documentation [annando, beardyunixer, rabuzarus, tobiasd] Updated the nginx example configuration [beardyunixer] Code revision and refactoring [annando, hypolite, Quix0r, rebeka-catalina] - Background process is now done by the new worker process [heluecht] + Background process is now done by the new worker process [annando] Added support of Composer for dependencies [Hypolite] Added support of Web app manifests [Rudloff] Added basic robot.txt functionality if none exists [Shnoulle] Added server blocklist [Hypolite, tobiasd] - Removed mcrypt dependency [heluecht] - Removed unused libraries [heluecht] + Removed mcrypt dependency [annando] + Removed unused libraries [annando] Removed Embedly integration [Hypolite] Fixed a bug in the language detection for EN [Hypolite] Improved API [annando, gerhard6380] - Improved Diaspora federation [heluecht] - Improved Mastodon federation [heluecht, Hypolite] - Improved import from OStatus threads [heluecht] + Improved Diaspora federation [annando] + Improved Mastodon federation [annando, Hypolite] + Improved import from OStatus threads [annando] Improved the themes (frio, quattro) [fabrixxm, Hypolite, rabuzarus, Rudloff, strk, tobiasd] - Improved maintenance mode [heluecht] - Improved gcontact handling [heluecht] + Improved maintenance mode [annando] + Improved gcontact handling [annando] Improved desktop notifications [rabuzarus] Improved keyboard shortcuts for navigation [Rudloff] - Improved the installer [heluecht] + Improved the installer [annando] Improved openid handling [strk] - Improved php7 support [heluecht] - Improved display of notifications [heluecht] + Improved php7 support [annando] + Improved display of notifications [annando] Improved logging mechanism [beardyunixer] - Improved the worker [heluecht] - Behaviour clarification of the group filter / new tab [heluecht] - Old options for the pager and share element were removed [heluecht] - Support of PDO was added [heluecht] - Improved error logging for issues with the database [heluecht] - Adoption to changes in DateTime handling of MySQL [heluecht] + Improved the worker [annando] + Improved compatibility with MySQL 5.7 + Behaviour clarification of the group filter / new tab [annando] + Old options for the pager and share element were removed [annando] + Support of PDO was added [annando] + Improved error logging for issues with the database [annando] Friendica Addons: Updates to the translation (RU) [pztrm] - (core) Fix blocking issue for Communityhome [heluecht] + (core) Fix blocking issue for Communityhome [annando] Pledgie addon was updated to remove cert problems [tobiasd] Securemail now uses openpgp-php and phpseclib [fabrixxm] Superblock Configuration [tobiasd] - Twitter Connector updated to use with new deletion method [heluecht] + Twitter Connector updated to use with new deletion method [annando] Closed Issues: 1626, 1720, 2432, 2792, 2833, 2364, 2448, 2496, 2690, 2752, 2775, @@ -54,10 +54,10 @@ Version 3.5.2 (2017-05-XX) Version 3.5.1 (2017-03-12) Friendica Core: 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 a potential XSS vector [annando, 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] + Fix a problem with communication to Diaspora with set posting locations [annando] 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, eelcomaljaars] @@ -65,22 +65,22 @@ Version 3.5.1 (2017-03-12) Improvements to the API and Friendica specific extensions [gerhard6380] Improvements to the Browser Notification functionality [Hypolite] Improvements to the themes [Hypolite, rabuzarus, rebeka-catalina, tobiasd] - Improvements to the database handling [heluecht] + Improvements to the database handling [annando] 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] + Improvements to the update process [annando] + Improvements to the handling of worker processes [annando] + Improvements to the performance [annando, Hypolite] 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 OStatus protocol implementation [annando] Improvements to the installation wizzard [tobiasd] - Improvements to the Diaspora connectivity [heluecht, Hypolite] + Improvements to the Diaspora connectivity [annando, Hypolite] 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] + Initial federation with Mastodon [annando] + The worker process can now also be started from the frontend [annando] + Deletion of postings is now done in the background [annando] + Extension of the DFRN transmitted information fields [annando] 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 now works with JSON as well [Hypolite] @@ -99,16 +99,16 @@ Version 3.5.1 (2017-03-12) 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 now working again [heluecht] + Improvements to the pump.io bridge [annando] + Improvements to the jappixmini addon [annando] + Improvements to the gpluspost addon [annando] + Improvements to the performance of the Twitter bridge when using workers [annando] + Diaspora Export addon is now working again [annando] Pledgie badge now uses https protocol for embedding [tobiasd] - Better posting loop prevention for the Google+/Twitter/GS connectors [heluecht] + Better posting loop prevention for the Google+/Twitter/GS connectors [annando] 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] + On some pages the result of the Rendertime is not shown anymore [annando] + Twitter-bridge now supports quotes and long posts when importing tweets [annando] Closed Issues 1019, 1163, 1612, 1613, 2103, 2177, 2252, 2260, 2403, 2991, 2614, @@ -120,48 +120,48 @@ Version 3.5.1 (2017-03-12) Version 3.5 (2016-09-13) Friendica Core: - NEW Optional local directory with possible federated contacts [heluecht] + NEW Optional local directory with possible federated contacts [annando] NEW Autocompletion for @-mentions and BBCode tags [rabuzarus] NEW Added a composer derived autoloader which allows composer autoloaders in addons/libraries [fabrixxm] - NEW theme: frio [rabuzarus, heluecht, fabrixxm] + NEW theme: frio [rabuzarus, annando, fabrixxm] Enhance .htaccess file (nerdoc, dissolve) Updates to the translations (DE, ES, IS, IT, RU) [translation teams] - Updates to the documentation [tobiasd, heluecht, mexcon, silke, rabuzarus, fabrixxm, Olivier Mehani, gerhard6380, ben utzer] - Extended the BBCode by [abstract] tag used for bridged postings to networks with limited character length [heluecht] - Code cleanup [heluecht, QuixOr] - Improvements to the API and Friendica specific extensions [heluecht, fabrixxm, gerhard6380] + Updates to the documentation [tobiasd, annando, mexcon, silke, rabuzarus, fabrixxm, Olivier Mehani, gerhard6380, ben utzer] + Extended the BBCode by [abstract] tag used for bridged postings to networks with limited character length [annando] + Code cleanup [annando, QuixOr] + Improvements to the API and Friendica specific extensions [annando, fabrixxm, gerhard6380] Improvements to the RSS/Atom feed import [mexcon] - Improvements to the communication with federated networks (Diaspora, Hubzilla, OStatus) [heluecht] - Improvements on the themes (quattro, vier, frost) [rabuzarus, fabrixxm, stieben, heluecht, Quix0r, tobiasd] + Improvements to the communication with federated networks (Diaspora, Hubzilla, OStatus) [annando] + Improvements on the themes (quattro, vier, frost) [rabuzarus, fabrixxm, stieben, annando, Quix0r, tobiasd] Improvements to the ACL dialog [fabrixxm, rabuzarus] - Improvements to the database structure and optimization of queries [heluecht] - Improvements to the UI (contacts, hotkeys, remember me, ARIA, code hightlighting) [rabuzarus, heluecht, tobiasd] - Improvements to the background process (poller, worker) [heluecht] - Improvements to the admin panel [tobiasd, heluecht, fabrixxm] - Improvements to the performance [heluecht] + Improvements to the database structure and optimization of queries [annando] + Improvements to the UI (contacts, hotkeys, remember me, ARIA, code hightlighting) [rabuzarus, annando, tobiasd] + Improvements to the background process (poller, worker) [annando] + Improvements to the admin panel [tobiasd, annando, fabrixxm] + Improvements to the performance [annando] Improvements to the installation wizzard (language selection, RINO version, check required PHP modules, default theme is now vier) [tobiasd] - Improvements to the relocation of nodes and accounts [heluecht] - Improvements to the DDoS detection [heluecht] - Improvements to the calendar/events module [heluecht, rabuzarus] + Improvements to the relocation of nodes and accounts [annando] + Improvements to the DDoS detection [annando] + Improvements to the calendar/events module [annando, rabuzarus] Improvements to OpenID login [strk] Improvements to the ShaShape font [andi] - Reworked the implementation of the DFRN, Diaspora protocols [heluecht] - Reworked the notifications code [fabrixxm, rabuzarus, heluecht] + Reworked the implementation of the DFRN, Diaspora protocols [annando] + Reworked the notifications code [fabrixxm, rabuzarus, annando] Reworked the p/config code [fabrixxm, rabuzarus] - Reworked XML generation [heluecht] - Removed now unused simplepie from library [heluecht] + Reworked XML generation [annando] + Removed now unused simplepie from library [annando] Friendica Addons Updated to the translations (DE, ES, IS, NL, PT BR), [translation teams] Piwik [tobiasd] - Twitter Connector [heluecht] - Pumpio Connector [heluecht] - Rendertime [heluecht] - wppost [heluecht] + Twitter Connector [annando] + Pumpio Connector [annando] + Rendertime [annando] + wppost [annando] showmore [rabuzarus] - fromgplus [heluecht] - app.net Connector [heluecht] - GNU Social Connector [heluecht] + fromgplus [annando] + app.net Connector [annando] + GNU Social Connector [annando] LDAP [Olivier Mehani] smileybutton [rabuzarus] retriver [mexon] From 291c7050e9e5bba8fd72220acf16c1d45575108e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 5 Jun 2017 08:50:37 +0200 Subject: [PATCH 6/9] it is June, and some additions --- CHANGELOG | 137 +++++++++++++++++++++++++++--------------------------- 1 file changed, 69 insertions(+), 68 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 392609dc35..b798efa243 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,46 +1,47 @@ -Version 3.5.2 (2017-05-XX) +Version 3.5.2 (2017-06-XX) Friendica Core: - Updates to the translations (DE, EN-GB, ES, IT, RU) [translation teams] + Updates to the translations (DE, EN-GB, ES, IT, PT-BR, RU) [translation teams] Updates to the documentation [annando, beardyunixer, rabuzarus, tobiasd] Updated the nginx example configuration [beardyunixer] Code revision and refactoring [annando, hypolite, Quix0r, rebeka-catalina] - Background process is now done by the new worker process [annando] + Background process is now done by the new worker process [heluecht] Added support of Composer for dependencies [Hypolite] Added support of Web app manifests [Rudloff] Added basic robot.txt functionality if none exists [Shnoulle] Added server blocklist [Hypolite, tobiasd] - Removed mcrypt dependency [annando] - Removed unused libraries [annando] + Removed mcrypt dependency [heluecht] + Removed unused libraries [heluecht] Removed Embedly integration [Hypolite] Fixed a bug in the language detection for EN [Hypolite] + Fixed a bug in the probing mechanism on old PHP version [annando] Improved API [annando, gerhard6380] - Improved Diaspora federation [annando] - Improved Mastodon federation [annando, Hypolite] - Improved import from OStatus threads [annando] + Improved Diaspora federation [heluecht] + Improved Mastodon federation [heluecht, Hypolite] + Improved import from OStatus threads [heluecht] Improved the themes (frio, quattro) [fabrixxm, Hypolite, rabuzarus, Rudloff, strk, tobiasd] - Improved maintenance mode [annando] - Improved gcontact handling [annando] + Improved maintenance mode [heluecht] + Improved gcontact handling [heluecht] Improved desktop notifications [rabuzarus] Improved keyboard shortcuts for navigation [Rudloff] - Improved the installer [annando] + Improved the installer [heluecht] Improved openid handling [strk] - Improved php7 support [annando] - Improved display of notifications [annando] + Improved php7 support [heluecht] + Improved display of notifications [heluecht] Improved logging mechanism [beardyunixer] - Improved the worker [annando] - Improved compatibility with MySQL 5.7 - Behaviour clarification of the group filter / new tab [annando] - Old options for the pager and share element were removed [annando] - Support of PDO was added [annando] - Improved error logging for issues with the database [annando] + Improved the worker [heluecht] + Behaviour clarification of the group filter / new tab [heluecht] + Old options for the pager and share element were removed [heluecht] + Support of PDO was added [heluecht] + Improved error logging for issues with the database [heluecht] + Adoption to changes in DateTime handling of MySQL [heluecht] Friendica Addons: Updates to the translation (RU) [pztrm] - (core) Fix blocking issue for Communityhome [annando] + (core) Fix blocking issue for Communityhome [heluecht] Pledgie addon was updated to remove cert problems [tobiasd] Securemail now uses openpgp-php and phpseclib [fabrixxm] Superblock Configuration [tobiasd] - Twitter Connector updated to use with new deletion method [annando] + Twitter Connector updated to use with new deletion method [heluecht] Closed Issues: 1626, 1720, 2432, 2792, 2833, 2364, 2448, 2496, 2690, 2752, 2775, @@ -54,10 +55,10 @@ Version 3.5.2 (2017-05-XX) Version 3.5.1 (2017-03-12) Friendica Core: 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 [annando, thanks to Vít Šesták 'v6ak' for reporting the problem] + 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 [annando] + 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, eelcomaljaars] @@ -65,22 +66,22 @@ Version 3.5.1 (2017-03-12) Improvements to the API and Friendica specific extensions [gerhard6380] Improvements to the Browser Notification functionality [Hypolite] Improvements to the themes [Hypolite, rabuzarus, rebeka-catalina, tobiasd] - Improvements to the database handling [annando] + Improvements to the database handling [heluecht] Improvements to the admin panel [tobiasd, Hypolite] - Improvements to the update process [annando] - Improvements to the handling of worker processes [annando] - Improvements to the performance [annando, Hypolite] + 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, eelcomaljaars] Improvements to the BBCode / Markdown conversation [Hypolite] - Improvements to the OStatus protocol implementation [annando] + Improvements to the OStatus protocol implementation [heluecht] Improvements to the installation wizzard [tobiasd] - Improvements to the Diaspora connectivity [annando, Hypolite] + Improvements to the Diaspora connectivity [heluecht, Hypolite] Work on PHP7 compatibility [ddorian1] Code cleanup [Hypolite, Quix0r] - Initial federation with Mastodon [annando] - The worker process can now also be started from the frontend [annando] - Deletion of postings is now done in the background [annando] - Extension of the DFRN transmitted information fields [annando] + 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 now works with JSON as well [Hypolite] @@ -99,16 +100,16 @@ Version 3.5.1 (2017-03-12) 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 [annando] - Improvements to the jappixmini addon [annando] - Improvements to the gpluspost addon [annando] - Improvements to the performance of the Twitter bridge when using workers [annando] - Diaspora Export addon is now working again [annando] + 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 now working again [heluecht] Pledgie badge now uses https protocol for embedding [tobiasd] - Better posting loop prevention for the Google+/Twitter/GS connectors [annando] + 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 [annando] - Twitter-bridge now supports quotes and long posts when importing tweets [annando] + 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, 1612, 1613, 2103, 2177, 2252, 2260, 2403, 2991, 2614, @@ -120,48 +121,48 @@ Version 3.5.1 (2017-03-12) Version 3.5 (2016-09-13) Friendica Core: - NEW Optional local directory with possible federated contacts [annando] + NEW Optional local directory with possible federated contacts [heluecht] NEW Autocompletion for @-mentions and BBCode tags [rabuzarus] NEW Added a composer derived autoloader which allows composer autoloaders in addons/libraries [fabrixxm] - NEW theme: frio [rabuzarus, annando, fabrixxm] + NEW theme: frio [rabuzarus, heluecht, fabrixxm] Enhance .htaccess file (nerdoc, dissolve) Updates to the translations (DE, ES, IS, IT, RU) [translation teams] - Updates to the documentation [tobiasd, annando, mexcon, silke, rabuzarus, fabrixxm, Olivier Mehani, gerhard6380, ben utzer] - Extended the BBCode by [abstract] tag used for bridged postings to networks with limited character length [annando] - Code cleanup [annando, QuixOr] - Improvements to the API and Friendica specific extensions [annando, fabrixxm, gerhard6380] + Updates to the documentation [tobiasd, heluecht, mexcon, silke, rabuzarus, fabrixxm, Olivier Mehani, gerhard6380, ben utzer] + Extended the BBCode by [abstract] tag used for bridged postings to networks with limited character length [heluecht] + Code cleanup [heluecht, QuixOr] + Improvements to the API and Friendica specific extensions [heluecht, fabrixxm, gerhard6380] Improvements to the RSS/Atom feed import [mexcon] - Improvements to the communication with federated networks (Diaspora, Hubzilla, OStatus) [annando] - Improvements on the themes (quattro, vier, frost) [rabuzarus, fabrixxm, stieben, annando, Quix0r, tobiasd] + Improvements to the communication with federated networks (Diaspora, Hubzilla, OStatus) [heluecht] + Improvements on the themes (quattro, vier, frost) [rabuzarus, fabrixxm, stieben, heluecht, Quix0r, tobiasd] Improvements to the ACL dialog [fabrixxm, rabuzarus] - Improvements to the database structure and optimization of queries [annando] - Improvements to the UI (contacts, hotkeys, remember me, ARIA, code hightlighting) [rabuzarus, annando, tobiasd] - Improvements to the background process (poller, worker) [annando] - Improvements to the admin panel [tobiasd, annando, fabrixxm] - Improvements to the performance [annando] + Improvements to the database structure and optimization of queries [heluecht] + Improvements to the UI (contacts, hotkeys, remember me, ARIA, code hightlighting) [rabuzarus, heluecht, tobiasd] + Improvements to the background process (poller, worker) [heluecht] + Improvements to the admin panel [tobiasd, heluecht, fabrixxm] + Improvements to the performance [heluecht] Improvements to the installation wizzard (language selection, RINO version, check required PHP modules, default theme is now vier) [tobiasd] - Improvements to the relocation of nodes and accounts [annando] - Improvements to the DDoS detection [annando] - Improvements to the calendar/events module [annando, rabuzarus] + Improvements to the relocation of nodes and accounts [heluecht] + Improvements to the DDoS detection [heluecht] + Improvements to the calendar/events module [heluecht, rabuzarus] Improvements to OpenID login [strk] Improvements to the ShaShape font [andi] - Reworked the implementation of the DFRN, Diaspora protocols [annando] - Reworked the notifications code [fabrixxm, rabuzarus, annando] + Reworked the implementation of the DFRN, Diaspora protocols [heluecht] + Reworked the notifications code [fabrixxm, rabuzarus, heluecht] Reworked the p/config code [fabrixxm, rabuzarus] - Reworked XML generation [annando] - Removed now unused simplepie from library [annando] + Reworked XML generation [heluecht] + Removed now unused simplepie from library [heluecht] Friendica Addons Updated to the translations (DE, ES, IS, NL, PT BR), [translation teams] Piwik [tobiasd] - Twitter Connector [annando] - Pumpio Connector [annando] - Rendertime [annando] - wppost [annando] + Twitter Connector [heluecht] + Pumpio Connector [heluecht] + Rendertime [heluecht] + wppost [heluecht] showmore [rabuzarus] - fromgplus [annando] - app.net Connector [annando] - GNU Social Connector [annando] + fromgplus [heluecht] + app.net Connector [heluecht] + GNU Social Connector [heluecht] LDAP [Olivier Mehani] smileybutton [rabuzarus] retriver [mexon] From 2b7f9b4d2dd42f25cd1f56cd28557a1efad6e2f7 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 6 Jun 2017 06:57:46 +0200 Subject: [PATCH 7/9] added EN-US to the translation list --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b798efa243..dd76452e47 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ -Version 3.5.2 (2017-06-XX) +Version 3.5.2 (2017-06-06) Friendica Core: - Updates to the translations (DE, EN-GB, ES, IT, PT-BR, RU) [translation teams] + Updates to the translations (DE, EN-GB, EN-US, ES, IT, PT-BR, RU) [translation teams] Updates to the documentation [annando, beardyunixer, rabuzarus, tobiasd] Updated the nginx example configuration [beardyunixer] Code revision and refactoring [annando, hypolite, Quix0r, rebeka-catalina] From 11e17a3512e26de48fdf868c4f10f3fd59d8b39e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 6 Jun 2017 07:20:37 +0200 Subject: [PATCH 8/9] improved compatibility to MySQL version 5.7 for the CHANGELOG --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index dd76452e47..c309f793af 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -33,7 +33,7 @@ Version 3.5.2 (2017-06-06) Old options for the pager and share element were removed [heluecht] Support of PDO was added [heluecht] Improved error logging for issues with the database [heluecht] - Adoption to changes in DateTime handling of MySQL [heluecht] + Improved compatibility to MySQL version 5.7+ [heluecht] Friendica Addons: Updates to the translation (RU) [pztrm] From 02ee64b9b8e5762d282c0e8c88d73f947d2081c1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 6 Jun 2017 07:22:28 +0200 Subject: [PATCH 9/9] there can only be one annando --- CHANGELOG | 132 +++++++++++++++++++++++++++--------------------------- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c309f793af..a37ed76f59 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,44 +4,44 @@ Version 3.5.2 (2017-06-06) Updates to the documentation [annando, beardyunixer, rabuzarus, tobiasd] Updated the nginx example configuration [beardyunixer] Code revision and refactoring [annando, hypolite, Quix0r, rebeka-catalina] - Background process is now done by the new worker process [heluecht] + Background process is now done by the new worker process [annando] Added support of Composer for dependencies [Hypolite] Added support of Web app manifests [Rudloff] Added basic robot.txt functionality if none exists [Shnoulle] Added server blocklist [Hypolite, tobiasd] - Removed mcrypt dependency [heluecht] - Removed unused libraries [heluecht] + Removed mcrypt dependency [annando] + Removed unused libraries [annando] Removed Embedly integration [Hypolite] Fixed a bug in the language detection for EN [Hypolite] Fixed a bug in the probing mechanism on old PHP version [annando] Improved API [annando, gerhard6380] - Improved Diaspora federation [heluecht] - Improved Mastodon federation [heluecht, Hypolite] - Improved import from OStatus threads [heluecht] + Improved Diaspora federation [annando] + Improved Mastodon federation [annando, Hypolite] + Improved import from OStatus threads [annando] Improved the themes (frio, quattro) [fabrixxm, Hypolite, rabuzarus, Rudloff, strk, tobiasd] - Improved maintenance mode [heluecht] - Improved gcontact handling [heluecht] + Improved maintenance mode [annando] + Improved gcontact handling [annando] Improved desktop notifications [rabuzarus] Improved keyboard shortcuts for navigation [Rudloff] - Improved the installer [heluecht] + Improved the installer [annando] Improved openid handling [strk] - Improved php7 support [heluecht] - Improved display of notifications [heluecht] + Improved php7 support [annando] + Improved display of notifications [annando] Improved logging mechanism [beardyunixer] - Improved the worker [heluecht] - Behaviour clarification of the group filter / new tab [heluecht] - Old options for the pager and share element were removed [heluecht] - Support of PDO was added [heluecht] - Improved error logging for issues with the database [heluecht] - Improved compatibility to MySQL version 5.7+ [heluecht] + Improved the worker [annando] + Behaviour clarification of the group filter / new tab [annando] + Old options for the pager and share element were removed [annando] + Support of PDO was added [annando] + Improved error logging for issues with the database [annando] + Improved compatibility to MySQL version 5.7+ [annando] Friendica Addons: Updates to the translation (RU) [pztrm] - (core) Fix blocking issue for Communityhome [heluecht] + (core) Fix blocking issue for Communityhome [annando] Pledgie addon was updated to remove cert problems [tobiasd] Securemail now uses openpgp-php and phpseclib [fabrixxm] Superblock Configuration [tobiasd] - Twitter Connector updated to use with new deletion method [heluecht] + Twitter Connector updated to use with new deletion method [annando] Closed Issues: 1626, 1720, 2432, 2792, 2833, 2364, 2448, 2496, 2690, 2752, 2775, @@ -55,10 +55,10 @@ Version 3.5.2 (2017-06-06) Version 3.5.1 (2017-03-12) Friendica Core: 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 a potential XSS vector [annando, 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] + Fix a problem with communication to Diaspora with set posting locations [annando] 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, eelcomaljaars] @@ -66,22 +66,22 @@ Version 3.5.1 (2017-03-12) Improvements to the API and Friendica specific extensions [gerhard6380] Improvements to the Browser Notification functionality [Hypolite] Improvements to the themes [Hypolite, rabuzarus, rebeka-catalina, tobiasd] - Improvements to the database handling [heluecht] + Improvements to the database handling [annando] 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] + Improvements to the update process [annando] + Improvements to the handling of worker processes [annando] + Improvements to the performance [annando, Hypolite] 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 OStatus protocol implementation [annando] Improvements to the installation wizzard [tobiasd] - Improvements to the Diaspora connectivity [heluecht, Hypolite] + Improvements to the Diaspora connectivity [annando, Hypolite] 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] + Initial federation with Mastodon [annando] + The worker process can now also be started from the frontend [annando] + Deletion of postings is now done in the background [annando] + Extension of the DFRN transmitted information fields [annando] 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 now works with JSON as well [Hypolite] @@ -100,16 +100,16 @@ Version 3.5.1 (2017-03-12) 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 now working again [heluecht] + Improvements to the pump.io bridge [annando] + Improvements to the jappixmini addon [annando] + Improvements to the gpluspost addon [annando] + Improvements to the performance of the Twitter bridge when using workers [annando] + Diaspora Export addon is now working again [annando] Pledgie badge now uses https protocol for embedding [tobiasd] - Better posting loop prevention for the Google+/Twitter/GS connectors [heluecht] + Better posting loop prevention for the Google+/Twitter/GS connectors [annando] 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] + On some pages the result of the Rendertime is not shown anymore [annando] + Twitter-bridge now supports quotes and long posts when importing tweets [annando] Closed Issues 1019, 1163, 1612, 1613, 2103, 2177, 2252, 2260, 2403, 2991, 2614, @@ -121,48 +121,48 @@ Version 3.5.1 (2017-03-12) Version 3.5 (2016-09-13) Friendica Core: - NEW Optional local directory with possible federated contacts [heluecht] + NEW Optional local directory with possible federated contacts [annando] NEW Autocompletion for @-mentions and BBCode tags [rabuzarus] NEW Added a composer derived autoloader which allows composer autoloaders in addons/libraries [fabrixxm] - NEW theme: frio [rabuzarus, heluecht, fabrixxm] + NEW theme: frio [rabuzarus, annando, fabrixxm] Enhance .htaccess file (nerdoc, dissolve) Updates to the translations (DE, ES, IS, IT, RU) [translation teams] - Updates to the documentation [tobiasd, heluecht, mexcon, silke, rabuzarus, fabrixxm, Olivier Mehani, gerhard6380, ben utzer] - Extended the BBCode by [abstract] tag used for bridged postings to networks with limited character length [heluecht] - Code cleanup [heluecht, QuixOr] - Improvements to the API and Friendica specific extensions [heluecht, fabrixxm, gerhard6380] + Updates to the documentation [tobiasd, annando, mexcon, silke, rabuzarus, fabrixxm, Olivier Mehani, gerhard6380, ben utzer] + Extended the BBCode by [abstract] tag used for bridged postings to networks with limited character length [annando] + Code cleanup [annando, QuixOr] + Improvements to the API and Friendica specific extensions [annando, fabrixxm, gerhard6380] Improvements to the RSS/Atom feed import [mexcon] - Improvements to the communication with federated networks (Diaspora, Hubzilla, OStatus) [heluecht] - Improvements on the themes (quattro, vier, frost) [rabuzarus, fabrixxm, stieben, heluecht, Quix0r, tobiasd] + Improvements to the communication with federated networks (Diaspora, Hubzilla, OStatus) [annando] + Improvements on the themes (quattro, vier, frost) [rabuzarus, fabrixxm, stieben, annando, Quix0r, tobiasd] Improvements to the ACL dialog [fabrixxm, rabuzarus] - Improvements to the database structure and optimization of queries [heluecht] - Improvements to the UI (contacts, hotkeys, remember me, ARIA, code hightlighting) [rabuzarus, heluecht, tobiasd] - Improvements to the background process (poller, worker) [heluecht] - Improvements to the admin panel [tobiasd, heluecht, fabrixxm] - Improvements to the performance [heluecht] + Improvements to the database structure and optimization of queries [annando] + Improvements to the UI (contacts, hotkeys, remember me, ARIA, code hightlighting) [rabuzarus, annando, tobiasd] + Improvements to the background process (poller, worker) [annando] + Improvements to the admin panel [tobiasd, annando, fabrixxm] + Improvements to the performance [annando] Improvements to the installation wizzard (language selection, RINO version, check required PHP modules, default theme is now vier) [tobiasd] - Improvements to the relocation of nodes and accounts [heluecht] - Improvements to the DDoS detection [heluecht] - Improvements to the calendar/events module [heluecht, rabuzarus] + Improvements to the relocation of nodes and accounts [annando] + Improvements to the DDoS detection [annando] + Improvements to the calendar/events module [annando, rabuzarus] Improvements to OpenID login [strk] Improvements to the ShaShape font [andi] - Reworked the implementation of the DFRN, Diaspora protocols [heluecht] - Reworked the notifications code [fabrixxm, rabuzarus, heluecht] + Reworked the implementation of the DFRN, Diaspora protocols [annando] + Reworked the notifications code [fabrixxm, rabuzarus, annando] Reworked the p/config code [fabrixxm, rabuzarus] - Reworked XML generation [heluecht] - Removed now unused simplepie from library [heluecht] + Reworked XML generation [annando] + Removed now unused simplepie from library [annando] Friendica Addons Updated to the translations (DE, ES, IS, NL, PT BR), [translation teams] Piwik [tobiasd] - Twitter Connector [heluecht] - Pumpio Connector [heluecht] - Rendertime [heluecht] - wppost [heluecht] + Twitter Connector [annando] + Pumpio Connector [annando] + Rendertime [annando] + wppost [annando] showmore [rabuzarus] - fromgplus [heluecht] - app.net Connector [heluecht] - GNU Social Connector [heluecht] + fromgplus [annando] + app.net Connector [annando] + GNU Social Connector [annando] LDAP [Olivier Mehani] smileybutton [rabuzarus] retriver [mexon]