Commit graph

394 commits

Author SHA1 Message Date
Daniel Siepmann 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
Daniel Siepmann 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
Daniel Siepmann 8494901b58 Merge pull request #57 from Codappix/feature/cms-8-support
Feature: Support TYPO3 8
2017-09-05 20:29:45 +02:00
Daniel Siepmann d45d231585
Merge remote-tracking branch 'origin/develop' into feature/cms-8-support 2017-09-05 19:26:09 +02:00
Daniel Siepmann 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
Daniel Siepmann efc2fb7da6
BUGFIX: Remove pr issue 2017-08-25 11:46:46 +02:00
Daniel Siepmann 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
Daniel Siepmann fe754964fe
BUGFIX: Fetch record to update 2017-08-21 12:10:34 +02:00
Daniel Siepmann 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
Daniel Siepmann 9617733826
BUGFIX: Fix accessing non existing property 2017-08-15 09:36:25 +02:00
Daniel Siepmann 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
Daniel Siepmann 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
Daniel Siepmann f311357d0e
TASK: Fix indentation 2017-08-15 08:30:49 +02:00
Daniel Siepmann 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
Daniel Siepmann ef7c1b680c Merge pull request #78 from Codappix/feature/small-improvements
Feature: Small improvements
2017-08-15 08:08:10 +02:00
Daniel Siepmann 83d4ee6679 Merge pull request #79 from Codappix/feature/move-to-constants
TASK: Move additionalWhereClause to constants
2017-08-15 08:02:19 +02:00
Daniel Siepmann 929d58493c Merge branch 'develop' into feature/move-to-constants 2017-08-15 08:01:44 +02:00
Daniel Siepmann 964e94a16b Merge pull request #83 from Codappix/hotfix/fix-non-repeatable-query-building
BUGFIX: Use fresh query for each creation
2017-08-15 07:56:01 +02:00
Daniel Siepmann b138ac0fc0 Merge remote-tracking branch 'origin/develop' into hotfix/fix-non-repeatable-query-building 2017-08-10 09:06:17 +02:00
Daniel Siepmann 416e49026e
TASK: Break line exceeding max line length 2017-08-10 09:05:20 +02:00
Daniel Siepmann 51863c9e5d
TASK: Cleanup PR issues 2017-08-10 08:59:48 +02:00
Daniel Siepmann 830fc8a154 Merge remote-tracking branch 'origin/develop' into feature/support-timing-inheritance-for-pages 2017-08-10 08:58:15 +02:00
Daniel Siepmann c5766f5b12
BUGFIX: Use fresh query for each creation
This prevents issues with modifying an build query.
2017-08-10 08:54:36 +02:00
Daniel Siepmann f7e1bd1cdf
FEATURE: Implement necessary logic to support PaginateViewHelper 2017-08-08 17:19:50 +02:00
Daniel Siepmann 17eb35a92b
FEATURE: Respect inherited start- and endtime for pages
Do not index records below tables that extend their start- or endtime to
their subpages are not accessible due to timing now.
2017-08-08 12:58:01 +02:00
Daniel Siepmann 6cf0a808b7 Merge pull request #80 from Codappix/hotfix/fix-db-tests-on-travis
BUGFIX: Allow tests to run on travis again
2017-08-08 11:55:18 +02:00
Daniel Siepmann 49a56496c6
TASK: Fix codacy issues
Break line to not exceed maximum line length.
Use imported namespace to shorten line.
2017-08-08 11:54:32 +02:00
Daniel Siepmann 67d1180ee1
TASK: Remove php 7.0 testing
As we do not support PHP 7.0.
2017-08-08 10:36:50 +02:00
Daniel Siepmann 50a3b92b42 Merge branch 'hotfix/fix-db-tests-on-travis' into feature/small-improvements 2017-08-08 10:30:38 +02:00
Daniel Siepmann d5fb404b31 Merge branch 'hotfix/fix-db-tests-on-travis' into feature/move-to-constants 2017-08-08 10:30:25 +02:00
Daniel Siepmann 0b8ec55c02
Merge branch 'hotfix/fix-db-tests-on-travis' into feature/cms-8-support 2017-08-08 10:26:19 +02:00
Daniel Siepmann f3f554f0a6
TASK: Only test working TYPO3 Version
As we have support branches for 6.2 and feature branch for 8 support, we
only test 7 for this branch as only 7 is supported.
2017-08-08 10:23:36 +02:00
Daniel Siepmann 4c3cca9855
BUGFIX: Do not use PHP 5.6 any longer for TYPO3 7.6.x
As TYPO3 7.6.x introduced a breaking change which no longer works with
PHP 5.6, we need to remove the support.
2017-08-08 10:13:24 +02:00
Daniel Siepmann 9e64252a6a
BUGFIX: Grant necessary mysql permission to run ft
In order to run functional tests, we need to grand necessary permissions
on travis.
2017-08-08 10:08:38 +02:00
Daniel Siepmann baca4824d5
BUGFIX: Do not test php 5.6
As TYPO3 7.6.x introduced breaking change to not support PHP 5.6 any
longer.
2017-08-08 09:47:12 +02:00
Daniel Siepmann 6595d7129a
TASK: Move additionalWhereClause to constants
To keep things the same, move additionalWhereClause of tt_content also
to constants.
2017-08-07 18:04:07 +02:00
Daniel Siepmann 0fa05270d5
Merge branch 'feature/small-improvements' into feature/cms-8-support 2017-08-04 13:40:53 +02:00
Daniel Siepmann ac78464c03
TASK: Provide more helpful logging 2017-08-04 13:39:48 +02:00
Daniel Siepmann 56ce88b005
TASK: Resolve relations always to array
Do not resolve to empty string but array to allow same handling for all
relations.
2017-08-04 13:39:18 +02:00
Daniel Siepmann 96cfa46056
Merge remote-tracking branch 'origin/develop' into feature/cms-8-support 2017-08-04 13:01:33 +02:00
Daniel Siepmann 646285b8b5 Merge pull request #74 from Codappix/feature/switch-from-ttcontent-to-pages
Feature: Switch from tt_content to pages
2017-08-01 17:16:42 +02:00
Daniel Siepmann 31937d2d6f
BUGFIX: Fix broken test 2017-07-28 11:58:24 +02:00
Daniel Siepmann d59173ec9a Merge remote-tracking branch 'origin/develop' into feature/cms-8-support 2017-07-28 11:45:09 +02:00
Daniel Siepmann da7692b502
TASK: Adjust code accordingly to pr 2017-07-27 16:31:37 +02:00
Daniel Siepmann 36777c700b
Merge remote-tracking branch 'origin/develop' into feature/switch-from-ttcontent-to-pages 2017-07-27 16:26:24 +02:00
Daniel Siepmann 3973d981d4 Merge pull request #71 from Codappix/feature/boosting
FEATURE: Add possibility to boost certain fields
2017-07-27 16:05:03 +02:00
Daniel Siepmann 957fcd19ae Merge pull request #62 from Codappix/feature/configure-result-size
FEATURE: Make number of search results to fetch configurable
2017-07-27 16:04:25 +02:00
Daniel Siepmann 0f4186048c
Merge branch 'develop' into feature/boosting 2017-07-27 14:48:43 +02:00
Daniel Siepmann 3771e6f8f9
Merge branch 'develop' into feature/configure-result-size 2017-07-27 14:41:30 +02:00
Daniel Siepmann 441ac7dd84 Merge pull request #59 from Codappix/feature/add-facet-keys
TASK: Add keys for better access to Facets
2017-07-27 14:28:37 +02:00