3d0d5d8645
Add PSR-14 Event to modify event objects prior persistence ( #35 )
...
A new PSR-14 event is added that allows to modify the event right before
it is persisted within Destination Data One import.
This for example allows to alter dates, prices, etc.
Improve handling of missing end time in dates.
2023-08-10 14:20:37 +02:00
9f0eaac154
Improve CGL
2023-07-04 10:21:49 +02:00
d4a11436c6
Streamline CGL ( #21 )
...
Use php-cs-fixer as within other extensions.
Use same configuration.
Apply configuration
2023-06-07 08:56:42 +02:00
3b4ecbe6ce
Extend demand and provide search to templates
2022-07-13 15:59:40 +02:00
b0dae68550
Fix broken timezone and end time after import of recurring events
2022-07-07 12:10:49 +00:00
4ef67b9bae
Refactor date creation during import
...
Split into own class to encapsulate the logic.
2022-04-21 09:30:23 +02:00
ebb668221e
Support canceled attribute during import of destination data
...
Destination data provides an attribute "DETAILS_ABGESAGT" to mark an
event as canceled.
We now fetch that info and mark all dates of that event as canceled.
This also contains refactoring of creation of dates within import.
All dates had the same info, and are now created at a single place.
Relates: #9280
2021-09-07 09:29:38 +02:00
cbe4eda380
Add CI
...
* Add first basic CI with defaults.
* Add ecs for coding guideline.
* Fix invalid xliff files.
2021-09-07 09:26:59 +02:00
97bcbe2065
Add original date to dates if available
...
This is not possible via native API.
We therefore use the event to fetch and add the relation.
Relates: #8857
2021-09-07 07:52:29 +02:00
cbbe56775e
Allow to add link for canceled dates
...
E.g. allow users to get info about refunds.
Relates: #8574
2021-09-07 07:52:26 +02:00
10b4c34fe6
Allow to define a new date if current is postponed
...
Relates: #8092
2021-09-07 07:52:25 +02:00
Dirk Koritnik
4a8abbe344
Add getter and setter for caceled
2021-09-07 07:52:24 +02:00
ca7340782b
Allow an date to be marked as canceled
...
That has no effect, the info is just available from model.
This can be used to display a canceled date in a different way, or
render a notice.
Relates: #8092
2021-09-07 07:52:19 +02:00
59272afffd
Add php code sniffer to follow PSR-12
...
Also apply ./vendor/bin/phpcbf to auto migrate what is possible.
Relates: #8092
2021-09-07 07:51:36 +02:00
b829a25738
Auto migrate code base to TYPO3 v10
...
Using:
./vendor/bin/typo3-rector process Classes Configuration ext_*
Relates: #8092
2021-09-07 07:50:09 +02:00
Dirk Koritnik
61cd617130
Fix lang uid var name
2020-10-01 08:56:44 +02:00
Dirk Koritnik
9464ad6018
Add lanuage handling
2020-10-01 08:34:13 +02:00
Dirk
bd4409fd76
[TASK] Fix DateTime Issue
2019-10-11 15:12:07 +02:00
Dirk
f1cbba74c1
Implement date search
2019-08-14 17:22:01 +02:00
Dirk
9c6539eb28
Refactored EXT dd_events to events, added fields to page type poi
2019-07-18 13:44:19 +02:00