4 Commits
Author SHA1 Message Date
admin.juergenandClaude Opus 5 a749a8b8c8 Fix Doctrine DBAL 4 compatibility in array parameter binding
Connection::PARAM_INT_ARRAY was removed in Doctrine DBAL 4.0 and
replaced by ArrayParameterType::INTEGER. Under DBAL 4.4.3 every call
site raised "Undefined constant", which resulted in HTTP 500 on all
Angebote and Orte pages of every parish and affected the iCal export.

Replaces all five occurrences in OfferListener, PlaceListener and
ModifyIcalDataListener and adds the required import. The Connection
import is kept, as it is still used for the constructor type hints.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 18:21:12 +02:00
Jürgen Mummert 67442da17a Read external DB config from Dotenv environment 2026-04-01 12:13:44 +02:00
Jürgen Mummert 8a16de3477 Add EVLKS accessibility field and export mapping 2026-04-01 11:46:57 +02:00
Jürgen Mummert 42a94a2dd9 Initial standalone bundle release (sanitized history) 2026-04-01 11:05:34 +02:00