[TYPO3-core] RFC: #14462: Remove old_backend

Oliver Klee typo3-german-02 at oliverklee.de
Wed May 26 21:09:04 CEST 2010


Hi,

+1 for the idea. Just two things I've noticed:

> Index: t3lib/config_default.php
> ===================================================================
> --- t3lib/config_default.php	(revision 7662)
> +++ t3lib/config_default.php	(working copy)
> @@ -220,7 +220,7 @@
>  		'maxFileSize' => '10240',				// Integer. If set this is the max filesize in KB's for file operations in the backend. Can be overridden through $TCA per table field separately.
>  		'forceCharset' => '',					// String. Normally the charset of the backend users language selection is used. If you set this value to a charset found in t3lib/csconvtbl/ (or "utf-8") the backend (and database) will ALWAYS use this charset. Always use a lowercase value.
>  		'installToolPassword' => '',			// String. This is the md5-hashed password for the Install Tool. Set this to '' and access will be totally denied. PLEASE consider to externally password protect the typo3/install/ folder, eg. with a .htaccess file.
> - 		'defaultUserTSconfig' => 'options.shortcutFrame=1
> + 		'defaultUserTSconfig' => '
>  			options.enableShortcuts=1',			// String (exclude). Enter lines of default backend user/group TSconfig.

Is this change correct this way?

> Index: typo3/sysext/lang/locallang_login.xml
> ===================================================================
> --- typo3/sysext/lang/locallang_login.xml	(revision 7662)
> +++ typo3/sysext/lang/locallang_login.xml	(working copy)
> @@ -19,7 +19,6 @@
>  			<label index="availableInterfaces">Backend,Front End,Traditional Backend</label>
>  			<label index="interface.backend">Backend</label>
>  			<label index="interface.frontend">Frontend</label>
> -			<label index="interface.backend_old">Traditional Backend</label>

Won't removing this label break the localization of people using the old
BE (with older versions of TYPO3)?


Oli

-- 
Certified TYPO3 Integrator | TYPO3 Security Team Member


More information about the TYPO3-team-core mailing list