Benjamin Serfhos
2c5ab1b57a
[TASK] Add documentation for frontend user access feature
2018-10-29 14:30:40 +01:00
Benjamin Serfhos
209f441b5d
[TASK] Added link generation based on fluid templates
...
Removed search_page_typolink parameter from index
2018-10-29 14:30:37 +01:00
Benjamin Serfhos
4b7337d3fa
[TASK] Use generic namespace for fluid
2018-10-29 14:01:53 +01:00
Benjamin Serfhos
5250f97809
[BUGFIX] Make sure boolean is returned for strict return type
...
When configured by comma seperate list, it should return true
2018-10-29 14:01:03 +01:00
Benjamin Serfhos
9b0b0305a7
[BUGFIX] Make sure the while loop is not closed
...
When filterRecordsByRootLineBlacklist() returns no results, loop should just ask
the next items based on iteration
2018-10-29 14:00:02 +01:00
Benjamin Serfhos
f1eb85de64
[TASK] Remove double variables
2018-10-29 14:00:02 +01:00
Benjamin Serfhos
4000699812
[TASK] Remove duplicate search_identifier in index
2018-10-29 14:00:02 +01:00
Benjamin Serfhos
ab1b6b5da9
[TASK] Finetune so interface is not reliant for Elastica library
2018-10-29 13:59:51 +01:00
2d9062b6e3
TASK: Streamline phpdoc
...
* Do not add duplicate information from PHP to phpdoc.
* Do not add useless comments like "this is a constructor of class x".
2018-10-27 14:08:11 +02:00
30746038c3
TASK: Use same order within all files for plugins
2018-10-27 13:15:29 +02:00
140dea3cbb
TASK: Refactor code to use guards and decrease indentation
2018-10-27 13:15:02 +02:00
5d5af73705
TASK: Add missing license comments in PHP files
2018-10-27 13:11:39 +02:00
2c6521a565
TASK: Fix phpdocs and type hints
2018-10-27 13:10:59 +02:00
30a34c4f15
FEATURE: Always accept comma separated list of identifiers on CLI
...
* Streamline all commands to always accept a comma separated list of
identifiers.
* Adjust phpdoc to reflect this feature and provide help on CLI.
* Refactor code to move recurring logic to own method.
* Provide tests for new feature.
* Add documentation for feature.
2018-10-27 13:07:20 +02:00
e5e8f41ad5
TASK: Prevent php warning for stdClass constant
2018-10-27 13:07:20 +02:00
577a5624b8
TASK: Remove code base for TYPO3 7.x
...
Also add documentation with breaking change.
2018-10-27 13:04:35 +02:00
Benjamin Serfhos
0d14f80f62
[TASK] Remove support for TYPO3 7.6
2018-10-26 14:48:13 +02:00
Benjamin Serfhos
35fdc6905f
[TASK] Enable elasticsearch version 6 for travis
2018-10-26 14:11:12 +02:00
Benjamin Serfhos
7b5a0039ed
[TASK] Try composer update for travis build
2018-10-26 14:03:41 +02:00
Benjamin Serfhos
a3ccc123c4
[TASK] Make sure CGL is correct
2018-10-26 11:29:37 +02:00
Benjamin Serfhos
6e492d2bdb
[FEATURE] Added flush command as indexation is now into one
2018-10-26 10:56:57 +02:00
Benjamin Serfhos
b8de35adee
[BUGFIX] Remove _all from unit tests
2018-10-26 10:49:43 +02:00
Benjamin Serfhos
23f3d0df92
[TASK] Add functional test for deleteDocuments functionality
2018-10-26 09:46:01 +02:00
Benjamin Serfhos
b70dd604fe
[TASK] Process own feedback based on tests
2018-10-26 09:26:33 +02:00
Benjamin Serfhos
628f76af4b
[BUGFIX] Use relative location of Fixtures
2018-10-24 17:57:16 +02:00
Benjamin Serfhos
a50cbf25a2
[TASK] Process feedback and fix unit-tests
2018-10-24 17:41:47 +02:00
Benjamin Serfhos
028914e789
[TASK] Finetune query for document_type instead of regex
2018-10-24 14:08:59 +02:00
Benjamin Serfhos
519bc7e5b4
[BUGFIX] Inherit access groups from parent pages when extended to subpages
2018-10-24 10:09:22 +02:00
Benjamin Serfhos
3f5273f0fe
[BUGFIX] Make sure the while loop is not closed when filterRecordsByRootLineBlacklist() returns no results
2018-10-22 17:28:49 +02:00
Benjamin Serfhos
7566bf93d5
[FEATURE] Add Frontend User access query for secure search on elastic index
2018-10-22 17:28:17 +02:00
Benjamin Serfhos
404f49aad2
[TASK] Add opening for possible user access lookup
2018-10-12 18:43:28 +02:00
Benjamin Serfhos
e297d556e6
[!!!][FEATURE] Remap specific document type's to ES6 identifiers
...
Multiple types are not allowed any more in ES6. Refactored to use document type and custom
identifier to still create different 'types'.
See: https://www.elastic.co/guide/en/elasticsearch/reference/6.x/removal-of-types.html
2018-10-12 09:30:25 +02:00
Benjamin Serfhos
397a91e9b0
[TASK] Add transparent background color for extension icon
2018-10-10 09:52:08 +02:00
Benjamin Serfhos
1f0eae88f7
[TASK] Corectly index access group for query content
2018-10-08 11:57:26 +02:00
Benjamin Serfhos
de5261f7d4
[TASK] Add both form as list plugin seperate
2018-10-04 13:01:31 +02:00
Benjamin Serfhos
d0bbfb8682
[TASK] Add typolink to index
2018-10-03 11:59:56 +02:00
Benjamin Serfhos
acac544f77
[TASK] Remove deprecated _all field query for Elastic 6.x
...
See: https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-all-field.html
2018-10-03 11:32:24 +02:00
Benjamin Serfhos
a93a7af27f
[TASK] Add docprops to classes
...
+ Updated version pointer
+ Replaces deprecated ArrayUtility for Core utility
2018-10-03 10:59:45 +02:00
Benjamin Serfhos
7940da14a7
[TASK] Update elastica version pointer
2018-10-02 11:57:43 +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