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
a5cef0ac8f
Merge branch 'feature/category-filter' into 'master'
...
Add categories filter
See merge request typo3/events!7
2021-08-12 09:56:43 +00:00
52f1fe8dc1
Add categories filter
...
Relates: #9171
2021-07-14 11:07:44 +02:00
e82df315a7
Apply search word search to categories titles
2021-07-13 14:04:56 +02:00
a332bffc25
Add synonym feature for date search
...
Allow configuration of synonyms via TypoScript.
This is taken into account when searching dates via submitted demand.
The configuration looks like the following:
plugin.tx_events {
settings {
synonyms {
10 {
word = Stadtführung
synonyms = Tour, Stadtführungen, Führung
}
}
}
}
The 10, 11, … is necessary as umlauts won't work as keys.
So `synonyms.Stadtführung = Tour, Stadtführungen` will not work.
Relates: #9158
2021-07-13 13:13:15 +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
3e643176a3
Add social links
2020-08-19 11:30:13 +02:00
Dirk
552986b2aa
Merge
2020-08-17 14:26:38 +02:00
Dirk
3f55a189eb
Add location name
2020-08-17 14:21:03 +02:00
Dirk
93545bd171
Change address import
2020-03-16 13:52:58 +01:00
Dirk
e388ece205
Fix date constraint for same days
2019-12-11 09:15:07 +01:00
Dirk
38a76b26f9
Add show plugin, prepare consider date
2019-11-13 10:46:21 +01:00
Dirk
bd4409fd76
[TASK] Fix DateTime Issue
2019-10-11 15:12:07 +02:00
Dirk
bc5801452b
[FIX] Fix crazy die error
2019-10-09 15:03:58 +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