Commit graph

423 commits

Author SHA1 Message Date
b04ed99c07
TASK: Add changelog for V9 support and breaking changes 2019-05-17 17:51:58 +02:00
9946276f43
Remove compatibility layer, as only V9 is supported 2019-05-17 17:30:11 +02:00
ff6e721158
Shorten long lines within tests to follow CGL 2019-05-17 17:30:11 +02:00
95e867488b
Remove supported TYPO3 version lower 9.5 2019-05-17 17:30:07 +02:00
6cfca1f259
Respect cycler pages during indexing
This was done by TYPO3 itself before Version 9. Since version 9, we have
to take care ourselves.
2019-05-17 17:05:15 +02:00
c4e28211af
Adjust dataset paths for import 2019-05-17 16:50:24 +02:00
373505b9d4
Extend new FunctionalTestCase provided by testing framework 2019-05-17 16:46:52 +02:00
c2f01b3c32
Remove unnecessary output during make commands 2019-05-17 16:36:12 +02:00
b88869ecaa
!!!|Fix unit tests for CMS 9 + PHP 7.3
* Add some more checks to remove PHP warnings / notices.
* Adjust code to match CMS 9 API / interfaces.
* Do no longer use "query" but only searchTerm, as query is internal
  API.
2019-05-17 16:22:06 +02:00
4d976f6294
Ignore TYPO3 CMS 9 var folder 2019-05-17 16:00:35 +02:00
67c75ac3cf
Update required versions and CI
Main goal is to allow Travis to run builds again.
Beside that, we do no longer support TYPO3 CMS 7, but 8.7 and 9.5.
2019-05-05 10:36:56 +02:00
7270ae0035
Adjust TYPO3 constraints also in ext_emconf 2019-05-05 10:14:07 +02:00
274844dbba
Do not introduce typo3 db legacy dependency
Instead return expected object type.
2019-05-05 10:13:48 +02:00
5779cb911d
Revert changes to configuration fetching
Keep old code and behaviour. Adjust only a single place to keep old
expected behaviour.

If TYPO3 throws an exception, catch this, and replace it by old
behaviour which is already handled throughout the code.
2019-05-05 10:12:13 +02:00
2b91425732
Remove unused debugger imports 2019-05-05 10:11:09 +02:00
c940ac4497
Fix CGL issues
Do not introduce unnecessary changes into pull request for TYPO3 CMS 9
update.

* Trim trailing whitespace.
* Do not introduce blank line before namespace definition with this pull
  request.
* Add posix new line at end of file.
2019-05-05 09:57:19 +02:00
Daniel Maier
5acdd91865 [fix] v9 compatible extension configuration implementation 2018-10-30 13:02:34 +01:00
Daniel Maier
4606d7649e [task] dont define multiple implementations with same class 2018-10-30 12:56:32 +01:00
Daniel Maier
fbaa555b96 [task] catch wrong exceptions when accessing configuration 2018-10-30 11:46:21 +01:00
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