81065f5c67
BREAKING: TYPO3 v12 support ( #44 )
...
* Migrated all fixtures to PHP.
* Removed version specific adjustments.
2023-11-27 10:04:42 +01: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
34ac9cbbe3
Move addStaticFile() method call to proper place
...
Calling within ext_tables.php is bad practice and breaks TYPO3 extension
compatibility check.
Relates: #10077
2023-01-24 13:08:44 +01:00
9cb0a681b9
Replace Icons and add icon for page containing records
2023-01-05 09:21:25 +00:00
0a56a5d482
Integrate destination data features
...
Import alongside of categories.
Use TYPO3 sys_category again.
2022-07-13 15:59:42 +02:00
0d0c64f419
Fix PHPStan issues
2021-12-13 09:27:28 +01: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
1929a4a566
Use sorting of categories
...
Extbase will properly use mm sorting.
But categories can't be sorted within the TCA tree component.
Therefore it makes more sense to use actual sys_category sorting.
In order to do so, we add our own model and pass the sorting.
That way PHP can do the sorting.
That's the easiest approach.
Also events shouldn't contain to many categories. A performance impact
should not be high.
Relates: #8459
2021-09-07 07:52:28 +02:00
59db0d6432
Do not limit 3 categories
...
There is no reason to limit.
By default there should be no limit.
If a specific installation needs a limit, it can set it itself.
2021-09-07 07:52:22 +02:00
Dirk Koritnik
8e755d775a
Remove old plugin
2021-09-07 07:52:21 +02:00
Dirk Koritnik
201259d674
Add new icons
2021-09-07 07:52:19 +02:00
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
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
38a76b26f9
Add show plugin, prepare consider date
2019-11-13 10:46:21 +01:00
Dirk
2426267567
Refactoring
2019-11-11 12:43:50 +01:00
Dirk
9c6539eb28
Refactored EXT dd_events to events, added fields to page type poi
2019-07-18 13:44:19 +02:00