From: Oliver Hader Date: Fri, 16 Feb 2007 11:18:05 +0000 (+0000) Subject: NEWS.txt: Added information concerning TBE_EDITOR in typo3/jsfunc.tbe_editor.js X-Git-Tag: TYPO3_4-1-0RC2~28 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/087d689c565e2833f0d417da0966a1b632d028f4 NEWS.txt: Added information concerning TBE_EDITOR in typo3/jsfunc.tbe_editor.js git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2038 709f56b5-9817-0410-a4d7-c38de5d9e867 --- diff --git a/NEWS.txt b/NEWS.txt index 38d2a0716e44..1133f5c120c1 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -40,6 +40,9 @@ Compatibility ============= * Changed the default value of $TYPO3_CONF_VARS[SYS][devIPmask] + * Exported TBE_EDITOR functions from t3lib_TCEforms to a separate file typo3/jsfunc_tbe_editor.js + * Changed all occurrences of TBE_EDITOR_ to TBE_EDITOR. in the Core (e.g. TBE_EDITOR_loginRefreshed -> TBE_EDITOR.loginRefreshed) + * Changed all occurrences of typo3Form to typo3form. in the Core (e.g. typo3FormFieldSet -> typo3form.fieldSet) Speed improvements ==================