60221abd74
TASK: Add a way to configure size for suggests
2017-12-21 17:17:23 +01:00
0307471cf6
TASK: Add another two processors
2017-12-21 17:08:04 +01:00
a16bc2a60b
WIP|FEATURE: Provide working suggest implementation
...
Add all necessary code to provide suggest feature of elasticsearch.
2017-12-21 11:13:56 +01:00
0716b5a3d2
!!!|TASK: Replace abstractFields with CopyToProcessor
...
Do not implement feature with custom code, but use existing feature to
create search_abstract field.
Also execute DataProcessing in AbstractIndexer, not in TcaTableService,
to affect all current available indexers, not only some.
Also this is the place to be.
2017-12-19 17:03:05 +01:00
cc275d1f32
FEATURE: Allow to limit fields to copy in processor
...
Add configuration option to copy only some fields via CopyToProcessor.
Also add missing test for CopyToProcessor.
2017-12-19 17:01:30 +01:00
a4179b4053
TASK: Also explode char_filter
...
char_filter is also an array, therefore we should explode it.
2017-12-19 16:39:42 +01:00
51503b0e71
TASK: Add PHP 7.2 to travis execution
2017-12-19 15:57:22 +01:00
9f28711a94
Merge pull request #106 from Codappix/hotfix/index-media-field-for-pages
...
Hotfix: Index media field for pages
2017-12-12 13:48:34 +01:00
b6070cdb42
TASK: Fix wrong namespace for functional tests
2017-12-12 11:51:38 +01:00
9699a38158
TASK: Adjust test to expect two pages
...
As we now import two pages into db, adjust test assertion.
2017-12-12 11:51:17 +01:00
a998f155c1
TASK: Refactor common code base
2017-12-12 11:34:38 +01:00
6423f510e2
!!!|BUGFIX: Index media field of pages as relation uids
...
Always index media field of pages as array.
Index reference_uids for files.
2017-12-12 11:26:46 +01:00
2d4ff08ef8
Merge pull request #103 from whmyr/support/76
...
BUGFIX: Reset array_keys for pages field media
2017-11-28 12:16:40 +01:00
Willi Wehmeier
cd391abf10
[BUGFIX] reset array_keys for record media
2017-11-28 12:09:11 +01:00
63c5bf14ca
Merge pull request #97 from whmyr/support/76
...
Update TYPO3 7.6 support with features implemented in 6.2.
2017-11-09 14:34:22 +01:00
Willi Wehmeier
df9421433d
[FIX] set correct TYPO3 version constraint in emconf
2017-11-09 14:22:51 +01:00
Willi Wehmeier
82bd5721eb
[TASK] readd php5.6 in travis.yml
2017-11-09 14:09:27 +01:00
Willi Wehmeier
bcb57df349
[TASK] remove ignore-platform-reqs in makefile
2017-11-09 14:08:05 +01:00
Willi Wehmeier
088b8589d6
[TASK] remove php 5.6 build in travis.yml
2017-11-09 14:02:13 +01:00
Willi Wehmeier
871f31ec79
FIX: Set correct dependency versions
2017-10-25 12:08:51 +02:00
Willi Wehmeier
b8abaef0d2
FIX: correct changes between support branches found by comparison
2017-10-25 12:01:08 +02:00
Willi Wehmeier
dd0cfc2377
FIX: get correct .travis.yml of support/76 branch
2017-10-25 11:48:56 +02:00
Willi Wehmeier
a05bf09e19
FIX: get correct RelationResolver class of support/76 branch
2017-10-25 11:48:35 +02:00
Willi Wehmeier
a3323b326c
TASK: merge changes made on support/62 branch to support/76
2017-10-25 10:54:17 +02:00
97dbe75eeb
TASK: Add php 5.6 for TYPO3 6.2
2017-10-24 14:14:35 +02:00
7ca998c03a
TASK: Fix PR issues
2017-10-24 14:06:56 +02:00
aebe58721d
TASK: Add changes from customer project
2017-10-10 11:15:06 +02:00
250dd25107
Merge remote-tracking branch 'origin/develop' into support/62
...
Conflicts:
.travis.yml
Classes/Domain/Index/TcaIndexer/RelationResolver.php
Makefile
Tests/Functional/Connection/Elasticsearch/IndexTcaTableTest.php
composer.json
ext_emconf.php
2017-10-10 10:03:19 +02:00
5509d4a56b
Merge pull request #87 from Codappix/feature/predefined-filter
...
BUGFIX: Keep existing arguments in filter mode
2017-09-16 00:00:53 +02:00
306f5bef84
BUGFIX: Keep existing arguments in filter mode
...
E.g. to support paginate widget arguments.
2017-09-15 23:47:34 +02:00
0dd65085b6
Merge pull request #86 from Codappix/feature/predefined-filter
...
Feature: Predefined filter
2017-09-15 22:56:47 +02:00
a47b1c3a97
TASK: Remove unused fields for plugin content element
...
As we do not make use of recursion or pages, we hide the inputs.
2017-09-15 22:29:20 +02:00
9a0d73f1c7
FEATURE: Allow to switch from search to filter mode
2017-09-15 22:26:52 +02:00
13004e86f2
FEATURE: Allow filter mode by not forcing a search term
2017-09-15 21:54:47 +02:00
4de1828905
FIX: Fix phpcs issues with annotations
2017-09-15 21:36:52 +02:00
be75248517
FEATURE: Allow configured filters
...
Add new feature to allow pre configured filters. The filters will be
applied to all requests.
2017-09-15 21:35:52 +02:00
e354e740ca
Merge pull request #84 from Codappix/hotfix/fix-broken-iteration-of-results
...
BUGFIX: Allow iteration / pagination of result items
2017-09-07 08:04:20 +02:00
b31f315ec4
BUGFIX: Allow iteration / pagination of result items
...
Implement necessary logic based on mapped result items, not elastica
result items.
2017-09-06 22:45:17 +02:00
8494901b58
Merge pull request #57 from Codappix/feature/cms-8-support
...
Feature: Support TYPO3 8
2017-09-05 20:29:45 +02:00
d45d231585
Merge remote-tracking branch 'origin/develop' into feature/cms-8-support
2017-09-05 19:26:09 +02:00
fcaf1efc79
Merge pull request #82 from Codappix/feature/add-pagination
...
FEATURE: Implement necessary logic to support PaginateViewHelper
2017-08-29 09:25:32 +02:00
efc2fb7da6
BUGFIX: Remove pr issue
2017-08-25 11:46:46 +02:00
3bb875d99a
Merge pull request #81 from Codappix/feature/support-timing-inheritance-for-pages
...
FEATURE: Respect inherited start- and endtime for pages
2017-08-25 11:44:20 +02:00
fe754964fe
BUGFIX: Fetch record to update
2017-08-21 12:10:34 +02:00
4b26799e7f
BUGFIX: Do not test with master of TYPO3
...
This version only supports V8 of TYPO3 CMS.
2017-08-15 09:42:18 +02:00
9617733826
BUGFIX: Fix accessing non existing property
2017-08-15 09:36:25 +02:00
8b28d5eda6
Merge remote-tracking branch 'origin/develop' into feature/cms-8-support
...
Conflicts:
Configuration/TypoScript/constants.txt
2017-08-15 09:35:05 +02:00
040206c95d
FEATURE: Respect further root line cases
...
Respect the following situations during indexing:
- Page is not reachable due to broken root line.
- Page is not reachable due to being below a recycler.
2017-08-15 09:21:04 +02:00
f311357d0e
TASK: Fix indentation
2017-08-15 08:30:49 +02:00
bd8ed737e2
Merge remote-tracking branch 'origin/develop' into feature/add-pagination
...
Conflicts:
Classes/Domain/Search/QueryFactory.php
2017-08-15 08:29:48 +02:00