- Jul 01, 2020
-
-
Tim Wagner authored
-
- Jun 13, 2019
-
- May 25, 2018
-
-
Kevin Ditscheid authored
- Apr 27, 2018
-
-
Paul Ilea authored
- Jan 29, 2018
-
-
Torsten Oppermann authored
-
- Sep 27, 2017
-
-
Stefan Galinski authored
[BUGFIX] Add PHP version constraint to Composer manifest See merge request !12
-
Mathias Brodala authored
-
- Sep 15, 2017
-
-
Fabian Galinski authored
Typo3v8compatibility See merge request !11
-
Fabian Galinski authored
- Sep 14, 2017
-
-
Fabian Galinski authored
-
Fabian Galinski authored
-
Fabian Galinski authored
-
- Sep 13, 2017
-
-
Fabian Galinski authored
-
Fabian Galinski authored
-
- Aug 15, 2017
-
-
Fabian Galinski authored
-
- May 29, 2017
-
-
Paul Ilea authored
-
- Mar 21, 2017
-
-
Paul Ilea authored
- Aug 26, 2016
-
-
Fabian Galinski authored
-
Fabian Galinski authored
-
Fabian Galinski authored
- Jul 27, 2016
-
-
Stefan Galinski authored
-
Stefan Galinski authored
-
Stefan Galinski authored
correcting replace section of composer.json See merge request !10
- Jul 25, 2016
-
-
Alexander Grein authored
-
Alexander Grein authored
-
- Jun 13, 2016
-
- 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