6th draft adding the work till May

This commit is contained in:
Tobias Diekershoff 2018-05-20 14:37:21 +02:00
parent 8ea37a9d0b
commit 76c805a315
1 changed files with 64 additions and 8 deletions

View File

@ -1,38 +1,94 @@
Version 3.6.1 (2018-03-xx) Version 2018.05 (2018-05-xx)
Friendica Core: Friendica Core:
Update to the translations (DE, PL, ZN CH) [translation teams] Update to the translations (DE, EN-GB, EN-US, FI, IS, IT, NL, PL, ZN CH) [translation teams]
Update to the documentation [annando, rudloff, tobiasd] Update to the documentation [andyhee, annando, fabrixxm, M-arcus, MrPedovan, rudloff, tobiasd]
Enhancements to the DB handling [annando] Enhancements to the DB handling [annando]
Enhancements to the relay system [annando] Enhancements to the relay system [annando]
Enhancements to the handling of URL that contain unicode characters [annando] Enhancements to the handling of URL that contain unicode characters [annando]
Enhancements to the Vagrant VM configuration [fabrixxm, tobiasd] Enhancements to the Vagrant VM configuration [fabrixxm, tobiasd]
Enhancementa to the Babel module [MrPetovan] Enhancementa to the Babel module [MrPetovan]
Enhancements to the display it the [code] elements [MrPetovan] Enhancements to the display it the [code] elements [MrPetovan]
Enhancements to the federation (OStatus, diaspora) [annando]
Enhancements to the PHP7.2 compatibility [Alkarex, MrPetovan, Quix0r]
Enhancements to the themes (frio, vier) [astifter, fabrixxm, koyuawsmbrtn, M-arcus, MrPetovan, Quix0r, rabuzarus]
Enhancements to the accessibility using the frio theme [annando]
Enhancements to the display of the registration note and the privacy statements on the registration page [tobiasd]
Enhancements to the UI by clarification of the wording (deletion of items, network widget) [annando, tobiasd]
Enhancements to the background worker [annando]
Enhancements to the forum display in the sidebar [annando]
Enhancements to the testing system [rudloff, tobiasd]
Enhancements to the display of events [MrPetovan]
Enhancements to the language detection of postings [MrPetovan]
Enhancements to the memcached handling [MrPetovan]
Enhancements tot he Dandelion app support [annando]
Enhancements to the API [rudloff]
Enhancements to the systemd timer example [ben-utzer]
Enhancements to the notification emails to better integrate the securemail addon [tobiasd]
Fixed a bug in the relocation process of a Friendica instance [annando] Fixed a bug in the relocation process of a Friendica instance [annando]
Fixed a bug in the shell wrapper for the console [MrPetovan] Fixed a bug in the shell wrapper for the console [MrPetovan]
Fixed a bug with the console tool po2php [MrPetovan] Fixed a bug with the console tool po2php [MrPetovan]
Fixed a bug with the console tool blockaccounts [MrPetovan] Fixed a bug with the console tool blockaccounts [MrPetovan]
Fixed a bug in the ACL [annando, MrPetovan] Fixed a bug in the ACL [annando, MrPetovan]
Fixed a bug that prevented the deletion of contact groups [annando] Fixed a bug that prevented the deletion of contact groups [annando]
Fixed a bug that made edited mentions and hashtags plaintext [annando]
Fixed a bug that caused the /display page to receive constandly new updates [annando]
Fixed wrong version of a dependency preventing the usage of PHP 5.6 [MrPetovan] Fixed wrong version of a dependency preventing the usage of PHP 5.6 [MrPetovan]
Fixed a bug in OpenID authentification [Quix0r]
Fixed a bug in the item deletion [annando]
Fixed a bug that prevented public comments from being distributed [annando]
Fixed a bug that caused empty profile pictures for public contacts [annando]
Fixed a bug that prevented the display of some postings in the network stream [annando]
Fixed a bug in the display of videos with parameters [annando]
Fixed a bug that caused the display of blocked contacts under some conditions [annando]
Fixed bugs in the installer [annando, M-arcus]
Fixed a bug in the installer running on nginx [astifter]
Fixed a bug with reshares from diaspora* [annando]
Fixed a bug that accounts from diaspora* could join private forums automatically [annando]
Fixed a bug that prevented the selection of displayed profiles for other Friendica contacts [MrPetovan]
Fixed the version sorting in the federation statistics page [annando]
Added an optional module to display the Terms of Service [tobiasd]
Added preloading config adampter [MrPetovan] Added preloading config adampter [MrPetovan]
Added a console to unify the PHP utility scripts [MrPetovan]
Added a tool to set user passwords to the console [annando] Added a tool to set user passwords to the console [annando]
Added memcached support [MrPetovan] Added memcached support [MrPetovan]
Added password exposure check [MrPetovan] Added password exposure check [MrPetovan]
Added a console to unify the PHP utility scripts [MrPetovan]
Added hashtag autocompletion [rabuzarus] Added hashtag autocompletion [rabuzarus]
Added feedtest module [MrPetovan] Added feedtest module [MrPetovan]
Added dbclean options to the admin panel [annando]
Added the possibility to add the remote_self flag to contacts from diaspora* and Twitter [annando]
Added the possibility of automatic installations [M-arcus]
Added the sending of a notification mail to the admin when a user deletes their account [tobiasd]
Added examples for home.html and home.css files [tobiasd]
Added an option to define after how many days a contact should be archived [annando]
Added parts of the list API [rudloff]
Added support of ALT texts for images [annando]
Removed the connection postings [annando]
The execute-ables were moved from /util to /bin [MrPetovan] The execute-ables were moved from /util to /bin [MrPetovan]
General code refactoring and beautification work [annando, MrPetovan] The execute-ables for the developers were moved from /util to /bin/dev [MrPetovan]
General code refactoring and beautification work [annando, MrPetovan, rudloff]
Switced to cropperjs to better support touch screen devices [rabuzarus] Switced to cropperjs to better support touch screen devices [rabuzarus]
Use the diaspora transport layer for the DFRN protocol as well [annando]
Friendica Addons: Friendica Addons:
Updates to the translations (NL, PL, ZH CN) [translation teams] Updates to the translations (DE, EN_GB, EN_US, FI, IT, NL, PL, ZH_CN) [translation teams]
NSFW: add hashtag only hiding [MrPetovan] NSFW: add hashtag only hiding [MrPetovan]
notifyall: fixed a bug in handling the sender name [tobiasd]
Twitter: fixed a bug during the creation of public contacts [annando]
Twitter: remote self now also works for Twitter contacts [annando]
Twitter: optimizations for sending media [annando]
advancedcontentfilter: added new advanced addon to filter the network stream [MrPetova]
catavatar: cleanup and enhancements [annando, fabrixxm, tobiasd]
mathjax: fixed the config form and adopted new CDN URL [tobiasd]
languagefilter: better help text [andyhee]
Closed Issues: Closed Issues:
4572, 4601, 4616, 4647, 4660, 4661, 4663, 4664, 4665, 4666, 4669 839, 1729, 2115, 2247, 2781, 2880, 3174, 3395, 3409, 3412, 3611,
4670 3834, 3837, 3979, 4572, 4601, 4616, 4629, 4647, 4660, 4661, 4663,
4664, 4665, 4666, 4669, 4670, 4681, 4695, 4670, 4689, 4730, 4749,
4760, 4772, 4786, 4790, 4791, 4816, 4867, 4878, 4819, 4860, 4876,
4879, 4886, 4898, 4899, 4902, 4921, 4926, 4927, 4928, 4938, 4943,
4946, 4947, 4976, 4966, 4994, 4997, 5002, 5014, 5033, 5043, 5050,
5051, 5056, 5063
Version 3.6 (2018-03-23) Version 3.6 (2018-03-23)
Friendica Core: Friendica Core: