6 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>
v0.2.1
2026-08-14 18:21:12 +02:00
admin.juergen 8d4ec03253 Raise platform and dependency requirements v0.2.0 2026-04-17 09:58:58 +02:00
Jürgen Mummert 67442da17a Read external DB config from Dotenv environment v0.1.4 2026-04-01 12:13:44 +02:00
Jürgen Mummert f9df49b998 Allow evlks_access in editor field permissions v0.1.3 2026-04-01 12:02:50 +02:00
Jürgen Mummert 8a16de3477 Add EVLKS accessibility field and export mapping v0.1.2 2026-04-01 11:46:57 +02:00
Jürgen Mummert 42a94a2dd9 Initial standalone bundle release (sanitized history) v0.1.1 2026-04-01 11:05:34 +02:00