a13bb75e34
TASK: Migrate documentation to TYPO3 support setup
...
Resolves : #176
2019-06-06 17:19:44 +02:00
2b888a2d07
Cleanup code base for CMS 9
...
* Remove no longer necessary code.
* Improve changelog for cms 9.
2019-06-06 16:26:32 +02:00
32a04fb1b0
Merge remote-tracking branch 'origin/develop' into feature/cms-9-update
...
Conflicts:
Documentation/source/changelog.rst
Makefile
2019-06-06 15:58:06 +02:00
f7e748877b
Fix pagination for CMS 9
2019-06-06 15:37:30 +02:00
f494fc87ba
Merge pull request #175 from Codappix/bugfix/travis
...
Bugfix/travis
2019-06-06 13:54:20 +02:00
96a1db31ed
Remove unnecessary complexity from install
...
There is no need to require anything, as only a single TYPO3 version is
supported.
2019-06-06 13:41:56 +02:00
81c3aa7e35
Remove unnecessary debugging output during installation
2019-06-06 13:36:35 +02:00
b7084367ec
Fix travis configuration
2019-06-06 13:32:52 +02:00
1f082ab673
Do not change CGL
...
Keep changed for pull request to a necessary minimum.
2019-05-17 17:53:49 +02:00
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
Justus Moroni
8eecdff01e
Merge pull request #171 from Codappix/feature/170-do-not-specify-the-pluginname
...
TASK: Make multiple plugins with flexform settings possible
2018-11-06 18:09:29 +01:00
Justus Moroni
6c46a20160
TASK: Make multiple plugins with flexform settings possible
...
Remove the specified pluginName in the
ConfigurationContainer so the correct settings for the
context can be fetched.
Resolves : #170
2018-11-06 17:40:48 +01: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
21693cf87e
Merge pull request #166 from Codappix/release/0.0.7
...
TASK: Raise version number to 0.0.7
2018-09-27 17:36:01 +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