Commit graph

404 commits

Author SHA1 Message Date
Daniel Maier
d1607ac1b4 [task] resturcture compatibility layer 2018-10-30 11:30:06 +01:00
Daniel Maier
fa74af3261 [task] implement extension configuration interface 2018-10-30 11:13:56 +01:00
Daniel Maier
690e6a431d [task] drop typo3 7.6 2018-10-30 11:13:21 +01:00
Daniel Maier
94be3ca847 [task] update version constraint 2018-10-30 10:21:34 +01:00
KonstantinSoelch
962fe21aff
Merge pull request #2 from martinhummer/patch-2
Add missing return statement
2018-10-22 14:00:26 +02:00
Martin Hummer
fd78867b40
Add missing return statement 2018-10-22 13:34:26 +02:00
Daniel Maier
6a697133bb Merge branch 'feature/update-9' of github.com:bergwerk/search_core into feature/update-9
# Conflicts:
#	Classes/Configuration/ConfigurationContainer.php
2018-10-22 09:11:54 +02:00
Konstantin Sölch
0a9cdd5dce [TASK] bugfixes and error removal 2018-10-18 15:21:25 +02:00
Konstantin Sölch
f936d1f7c5 [TASK] remove dblegacy 2018-10-18 11:56:22 +02:00
Daniel Maier
5ea0f34632 [task] handle missing array path exceptions 2018-10-17 17:17:06 +02:00
Daniel Maier
01e2179b14 [task] change requirement of typo3 cms core 2018-10-17 16:24:18 +02:00
Daniel Maier
09167c02ca [task] increase compatible typo3 version 2018-10-17 15:58:10 +02:00
Daniel Maier
3659a15585 [task] require legacy db because of huge refactoring of table service instead 2018-10-17 15:55:29 +02:00
Daniel Maier
0836c66cb3 [task] remove no longer required like method 2018-10-17 15:55:04 +02:00
Daniel Maier
50baec90ec [task] migrate array utility 2018-10-17 15:54:54 +02:00
Justus Moroni
18325559ae
Merge pull request #165 from Codappix/release/0.0.7
Release/0.0.7
2018-09-27 17:36:05 +02:00
Justus Moroni
c5382fe3f9
Merge branch 'master' into release/0.0.7 2018-09-27 17:00:48 +02:00
Justus Moroni
ec3d93fb64 TASK: Raise version number to 0.0.7 2018-09-27 16:57:16 +02:00
d279acdbc8
Merge pull request #164 from Codappix/feature/163-allow-zero-as-typoscript-filter
Feature: 163 allow zero as typoscript filter
2018-09-27 13:21:47 +02:00
9cc5e45409
BUGFIX: Allow to define zero as valid filter value via TypoScript
The configured filter is no longer filtered, it's up to the integrator
to provide proper configuration. Therefore `0` is now a valid and
respected filter value.

Resolves: #163
2018-09-26 17:07:34 +02:00
48a0e16bc8
Merge pull request #161 from Codappix/release/0.0.6
Release/0.0.6
2018-09-05 14:47:22 +02:00
d473ae5134
Merge pull request #162 from Codappix/release/0.0.6
TASK: Raise version number to 0.0.6
2018-09-05 14:47:19 +02:00
08557813c7
TASK: Raise version number to 0.0.6 2018-09-05 14:01:53 +02:00
07cd4a6013
Merge pull request #160 from Codappix/feature/refactor-column-value-in-own-method
TASK: Refactor column value in own method
2018-09-05 13:59:50 +02:00
244b0d9b12
TASK: Refactor column value in own method
This allows to replace this single part of code in own implementations.
2018-09-05 13:42:13 +02:00
Justus Moroni
8a7142f1f5
Merge pull request #158 from Codappix/release/0.0.5
Release: 0.0.5
2018-05-18 11:09:17 +02:00
085f782a77 Merge remote-tracking branch 'origin/master' into develop 2018-05-18 10:38:49 +02:00
664cc92152
Merge pull request #110 from Codappix/feature/75-make-index-configurable
FEATURE: Provide new feature to configure the index
2018-05-18 10:37:02 +02:00
763d881f7c
TASK: Fix two rst issues 2018-05-18 10:19:06 +02:00
Justus Moroni
253ce5b591 TASK: Provide more documentation for index name
Add more documentation for the use cases.
Add changelog entry.

Related: #75
2018-05-18 10:16:27 +02:00
Justus Moroni
2b56d4c2d5 Merge branch 'develop' into feature/75-make-index-configurable
# Conflicts:
#	Documentation/source/configuration/connections.rst
#	Documentation/source/connections.rst
2018-05-17 23:51:55 +02:00
Justus Moroni
a15b78ff45 FEATURE: Provide new feature to configure the index
This enables you to configure the index which elastic
will use.

Related: #75
2018-05-17 23:42:13 +02:00
d3c4ea2389
Merge pull request #157 from Codappix/release/0.0.4
Release 0.0.4
2018-04-26 10:19:41 +02:00
197027c4ca
Merge pull request #156 from Codappix/release/0.0.4
Release 0.0.4
2018-04-26 10:19:36 +02:00
a2b0cf2c97
TASK: Fix version in install instruction 2018-04-26 09:55:25 +02:00
ea362eb810
Merge remote-tracking branch 'origin/master' into release/0.0.4
Conflicts:
    Documentation/source/conf.py
    ext_emconf.php
2018-04-26 07:54:55 +02:00
ac615d8309
TASK: Raise version number 2018-04-26 07:52:59 +02:00
32aa0a652e
Merge pull request #155 from Codappix/feature/149-extract-relationresolver-to-a-new-dataprocessor
!!!|FEATURE: 149 extract relationresolver to a new dataprocessor
2018-04-26 07:50:08 +02:00
dfb3f897e7
!!!|FEATURE: Extract relation resolver to data processor
Instead of hardcoding and tight coupling of relation resolving, we now
provide a dataprocessor instead.

Therefore you need to configure resolving for each indexed type.

This resolves #149 and #147.
2018-04-24 11:00:29 +02:00
0d57374f25
Merge remote-tracking branch 'origin/develop' into feature/147-handle-rendertype-inputDateTime
Conflicts:
    Tests/Unit/Domain/Index/TcaIndexer/RelationResolverTest.php
2018-04-19 17:08:13 +02:00
117842d473
Merge pull request #152 from Codappix/feature/148-keep-syslanguageuid-integer
FEATURE: Keep sys_language_uid while indexing
2018-04-13 09:47:54 +02:00
82d397c428
FEATURE: Keep sys_language_uid while indexing
Before this change, sys_language_uid was indexed as an empty string, due
to internal used TYPO3 API.
We now skip the configure field which defines language uid. This way you
can build filter based on current language.

Resolves #148
2018-04-12 12:03:02 +02:00
c1d1e6ed68
BUGFIX: Do not resolve inputDateTime as relation
Add test which checks this behaviour.
Exclude inputDateTime from relation resolving.

Resolves #147
2018-04-12 12:01:07 +02:00
01503c62b6
Merge pull request #153 from Codappix/feature/fix-wrong-changelogs
TASK: Fix some small errors in changelog
2018-04-12 11:57:57 +02:00
1644fd3c4e
Merge pull request #154 from Codappix/feature/fix-travis
Feature: Fix travis
2018-04-12 11:57:09 +02:00
4234575c36
TASK: Fix broken tests caused by missing caches
For some reason, which is unknown yet, caches are needed to make tests
pass. We therefore configure the caches to be null.
2018-04-12 09:29:01 +02:00
97c0485e6f
TASK: Make travis pass elasticsearch start step
Travis has installed elasticsearch already, we therefore need to Restart
instead of start, as starting again will not work.
2018-04-12 08:42:46 +02:00
c5da12f854
TASK: Make travis pass elasticsearch start step
Travis has installed elasticsearch already, we therefore need to REstart
instead of start, as starting again will not work.
2018-04-12 08:27:41 +02:00
7cb160e549
TASK: Fix some small errors in changelog
Fix wrong month used in changelog.
Fix typos in headlines of changelog.
Keep same case for features.
2018-04-10 17:17:16 +02:00
7cc1616d3a
Merge pull request #146 from Codappix/release/0.0.3
Release: 0.0.3
2018-03-22 14:21:49 +01:00