Project

General

Profile

Actions

Feature #70484

closed

Parse and move RTE external CSS to typo3temp folder

Added by Simon Schaufelberger over 8 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2015-10-08
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

have you ever changed an own CSS file for RTE and needed to clear your browser cache? That is why the CSS file is included directly from the original folder.

I think it is wiser to parse the CSS file and move it to the typo3temp folder so that it is deleted when the system cache is cleared.

Example:

RTE.default.contentCSS = EXT:website/Resources/Public/Css/rte.css

will be included directly.

Better (with hash):
/typo3temp/Cache/.../rte9af34n3f4.css

Actions #1

Updated by Riccardo De Contardi over 8 years ago

  • Category set to RTE (rtehtmlarea + ckeditor)
Actions #2

Updated by Simon Schaufelberger over 8 years ago

The big challenge is to parse and replace relative paths in the file for example for background images

Actions #3

Updated by Georg Ringer over 8 years ago

  • Status changed from New to Rejected

Thanks for creating the issue. As you said yourself, the efforts are quite high and we plan to get rid of the rtehtmlarea with CMS 8 and use ckeditor. therefore I am closing this issue.

Actions

Also available in: Atom PDF