zonky2

Results 132 issues of zonky2

look at https://github.com/contao-community-alliance/dc-general/issues/201 we found the first bottle necks... 1.) ToolboxFile.php https://github.com/MetaModels/core/blob/08b502234efe150003450cf01b5611b00f9ebd57/src/MetaModels/Helper/ToolboxFile.php#L700 ```diff public static function convertValueToPath($varValue) { + if (empty($varValue)) { + return ''; + } $objFiles = FilesModel::findByPk($varValue);...

bug

database columns are not created when attributes are copied copy any attributes from one metamodel to another and check the database

DC_General
Up for discussion

rename attribute column without delete old column (with all values!) and add a new column with "delete+new" we lost different other things e.g. filter settings

enhancement

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

bug

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

documentation

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

enhancement

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

documentation

Possibility to specify a nofollow for FE filters with link lists see https://github.com/contao/contao/issues/3925#issuecomment-1012462097

enhancement
Up for discussion

If the attribute tags is deleted, the values in the relation table are preserved. The "deep delete" should kill them.

enhancement
DC_General

Add fragment to MM list (FE module, CE) at pagination settings to jump after reload to new page to own anchor - see filter

enhancement