- Jun 02, 2016
-
-
Stefan Galinski authored
[BUGFIX] Fix broken RTE within flexform In my case with EXT:flux and TYPO3 7.6 the RTE doesn't appear. This is caused by a syntax error within the JavaScript. The selector of the content element text field looks actually like $('.tinymce4_rte#RTEarea'data_tt_content__55__bodytext_''), where are single quotes arround the "editornumber". This is caused by addConfigurationOption(), where strings get wrapped. This fix removes the single quotes around the string and respects the previous fix in Commit e699df35. Feedback is welcome. Best regards, David See merge request !9
-
David Gurk authored
In my case with EXT:flux and TYPO3 7.6 the RTE doesn't appear. This is caused by a syntax error within the JavaScript. The selector of the content element text field looks actually like $('.tinymce4_rte#RTEarea'data_tt_content__55__bodytext_''), where are single quotes arround the "editornumber". This is caused by addConfigurationOption(), where strings get wrapped. This fix removes the single quotes around the string and respects the previous fix in Commit e699df35.
-
- Apr 21, 2016
-
-
Stefan Galinski authored
In a flexform (f.e. powermail) the RTE id can have a . which has to be escaped t… …o make the jquery selector work. The RTE's id in the powermail flexform tab "Submit Page" is RTEareadata_tt_content__213002__pi_flexform__data__thx__lDEF__settings.flexform.thx.body__vDEF_. But the . breaks the jQuery selector, so we have to escape it. See merge request !8
-
Marco Huber authored
In a flexform (f.e. powermail) the RTE id can have a . which has to be escaped to make the jquery selector work
-
- Apr 12, 2016
-
-
Stefan Galinski authored
[BUGFIX/REVERT] Revert 4bd962b5 and use unique identifier to enable both, multiple RTEs in one record and multiple RTEs because of IRRE See merge request !7
-
Marco Huber authored
[BUGFIX/REVERT] Revert 4bd962b5 and use unique identifier to enable both, multiple RTEs in one record and multiple RTEs because of IRRE
-
- Feb 27, 2016
-
-
Stefan Galinski authored
-
Stefan Galinski authored
[BUGFIX] Fix for multiple TinyMCE in same page. Avoids multiple initialisation which was breaking the save in TYPO3. See merge request !6
- Feb 22, 2016
-
-
Juan Manuel Vergés Solanas authored
[BUGFIX] Fix for multiple TinyMCE in same page. Avoids multiple initialization which was breaking the save in TYPO3.
-
- Dec 21, 2015
-
-
Stefan Galinski authored
-
Stefan Galinski authored
- Dec 13, 2015
-
-
Stefan Galinski authored
-
- Dec 12, 2015
-
-
Stefan Galinski authored
-
Stefan Galinski authored
-
Stefan Galinski authored
[BUGFIX] Load TinyMCE via require.js to fix problems with IRRE and update some more core changes See merge request !5
-
- Dec 10, 2015
-
-
Marco Huber authored
-
- Nov 23, 2015
-
-
Fabian Galinski authored
-
Fabian Galinski authored
-
Fabian Galinski authored
- Sep 03, 2015
-
-
Stefan Galinski authored
-
Stefan Galinski authored
- Aug 20, 2015
-
-
Stefan Galinski authored
-
Stefan Galinski authored
- Apr 19, 2015
-
-
Stefan Galinski authored
-
Stefan Galinski authored
parsing for markers in TSConfig / JavaScript to allow complex setups with nested parenthesis See merge request !2
- Apr 15, 2015
-
-
Sigfried Arnold authored
reduced the interval 333 ms (1/3 of the original value) this makes very old systems a bit unhappy due to higher CPU load but works fine on modern systems (faster loading) editor
-
Sigfried Arnold authored
-
Sigfried Arnold authored
-
- Apr 14, 2015
-
-
Sigfried Arnold authored
-
- Mar 21, 2015
-
-
Stefan Galinski authored
-
Stefan Galinski authored
-
Stefan Galinski authored
Fixes: https://forge.typo3.org/issues/65827