From: Christian Kuhn Date: Sun, 26 Feb 2017 22:03:34 +0000 (+0100) Subject: [TASK] Reduce length of a very long .rst filename X-Git-Tag: TYPO3_8-7-0~330 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/88c57013951ba97e4aaaee8e46d0ccf9c31c1e98?ds=sidebyside [TASK] Reduce length of a very long .rst filename To reduce headaches on windows, a very long filename is shortened in length. Change-Id: I53086fa0018b7628d13a7b1330685c0a4e2f0189 Resolves: #80028 Releases: master Reviewed-on: https://review.typo3.org/51866 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Morton Jonuschat Tested-by: Morton Jonuschat Tested-by: TYPO3com --- diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74319-CheckDefaultDatabaseCharacterSetDuringInstallationAndProvideUpdateWizardForFixingDefaultCharacterSetOtherThanUtf-8.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74319-CheckDefaultDatabaseCharacterSetDuringInstallationAndProvideUpdateWizardForFixingDefaultCharacterSetOtherThanUtf-8.rst deleted file mode 100644 index 1c234e300e7e..000000000000 --- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74319-CheckDefaultDatabaseCharacterSetDuringInstallationAndProvideUpdateWizardForFixingDefaultCharacterSetOtherThanUtf-8.rst +++ /dev/null @@ -1,34 +0,0 @@ - -.. include:: ../../Includes.txt - -====================================================================================================================================================== -Feature: #74319 - check default database character set during Installation and provide Update wizard for fixing default character set other than utf-8 -====================================================================================================================================================== - -See :issue:`74319` - -Description -=========== - -If you install TYPO3 to an existing database with a default charset other than utf-8, -TYPO3 will create tables with the default charset of that database. -The install tool should check the default charset and notify the user if it is not utf-8. - -Furthermore the install tool should check for this issue too and provide an update -wizard to fix this (=set the default charset to utf-8 and NOT convert existing tables -to utf-8). -A default charset set other than utf-8 leads to non-utf-8 tables when updating the -database via the install tool or installing extensions. - - -Impact -====== - -During installation on database select the default charset of the database is checked. -If it is not utf-8 the installation will not proceed and the user is notified of the issue. - -For existing installations the install tool also provides an environment check and an -upgrade wizard which changes the default database character set. The update wizard -will NOT convert any existing tables though! - -.. index:: Backend diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74319-DefaultDatabaseCharacterSetAndUpdateWizardForNonUtf-8.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74319-DefaultDatabaseCharacterSetAndUpdateWizardForNonUtf-8.rst new file mode 100644 index 000000000000..c2e5d3ee7bc9 --- /dev/null +++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74319-DefaultDatabaseCharacterSetAndUpdateWizardForNonUtf-8.rst @@ -0,0 +1,34 @@ + +.. include:: ../../Includes.txt + +================================================================================ +Feature: #74319 - Default database character set and update wizard for non UTF-8 +================================================================================ + +See :issue:`74319` + +Description +=========== + +If you install TYPO3 to an existing database with a default charset other than utf-8, +TYPO3 will create tables with the default charset of that database. +The install tool should check the default charset and notify the user if it is not utf-8. + +Furthermore the install tool should check for this issue too and provide an update +wizard to fix this (=set the default charset to utf-8 and NOT convert existing tables +to utf-8). +A default charset set other than utf-8 leads to non-utf-8 tables when updating the +database via the install tool or installing extensions. + + +Impact +====== + +During installation on database select the default charset of the database is checked. +If it is not utf-8 the installation will not proceed and the user is notified of the issue. + +For existing installations the install tool also provides an environment check and an +upgrade wizard which changes the default database character set. The update wizard +will NOT convert any existing tables though! + +.. index:: Backend