diff --git a/ChangeLog b/ChangeLog index e45d287b7b4a4b73637bc2ee52aa3379c53c4bfe..458667e31e88eb76737a0739eb0b58645d37dbd1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-01-17 Ernesto Baschny <ernst@cron-it.de> + + * Follow-up to #15611: Mention the change of behaviour on copy/translate (hidden by default) in NEWS.txt + 2011-01-17 Francois Suter <francois.suter@typo3.org> * Fixed bug #17094: Scheduler: Docheader icons should not be underlined diff --git a/NEWS.txt b/NEWS.txt index 505e9fd512f7689b6bd55398e121073fbf1f2399..b7942beabf59cbf3f9893ea2b94bc0ca52890ac2 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -48,6 +48,12 @@ Backend * The user can decide the type of each page created in the "Create multiple pages" Wizard. And the wizard can create more than 9 pages at once. + * When copying or translating content elements, the copy / + translation will now default to be "hidden". In order for editors + not to loose track of copied elements the default for the checkbox + "show hidden elements" is now *on*. This behaviour can be modified + by adding this to typo3conf/extTables.php: + $TCA['tt_content']['ctrl']['hideAtCopy'] = FALSE; * All system extensions from typo3/mod were moved to real system extensions. These modules are: - Extension Manager