mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 09:56:10 +01:00
Daniel Siepmann
15a654cb69
An _events_ user will be created and used on demand in order to allow execution of upgrade wizards within install tool.
51 lines
1.5 KiB
YAML
51 lines
1.5 KiB
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
public: false
|
|
|
|
Wrm\Events\:
|
|
resource: '../Classes/*'
|
|
exclude: '../Classes/Updates/UserAuthentication*'
|
|
|
|
Wrm\Events\Command\ImportDestinationDataViaConfigruationCommand:
|
|
tags:
|
|
- name: 'console.command'
|
|
command: 'events:destinationdataimportviaconfiguration'
|
|
description: 'Import Destination Data Events'
|
|
|
|
Wrm\Events\Command\ImportDestinationDataViaAllConfigruationsCommand:
|
|
tags:
|
|
- name: 'console.command'
|
|
command: 'events:destinationdataimportviaallconfigurations'
|
|
description: 'Import Destination Data Events from all configurations'
|
|
|
|
Wrm\Events\Command\RemoveAllCommand:
|
|
tags:
|
|
- name: 'console.command'
|
|
command: 'events:removeAll'
|
|
description: 'Remove all event data'
|
|
|
|
Wrm\Events\Command\RemovePastCommand:
|
|
tags:
|
|
- name: 'console.command'
|
|
command: 'events:removePast'
|
|
description: 'Remove past events'
|
|
|
|
Wrm\Events\Extbase\AddSpecialProperties:
|
|
tags:
|
|
- name: event.listener
|
|
identifier: 'WrmEventsAddSpecialPropertiesToDate'
|
|
event: TYPO3\CMS\Extbase\Event\Persistence\AfterObjectThawedEvent
|
|
|
|
Wrm\Events\Updates\MigrateDuplicateLocations:
|
|
public: true
|
|
|
|
Wrm\Events\Updates\MigrateOldLocations:
|
|
public: true
|
|
|
|
Wrm\Events\Caching\PageCacheTimeout:
|
|
tags:
|
|
- name: event.listener
|
|
event: Wrm\Events\Events\Controller\DateListVariables
|
|
method: 'trackDates'
|