TYPO3 Extension providing events with import of destination data one
Go to file
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
.github/workflows Streamline CGL (#21) 2023-06-07 08:56:42 +02:00
Classes Properly handle latitude and longitude during Destination One import (#32) 2023-07-06 12:39:47 +02:00
Configuration Properly handle latitude and longitude during Destination One import (#32) 2023-07-06 12:39:47 +02:00
Documentation Properly handle latitude and longitude during Destination One import (#32) 2023-07-06 12:39:47 +02:00
Resources Fix broken link to page 1 within pagination 2023-02-16 07:53:03 +01:00
Tests Properly handle latitude and longitude during Destination One import (#32) 2023-07-06 12:39:47 +02:00
.gitattributes Add PHP 8.2 support (#5) 2023-04-03 08:41:22 +02:00
.gitignore Add TYPO3 v11 configurations 2021-12-13 08:48:34 +01:00
.php-cs-fixer.dist.php Improve CGL 2023-07-04 10:21:49 +02:00
composer.json Improve meta data of imported files (#24) 2023-06-19 10:22:54 +02:00
ext_emconf.php Fix upcoming version changelog and number (#13) 2023-05-16 07:49:00 +02:00
ext_localconf.php Properly handle latitude and longitude during Destination One import (#32) 2023-07-06 12:39:47 +02:00
ext_tables.php Move addStaticFile() method call to proper place 2023-01-24 13:08:44 +01:00
ext_tables.sql Add default routing 2022-11-23 09:59:55 +00:00
LICENSE Add very basic first docs (#2) 2023-02-21 14:53:47 +01:00
phpstan-baseline.neon Fix removal of still used files (#27) 2023-06-20 11:56:59 +02:00
phpstan.neon Properly handle latitude and longitude during Destination One import (#32) 2023-07-06 12:39:47 +02:00
phpunit.xml.dist Add first functional tests covering location filter 2022-08-09 09:56:18 +02:00
README.rst Add very basic first docs (#2) 2023-02-21 14:53:47 +01:00
shell.nix Streamline CGL (#21) 2023-06-07 08:56:42 +02:00

TYPO3 Events Extension

A basic events extension

This is shared as is. It is developed and used by the agency for some years already. The code and test coverage dates back some years. We continuously try to improve the overall situation. Don't expect heavy documentation at this state.