Andreas Schempp
Andreas Schempp
The version definition in package.json cannot be an array according to https://docs.npmjs.com/files/package.json
This Pull Request adds per-channel configuration, currently supporting a channel name and to exclude specific channels. In my case, I can name or exclude each channel of a RGBW2 in...
Wenn ein Datensatz bearbeitet wird, und ein andere User was gemacht hat, generiert Contao eine Versions-Warnung mit einem Änderungs-Diff. Das passiert aber nur bei edit, nicht bei editAll oder overrideAll.
The `PageAccessVoter` behaves the same as the [front end controller](https://github.com/contao/contao/blob/master/core-bundle/src/Resources/contao/controllers/FrontendIndex.php#L261). The `ContentModelAccessVoter` and `ModuleModelAccessVoter` return the same result as [`Contao\Controller::isVisibleElement`](https://github.com/contao/contao/blob/master/core-bundle/src/Resources/contao/library/Contao/Controller.php#L704).
While trying to fix https://github.com/contao/contao/issues/4900 I noticed that we can use the new `getCurrentRecord` cache as well as the `submit()` method to **not store the data on `AUTO_SUBMIT`! This will...
All tests are currently failing because `contao-components/choices` is not registered on Packagist. Should we 👍 register the package even though its still experimental/has no release tag 👀 add the `repository`...
After running again into the issue of copying a product DB to dev and having to change the host name, I had another attempt at fixing this. I first discussed...
| Q | A | -----------------| --- | Fixed issues | Fixes #770 | Docs PR or issue | contao/docs#... This is a POC how to add automatic news teaser...
This is an early draft extracted from the routing PR (https://github.com/contao/contao/pull/1516) to replace the existing page types with real page controllers. We might need a layout framework before we can...
# [RFC] Locale formats For **several days** I now read on the topic of _Locales_ in regards to our current handling and _the Symfony way_. I'm writing down here what...