Andreas Schempp

Results 81 issues of Andreas Schempp

https://github.com/contao/core-bundle/blob/develop/UPGRADE.md#front-end-module-keys

bug

https://github.com/contao/core-bundle/blob/develop/UPGRADE.md#template-name-changes

bug

I have developed a first draft of a module that can read Contao core classes (and its docblocks) to generate a useful API documentation. The final result of the files...

enhancement

If a file does not have any translations, the CLI tool will terminate with an error: > (node:31777) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property 'toUpperCase'...

If a label contains leading or trailing whitespaces, they are trimmed on the input. This can lead to incorrect content. Example input: ``` € {{ price }}.– / Monat inkl....

Fixes https://github.com/contao/contao/issues/7059 This was actually an inconsistency in all previous Contao versions. The admin user is not allowed to disable itself, because you could disable the only admin account etc....

bug

Re-implements https://github.com/contao/contao/pull/7007 DC_Table needs to check for the clipboard content instead of `act = paste` now, to correctly render paste buttons etc.

bug

If you delete the whole page tree in the Contao demo, and try to restore it, the current system fails, because some pages contain articles that should not be allowed....

bug

This should considerably improve performance/lower number of queries in the page tree.

bug

Fixes https://github.com/contao/contao/pull/6975 (again). I noticed there is no other way to add classes throught a fragment reference. Adjusting the model is not really an option, since the model is not...

bug
up for discussion