- * Extension Manager: You can now set a new option "excludeFromUpdates" in every
- extensions' ext_emconf.php array. This way, it is a) not shown in the
- list of extensions to update and b) is shown a exclamation mark in order to
- prevent updates for this extension. This is very useful if you made local changes
- to an extension and don't want any admin to overwrite them.
-
- * The TypoScript editor "t3editor" was enhanced with code-completion. Now you get
- context-sensitive suggestions about possible properties while entering TypoScript.
-
- * The recycling of deleted records is improved since most elements were not removed
- physically in TYPO3. The recycler offers the possibilities of cleaning up the garbage
- collection and to restore data again. Based on an ExtJS interface it's possible to
- get a quick overview of the accordant elements, filter the resultset and execute the
- desired actions. This new feature is the modernized and core-specific version of the
- kj_recycler extension, that has been available in the TER for years now.
-
- * The permissions on file operations can now be set on a per-group basis. New back-end
- users now don't have any file permissions by default, since this has moved to back-end
- user groups and will apply automatically for each new group being created.
- The default settings for new groups are the following:
- + Move, delete, rename and create new directories
- + Upload, copy, move, delete and rename files
- + Unzip files
-
- * The popup telling an user that his session has expired was replaced by a dialog window.
-
- * The workspace selector has been turned to an item in the toolbar menu.
-
- * The elements shown when creating new content elements (like "regular text element" etc.)
- can be configured, modified and extended by Page TSconfig "mod.wizards.newContentElement".
-
- * The tables shown when creating new records in the Web>List module are grouped by their scope
- or extension now. The order can be modified by Page TSconfig "mod.wizards.newRecord.order".
-
- * Elements on each table in the Web>List module can be collapsed or expanded now.
- In the view showing a single table with many elements, a pagination helps to
- get through them.
-
- * Uploading files is now available with an optional Flash Uploader which shows a
- nice widget with information on the upload progress. It makes it possible to select
- multiple files at once. Enable the Flash Uploader by checking the appropriate checkbox
- in the User Setup, reload the Backend and make sure that your browser has the
- latest version of Flash (Flash v9+) installed.
-
- * It is possible now to temporarily lock down the backend for system maintenance. Editors
- will see an overlay with an message notifying them that the backend is locked. When the
- lock is removed, editors can continue without having to re-login.
- The lock is enabled by placing this file:
- typo3conf/LOCK_BACKEND
-
- * The backend gateway for manipulating files (uploading, renaming, copying) TCEfile is now
- separated from the file typo3/tce_file.php and put in a new file and class in
- typo3/classes/class.typo3_tcefile.php. There is now also a new AJAXid (TYPO3_tcefile::process)
- to use this functionality in AJAX-based environments as well.
-
- * The backend login page is now localized. The language for the login page where no
- user-defined language is available yet is detected by the preferred browser language. If you
- have previously changed the login labels via $TYPO3_CONF_VARS['BE']['loginLabels'] then
- these will be used, however it is recommended to overload the XML file with your own XML file
- and $TYPO3_CONF_VARS['BE']['XLLfile']['EXT:lang/locallang_login.xml']. These will only be used
- once you remove the altered "loginLabels" configuration option from typo3conf/localconf.php.
+ * The frameset was removed. This makes the Backend a lot faster.
+ Now the navigation tree also can be resized. The new backend works
+ using the ExtJS viewport, providing an easy and unified interface
+ to manipulate the content of the different panels.
+ * 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.
+ * All system extensions from typo3/mod were moved to real system
+ extensions. These modules are:
+ - Extension Manager
+ - List module
+ - Filelist module
+ - Info module
+ - Access module
+ - Workspace module
+ List module and Extension Manager are set to required extensions,
+ but it is possible to overwrite this setting in localconf.php eg
+ if you want to deinstall the Extension Manger. Make sure you visit
+ the Update Wizard!!!
+ * The recycler was refactored and has now the same skin as the rest
+ of the BE.
+ * DB check -> page tree submodule was removed (module lowlevel).
+ * RSA Auth now works also with special chars.
+ * Clearing cache now is logged (#15305).
+ * A hook now allows postprocessing of filelist and TCEforms files
+ operations (#15192 and #15221). Typical use-case:
+ - Allow editors to upload any picture (e.g., 10 Mpixels) as they
+ don't know how to resize the pictures or do not have the software
+ - Prevent fileadmin to be overflooded with huge pictures which
+ will never be used in their original size
+ - Automatically resize "huge" pictures after the upload
+ Extension using it already:
+ http://forge.typo3.org/projects/show/extension-image_autoresize
+ * New TS config option to disable the "Show secondary options"
+ checkbox (#13797). In User-TS, you can set:
+ options.enableShowPalettes=0 to see this feature in action.
+ Default is still "1" like it used to be.
+