Commit graph

25 commits

Author SHA1 Message Date
Daniel Siepmann 81065f5c67
BREAKING: TYPO3 v12 support (#44)
* Migrated all fixtures to PHP.
* Removed version specific adjustments.
2023-11-27 10:04:42 +01:00
Daniel Siepmann a9f3f108e3
BREAKING: Change of vendor/namespace (#43)
The vendor was renamed from `wrm` to `werkraummedia`.
And the namespace vendor was renamed from `Wrm` to `WerkraumMedia`.

That way all references to PHP classes as well as the package name
itself need to be adjusted.
2023-11-09 10:27:43 +01:00
Daniel Siepmann 00946af6ad
Properly handle latitude and longitude during Destination One import (#32)
They sometimes use a different separator.
The code is adjusted to always use same separator and precision.

That will prevent the same location from showing up multiple times due
to different latitude and longitude values.
2023-07-06 12:39:47 +02:00
Daniel Siepmann adc8b30e6d
Extend TYPO3 page cache timout calculation based on rendered dates (#9)
Relates: #10349
2023-05-04 15:23:23 +02:00
Daniel Siepmann 8bd15ac380 Provide location update wizard 2023-01-09 11:49:51 +00:00
Daniel Siepmann 9cb0a681b9 Replace Icons and add icon for page containing records 2023-01-05 09:21:25 +00:00
Daniel Siepmann be56f0fd12 Keep filter during pagination 2022-11-22 11:58:36 +00:00
Daniel Siepmann c6ca707b1c Fix warnings in higher PHP versions ending up in TYPO3 log 2021-12-20 10:20:47 +01:00
Daniel Siepmann ed23c783cd Adjust formatting 2021-09-07 07:52:28 +02:00
Daniel Siepmann 5440ef4f72 Fix not available cache for events_category
Adjust cache name to match TYPO3 v10 convention without "cache_" prefix.
Add default configuration to prevent issue if integrator does not
configure cache.
2021-09-07 07:52:28 +02:00
Dirk Koritnik ea103cb002 Little cleanups and remove old plugin code 2021-09-07 07:52:20 +02:00
Dirk Koritnik 201259d674 Add new icons 2021-09-07 07:52:19 +02:00
Daniel Siepmann 17bd83eedf Provide new "Event selected" plugin
Allow editors to select specific events to display.
Therefore add new necessary demand and setting for events and respect
them within repository.

Relates: #8092
2021-09-07 07:52:18 +02:00
Daniel Siepmann 5a483b6b2a Allow to use plugin icon via identifier
The icon is still a placeholder.
Still we provide the identifier to already use it in sitepackages.
That way the extension can exchange the file, but foreign configuration
can stay.

Relates: #8092
2021-09-07 07:52:16 +02:00
Daniel Siepmann 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
Daniel Siepmann 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 9464ad6018 Add lanuage handling 2020-10-01 08:34:13 +02:00
Dirk 054856e258 Deactivate old plugin 2019-11-15 08:25:50 +01:00
Dirk 38a76b26f9 Add show plugin, prepare consider date 2019-11-13 10:46:21 +01:00
Dirk c8dacc93df Change plugin conf 2019-11-11 13:36:56 +01:00
Dirk 2426267567 Refactoring 2019-11-11 12:43:50 +01:00
Dirk 9a10874963 [TASK] Switch to method POST 2019-09-27 07:42:45 +02:00
Dirk f1cbba74c1 Implement date search 2019-08-14 17:22:01 +02:00
Dirk 945bc32fec Added map, changed gulp 2019-07-25 12:42:37 +02:00
Dirk 9c6539eb28 Refactored EXT dd_events to events, added fields to page type poi 2019-07-18 13:44:19 +02:00