Aske Ertmann
Aske Ertmann
If two components render a `` component directly after each other, then we're left with a blank screen or splash screen. Works fine in 0.0.11, but broken since 0.0.12. Likely...
### Description The call to check for pending unpublished changes (and possibly others) are made as a GET request, but doesn't indicate that the response cannot be cached. So if...
prototype(TYPO3.TypoScript:Http.Message).httpResponseHead.Cache-Controls = CustomTypoScriptObject Needs refactoring of the internals to be able to access the necessary information, thus this is targeted at Neos 2.1+
To make pages with uncached segments cachable, replace those segments with ESI includes that call a out-of-bound rendering of the specific segments.
Currently the extension only works for the primary Gmail account since the endpoint URL is hardcoded. I'd like use the extension for a secondary account (https://mail.google.com/mail/u/1/feed/atom). Not sure how this...
Add support for external file systems targets (CDN) like S3, CloudFlare, Cloud Storage Can be implemented by checking if the target is an instance of `FileSystemTarget`. Otherwise it needs to...