Christian Schiffler

Results 14 issues of Christian Schiffler

# Description This cleans up the traffic parser classes. This PR is currently just a preview (hence marked as WIP and none of the boxes below checked despite having added...

feedback

## 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) - [...

enhancement

## Description As we have several problems with strict mode and therefore need to upgrade the database, here is a first throw at schema abstraction. Companion PRs: - MetaModels/attribute_alias#26 -...

enhancement

## Issue description When filtering for values containing ` `, the filter will match against `[nbsp]` instead. Apparently we need to decode these special entities. Ref: #910 (not the same issue...

bug
frontend
Filter

The label of filter settings should be translatable like the names/labels of attributes. The value is usually obtained from `tl_metamodel_filtersetting.label` and has to be extended in there. Maybe we want...

enhancement
frontend

I want to propose the creation of a new filter setting working title "Only if parameter is set". This is meant to be like the "NOT" rules and only wrap...

enhancement

Meta generator to map any table to a virtual MetaModel.

enhancement

We need some generic way to create an alias from a raw value and a value from an alias.

enhancement

When the view is auto submitted, all errors from the widget get swallowed in https://github.com/contao-community-alliance/dc-general/blob/5cced82b2c6bc0ce86a6d1ee132fa78fc97a297a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/EditMask.php#L409. This bears a problem as so real errors might result in empty widgets (like file...

bug
question

The DCA property `foreignKey` is currently entirely unsupported. We need some workaround.

enhancement