-
**If you are interested in helping with translation, please [join this discord](https://discord.gg/s3vCQba) and subscribe to this issue. Updates will be posted soon.**
Obviously this would require …
-
I have an 11LTS which started in v3.6, so should be a good test case.
I did 3 instances of
- vendor/bin/typo3cms referenceindex:update
- vendor/bin/typo3cms dbdoctor:health --mode=execute
And …
-
When using the IE driver, the browser instance remains running and the window remains open.
Tests have completed, "Done, without errors" but the IE window remains. When running with the Chrome driver,…
-
The first (fixable) issue is that we have to expose the `Tone` module as `window.Tone` because `Tone` is distributed as an UMD module and webpack is using the ES6 export (this can be done using `webpa…
-
hi there,
request = context['request']
TypeError: 'NoneType' object is not subscriptable
above is the error while visitors browsing the page that uses PersonalisedStructBlock
searched ever…
hazho updated
2 years ago
-
```
Hey Michael,
I'd somehow like to tackle this issue as this is currently quite a pain point
for me. Right now, I'm using several defines for messages and I need to
manually maintain them in the …
-
### Issue Summary
When an alias is created of a draft page it doesn't inherit the publication schedule of the page it's aliasing. In practice this means they are published before the actual page th…
jaap3 updated
11 months ago
-
Hi,
when I change away from the default "catergoy-1" & "category-2" to let's say categories "en" and "de" and then have files therein, I cannot generate a correct menu. The html is generated, but f…
-
| Q | A
| -------------------- | -----
| Bug report? | yes
| Feature request? | no
| PHP version | 5.5.11, 7.0.19
| TYPO3 version | 7.6.18
| Templ…
-
Hi I have setup a form widget like
dt = forms.DateTimeField("Export start time",
widget=DateTimeWidget(usel10n=True, bootstrap_version=3))
The format I chose in formats…