************************************************************************
-CHANGES & IMPROVEMENTS in TYPO3 4.0
+CHANGES & IMPROVEMENTS between TYPO3 4.0 and 4.1
(for technical details see ChangeLog)
************************************************************************
-New features / improvements
-===========================
+Compatibility
+=============
- * Workspaces
- * indexed search (template support, speed improvements) - many thanks to Udo von Eynern for implementing the template support!
- * Integrated kb_cont_slide extension into core
- * tab indenting in textareas in the backend
- * display of BE clickmenus with XMLHTTP / AJAX
- * User admin module: switch back to admin user after user switch (SU-mode), "create new user" link
- * Zapped a lot of gremlins
- * Update Wizard taking care of non-backwards compatible changes
+ * Changed the default value of $TYPO3_CONF_VARS[SYS][devIPmask]
-Access Control
-==============
+Speed improvements
+==================
- * FE-groups are now nested. Additionally, pages and content elements can have more than one group assigned. (Michael Stucki, integrating extension "fenestgrp" by Glen Gibb and extension "ingmar_accessctrl" by Ingmar Schlecht)
+ * TODO Dmitry: explain cache_pagesection speedup
+ * TODO Dmitry: explain speedup using .htaccess
-Security
-=========
+Installation/Upgrade
+====================
- * New option for lockSSL: get redirected to standard http after BE login with SSL
+ * ...
-Bugfixes
-========
+Database changes
+================
- * config.disablePrefixComment was ignored by plugins
- * When copying a file into the same folder in the "Filelist" module, it is automatically renamed
+ * Changed many BLOB fields from int/varchar/whatever to tinyint(1) - this is the field type which is actually intended by MySQL for BLOBs
-Usability
-=========
+DBAL
+====
- * on timeout in BE, popup won't appear again after clicking "No"
- * made new content element wizard easier to use (removed empty categories)
- * RTE wizard has save and close buttons now
+ * ...
-Accessibility
-=============
+Frontend features
+=================
+
+ * Autologin for Frontend users is now possible!
+ -> Users can decide on their own whether they want to "Stay logged in" using a checkbox. The latest version of the "newloginbox" extension is required for that.
+ -> Needs to be configured in the Install Tool ("All Configuration" -> "permalogin" and "lifetime")
+
+Backend skin
+============
+
+ * ...
+
+Important bugfixes
+==================
- * output of CSS styled content is now accessible by default
- * (mailforms, menus, sitemaps)
+ * ...