core
core copied to clipboard
MetaModels Core Module
error at rename attribute column e.g. `Test` to `test` ``` An exception occurred while executing 'ALTER TABLE mm_employees ADD test varchar(255) NOT NULL default ''': SQLSTATE[42S21]: Column already exists: 1060...
First update for Contao 4.13 and PHP 8.1 as alpha **Alpha:** installable, configurable, runs without errors and warnings Last update: 16.08.2022 ## MM core - [x] MetaModels/core ## MM Attributes...
add table prefix "mm_" at DoctrineSchemaListener as of contao 4.12, all tables that do not start with `tl_` are offered for deletion in the install tool
Switch to github-actions - see e.g. https://github.com/MetaModels/core/pull/1448/files 1. delete `.travis.yml` 2. add `.github/workflows/diagnostics.yml` and change the first line 3. fix `readme.md` 4. fix unittests Last update: 07.08.2021 ## MM core...
Possibility to specify a nofollow for FE filters with link lists see https://github.com/contao/contao/issues/3925#issuecomment-1012462097
If the attribute tags is deleted, the values in the relation table are preserved. The "deep delete" should kill them.
Contao: 3.2.14 MM: dev-tng (c7e43983) Beim kopieren eines Items wird nur die Fallback Sprache kopiert jedoch nicht die values anderer definierter Sprachen.
Es wäre schön, wenn man einen Filter mit allen gemachten Einstellungen kopieren könnte. Braucht man einen Filter mit leichten Abwandlungen häufig wäre das eine riesen Erleichterung.
## Description This feature extracts the database interfacing routines into separate classes. This is currently work in progress. ## Checklist - [X] Read and understood the [CONTRIBUTING guidelines](CONTRIBUTING.md) - [...