8d343ee97f
FEATURE: Finish filter configuration for geo_search
2017-10-22 17:34:48 +02:00
636ef78a14
WIP|TASK: Remove sort and add filter
...
As we filter for distance and do not sort.
2017-10-22 11:23:28 +02:00
e1764dca13
FEATURE: Add GeoPoint Processor
...
Document data processors.
Add test for new data processor.
2017-10-20 16:36:26 +02:00
3f1c3db2a2
Merge remote-tracking branch 'origin/develop' into feature/geo-search
...
Conflicts:
Classes/DataProcessing/ProcessorInterface.php
Classes/Domain/Index/TcaIndexer/TcaTableService.php
2017-10-20 09:20:04 +02:00
e321c424b4
Merge pull request #88 from Codappix/bugfix/do-not-fetch-non-existing-db-fields
...
BUGFIX: Do not add non existing db columns to fields array
2017-10-14 16:01:39 +02:00
5d960910f7
Merge pull request #89 from Codappix/bugfix/typos
...
BUGFIX: Fix typos in method name and php doc
2017-10-14 15:59:41 +02:00
5026de0acd
Merge remote-tracking branch 'origin/develop' into bugfix/do-not-fetch-non-existing-db-fields
2017-10-14 15:41:21 +02:00
a507eb165d
Merge pull request #90 from Codappix/feature/data-processing
...
FEATURE: Add data processing to extension
2017-10-14 15:29:12 +02:00
67a43e64a5
BUGFIX: Fix typos in method name and php doc
2017-10-14 15:28:50 +02:00
2c466854b2
BUGFIX: Do not add non existing db columns to fields array
...
As TCA might contain columns which do not exist in DB, filter them out.
2017-10-14 15:23:13 +02:00
6c01abe5a5
BUGFIX: Also handle data processor without configuration
2017-10-14 13:35:44 +02:00
efeb5d1e07
FEATURE: Add data processing to extension
...
Allow integrators / developer to apply data processing concept known
from FLUIDTEMPLATE to indexing.
2017-10-14 13:02:48 +02:00
fafa919f37
WIP|FEATURE: Basic hardcoded implementation
2017-09-16 20:50:03 +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
ef7c1b680c
Merge pull request #78 from Codappix/feature/small-improvements
...
Feature: Small improvements
2017-08-15 08:08:10 +02:00
83d4ee6679
Merge pull request #79 from Codappix/feature/move-to-constants
...
TASK: Move additionalWhereClause to constants
2017-08-15 08:02:19 +02:00
929d58493c
Merge branch 'develop' into feature/move-to-constants
2017-08-15 08:01:44 +02:00
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
b138ac0fc0
Merge remote-tracking branch 'origin/develop' into hotfix/fix-non-repeatable-query-building
2017-08-10 09:06:17 +02:00
416e49026e
TASK: Break line exceeding max line length
2017-08-10 09:05:20 +02:00
51863c9e5d
TASK: Cleanup PR issues
2017-08-10 08:59:48 +02:00
830fc8a154
Merge remote-tracking branch 'origin/develop' into feature/support-timing-inheritance-for-pages
2017-08-10 08:58:15 +02:00
c5766f5b12
BUGFIX: Use fresh query for each creation
...
This prevents issues with modifying an build query.
2017-08-10 08:54:36 +02:00
f7e1bd1cdf
FEATURE: Implement necessary logic to support PaginateViewHelper
2017-08-08 17:19:50 +02:00
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
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
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
67d1180ee1
TASK: Remove php 7.0 testing
...
As we do not support PHP 7.0.
2017-08-08 10:36:50 +02:00
50a3b92b42
Merge branch 'hotfix/fix-db-tests-on-travis' into feature/small-improvements
2017-08-08 10:30:38 +02:00