Aske Ertmann

Results 6 issues of 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...

P: Neos
T: PHP
Bug
Still valid? Needs reproduction

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+

enhancement

To make pages with uncached segments cachable, replace those segments with ESI includes that call a out-of-bound rendering of the specific segments.

enhancement

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...

enhancement
help wanted
good first issue

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...

enhancement