Commit graph

69 commits

Author SHA1 Message Date
e82df315a7 Apply search word search to categories titles 2021-07-13 14:04:56 +02:00
049e121183 Merge branch 'feature/9158-synonyms' into 'master'
Add synonym feature for date search

See merge request typo3/events!5
2021-07-13 11:16:00 +00: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
77a10e7083 Merge branch 'dev' into 'master'
Merge dev to master before upgrade

See merge request typo3/events!2
2021-01-05 15:53:23 +01:00
Dirk Koritnik
991fcaa757 Merge branch 'master' into 'dev'
# Conflicts:
#   README.md
2021-01-05 15:53:15 +01:00
Dirk Koritnik
cddb245467 Translate search form 2020-10-01 17:13:37 +02:00
Dirk Koritnik
aaa82308e3 Fix region translation 2020-10-01 16:37:44 +02:00
Dirk Koritnik
f8f42051db Cleanup localization 2020-10-01 16:35:34 +02:00
Dirk Koritnik
a5cab4ae24 Localize it 2020-10-01 16:11:38 +02:00
Dirk Koritnik
fa507c1351 Fix ticket import 2020-10-01 09:51:15 +02:00
Dirk Koritnik
5e272178a5 Modify ticket link import 2020-10-01 09:45:32 +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
f2973a4a99 Merge branch 'dev' of ssh://gitlab.werkraum-media.de:21512/typo3/events into dev 2020-08-19 11:30:21 +02:00
Dirk
3e643176a3 Add social links 2020-08-19 11:30:13 +02:00
Dirk
fbf9d55985 Remove strtolower 2020-08-18 15:22:34 +02:00
Dirk
e490feae93 Fix filename handling 2020-08-18 14:27:44 +02:00
Dirk
e13cc33e41 Fix label in tca 2020-08-17 15:14:35 +02:00
Dirk
b998e938c1 Fix sql after merge 2020-08-17 14:33:45 +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
c95a84d52d Import price info 2020-03-16 14:06:03 +01:00
Dirk
93545bd171 Change address import 2020-03-16 13:52:58 +01:00
Dirk
b5d89ce7c4 Make untilDate to requirement 2020-03-16 12:10:01 +01:00
Dirk
aa38792554 Quickfix 2020-02-25 09:03:33 +01:00
Dirk
bd3dd46ec5 Remove Highlight 2020-02-25 08:50:03 +01:00
Dirk
d299990765 Add rest mode to destination data import 2020-02-19 09:08:15 +01:00
Dirk
c150158a17 Fix date demand 2019-12-11 15:13:59 +01:00
Dirk
e388ece205 Fix date constraint for same days 2019-12-11 09:15:07 +01:00
Dirk
080e526b26 Remove debug output 2019-11-15 08:26:52 +01: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
6e11f00c13 Integrate new event search 2019-11-12 08:16:35 +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
6d94f8ccc1 Change to fluid image 2019-11-07 14:21:33 +01:00
Dirk
890dcd4b35 Make default image configurable 2019-11-07 14:16:28 +01:00
Dirk
b632a32fe7 Remove cat parent uid from arguments 2019-11-07 10:25:09 +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
2f136680d0 Fix form 2019-09-27 07:59:28 +02:00
Dirk
9a10874963 [TASK] Switch to method POST 2019-09-27 07:42:45 +02:00
Dirk
424279282d [TASK] Add no cHash feature 2019-09-25 17:25:55 +02:00
Dirk
cd16e498b0 [TASK] Add query string to form 2019-09-25 15:58:49 +02:00
Dirk
4dc7ed88f0 Merge branch 'dev' of ssh://gitlab.werkraum-media.de:21512/typo3/events into dev 2019-09-25 15:08:21 +02:00
Dirk
0b16042f4b [TASK] Change form method 2019-09-25 15:07:44 +02:00
Dirk
732bff296c Added links adn debug output 2019-09-24 17:10:09 +02:00
Dirk
525ebf0f8e [TASK] Remove lat lng from set address 2019-09-23 15:43:15 +02:00
Dirk
3d4f9d5088 [TASK] Seperate lat lng in function 2019-09-23 15:41:41 +02:00
Dirk Koritnik
134611c33c Merge branch 'feature/add-cleanup' into 'dev'
Feature: Add cleanup

See merge request typo3/events!1
2019-09-19 13:32:52 +02:00