From 898e43104749ad71d30ab9052eead0701d56770d Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 13 Dec 2023 09:20:35 +0100 Subject: [PATCH] add 7.1.6.3 (ionCube for PHP 7.3 - 7.4) --- docs/daux/changelog/010_Changelog.md | 6 +- docs/daux/config.json | 4 +- docs/html/changelog/Changelog.html | 11 +- docs/html/editions/Editionen.html | 2 +- docs/html/index.html | 4 +- .../Kompatibilitaet_mit_anderen_Modulen.html | 2 +- .../Anforderungen/Systemanforderungen.html | 2 +- .../Anforderungen/Vorbereitungen.html | 2 +- .../Deinstallation/Dateien_loeschen.html | 2 +- .../Deinstallation/Datenbank_bereinigen.html | 2 +- .../Modul_aus_der_Installation_entfernen.html | 2 +- .../Deinstallation/Modul_deaktivieren.html | 2 +- ...eiterungen_deaktivieren_und_entfernen.html | 2 +- .../Deinstallation/TMP-Ordner_leeren.html | 2 +- docs/html/installation/Installation.html | 2 +- .../Cachevermeidung.html | 2 +- .../installation/Installationspruefung.html | 2 +- .../Neuinstallation/Cronjob_einrichten.html | 2 +- .../Neuinstallation/Lizenz_eintragen.html | 2 +- .../Neuinstallation/Modul_hinzufuegen.html | 4 +- .../Modul_im_Shop_aktivieren.html | 2 +- .../Providerspezifische_Installation.html | 2 +- .../Shopanpassungen_installieren.html | 2 +- .../Neuinstallation/TMP-Ordner_leeren.html | 2 +- .../Neuinstallation/Updatefaehigkeit.html | 2 +- .../Verwendung_eigener_Themes.html | 2 +- .../Neuinstallation/Vorbereitung.html | 2 +- .../installation/Neuinstallation/index.html | 4 +- docs/html/installation/Schnellstart.html | 2 +- .../installation/Update/Dateien_erneuern.html | 4 +- .../Update/Erweiterungen_anpassen.html | 2 +- .../Lizenzschluessel_aktualisieren.html | 2 +- .../Update/Modul_deaktivieren.html | 2 +- .../Modulinformationen_aktualisieren.html | 2 +- .../Providerspezifische_Installation.html | 2 +- .../Update/Shopanpassungen_installieren.html | 2 +- .../Update/TMP-Ordner_leeren.html | 2 +- .../installation/Update/Updatedefinition.html | 2 +- docs/html/manual/Ergebnisanlyse.html | 2 +- .../manual/Erweiterungsmoeglichkeiten.html | 2 +- docs/html/manual/Fragen.html | 2 +- docs/html/manual/Inhalte.html | 2 +- docs/html/manual/Logging.html | 2 +- docs/html/manual/Optimierungen.html | 2 +- .../phonetischer_Index.html | 2 +- docs/html/manual/Statistik.html | 2 +- docs/html/manual/Synonym-Editor.html | 2 +- docs/html/manual/externeEinstellungen.html | 2 +- .../korrespondierendeAttributswerte.html | 2 +- docs/html/manual/optischeAnpassungen.html | 2 +- .../Indexleiste.html | 2 +- .../MultiAttributFilter.html | 2 +- .../Phonetic-Cronjob.html | 2 +- .../technische_Erlaeuterungen/Relevanz.html | 2 +- .../zusaetzliche_Formularfelder.html | 2 +- docs/html/support/Hilfe-und-Support.html | 2 +- .../html/tipuesearch/tipuesearch_content.json | 2 +- .../Reports/d3_extsearch_report_base.php | 2 +- .../Controller/Admin/d3_cfg_extsearchstat.php | 2 +- .../Admin/d3_cfg_extsearchsyneditor.php | 2 +- .../Model/Filters/d3AttributeFilter.php | 1045 +-- .../Model/Filters/d3CategoryFilter.php | 469 +- .../Model/Filters/d3FieldBitSetFilter.php | 318 +- .../Model/Filters/d3FieldIsFilter.php | 310 +- .../Model/Filters/d3FieldLikeFilter.php | 302 +- src/Application/Model/Filters/d3Filter.php | 783 +-- .../Model/Filters/d3FilterInterface.php | 58 +- .../Model/Filters/d3FilterList.php | 201 +- .../Model/Filters/d3IndexFilter.php | 282 +- .../Model/Filters/d3ManufacturerFilter.php | 458 +- .../Model/Filters/d3PriceFilter.php | 838 +-- .../Model/Filters/d3VendorFilter.php | 455 +- .../Model/d3_extsearch_statisticlog.php | 346 +- src/Application/Model/d3_extsearch_synset.php | 58 +- src/Application/Model/d3_extsearch_term.php | 162 +- .../Model/d3_oxutils_extsearch.php | 116 +- src/Application/Model/d3_phonetic_de.php | 478 +- src/Application/Model/d3_phonetic_de_voc.php | 488 +- src/Application/Model/d3_querygenerator.php | 4170 ++++++------ src/Application/Model/d3_search.php | 1458 ++-- src/Application/Model/d3_search_generator.php | 704 +- src/Application/Model/d3_semantic.php | 567 +- .../Model/d3extsearch_attribute2object.php | 95 +- .../function.d3_extsearch_highlight.php | 160 +- src/Core/d3_extsearch_conf.php | 44 +- .../Application/Controller/d3_ext_search.php | 6 +- .../Model/d3_attribute_extsearch.php | 42 +- .../Model/d3_basemodel_extsearch.php | 68 +- .../Model/d3_category_extsearch.php | 46 +- .../Model/d3_manufacturer_extsearch.php | 46 +- .../Model/d3_oxarticle_phonetic.php | 425 +- .../Model/d3_oxarticlelist_extsearch.php | 2180 +++--- .../Model/d3_oxrssfeed_extsearch.php | 363 +- .../Model/d3_oxsearch_extsearch.php | 5853 ++++++++--------- .../Application/Model/d3_vendor_extsearch.php | 46 +- .../PsCache/Core/d3_CacheCore_extsearch.php | 76 +- src/metadata.php | 2 +- src/setup/d3_extsearch_update.php | 16 +- src/tests/additional.inc.php | 52 +- src/tests/d3extsearch_config.php | 20 +- .../assignedFilters/allMultiFilterTest.php | 374 +- .../assignedFilters/allSingleFilterTest.php | 310 +- .../attributeMultiFilterInjectionTest.php | 396 +- .../attributeMultiFilterTest.php | 569 +- .../attributeSingleFilterInjectionTest.php | 434 +- .../attributeSingleFilterTest.php | 534 +- .../categoryMultiFilterInjectionTest.php | 402 +- .../categoryMultiFilterTest.php | 395 +- .../categoryMultiFilterVariantsTest.php | 886 +-- .../categorySingleFilterInjectionTest.php | 312 +- .../categorySingleFilterTest.php | 309 +- .../categorySingleFilterVariantsTest.php | 1133 ++-- ...searchFilterQueriesIntegrationTestCase.php | 46 +- .../assignedFilters/fieldIsFilterTest.php | 188 +- .../assignedFilters/fieldLikeFilterTest.php | 200 +- .../assignedFilters/indexFilterTest.php | 166 +- .../manufacturerMultiFilterInjectionTest.php | 300 +- .../manufacturerMultiFilterTest.php | 385 +- .../manufacturerSingleFilterInjectionTest.php | 250 +- .../manufacturerSingleFilterTest.php | 350 +- .../assignedFilters/nofilterTest.php | 714 +- .../priceArrayFilterInjectionTest.php | 275 +- .../assignedFilters/priceArrayFilterTest.php | 366 +- .../priceSliderFilterInjectionTest.php | 407 +- .../assignedFilters/priceSliderFilterTest.php | 385 +- .../vendorMultiFilterInjectionTest.php | 303 +- .../assignedFilters/vendorMultiFilterTest.php | 411 +- .../vendorSingleFilterInjectionTest.php | 250 +- .../vendorSingleFilterTest.php | 312 +- .../d3ExtsearchIntegrationTestCase.php | 267 +- .../filterlists/attributeFilterTest.php | 638 +- .../filterlists/categoryFilterTest.php | 665 +- ...xtsearchFilterlistsIntegrationTestCase.php | 60 +- .../filterlists/indexFilterTest.php | 526 +- .../filterlists/manufacturerFilterTest.php | 505 +- .../filterlists/priceFilterTest.php | 530 +- .../filterlists/vendorFilterTest.php | 510 +- .../queryExecute/alistQueryExecuteTest.php | 196 +- ...searchFilterQueriesIntegrationTestCase.php | 309 +- .../queryExecute/rssQueryExecuteTest.php | 124 +- .../queryExecute/searchQueryExecuteTest.php | 111 +- .../Filters/d3ManufacturerFilterTest.php | 179 +- .../Model/d3_querygeneratorTest.php | 246 +- .../unit/Application/Model/d3semanticTest.php | 94 +- .../Model/d3_oxarticlelist_extsearchTest.php | 128 +- .../Model/d3_oxsearch_extsearchTest.php | 168 +- src/tests/unit/d3ExtsearchUnitTestCase.php | 216 +- 147 files changed, 20299 insertions(+), 20284 deletions(-) diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index f7ea1bd..b75ce96 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -8,7 +8,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://git.d3data.de/D3Private/Extsearch/compare/7.1.6.2...rel_7.x) +## [Unreleased](https://git.d3data.de/D3Private/Extsearch/compare/7.1.6.3...rel_7.x) + +## [7.1.6.3](https://git.d3data.de/D3Private/Extsearch/compare/7.1.6.2...7.1.6.3) - 2023-12-13 +### Fixed +- falscher Methodenname bei der Verwendung semantischer Entsprechungen ## [7.1.6.2](https://git.d3data.de/D3Private/Extsearch/compare/7.1.6.1...7.1.6.2) - 2023-11-30 ### Added diff --git a/docs/daux/config.json b/docs/daux/config.json index ef9f187..c4a8420 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,9 +1,9 @@ { "title": " erweiterte Suche", - "moduleversion": "7.1.6.2", + "moduleversion": "7.1.6.3", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", - "moduledate": "30.11.2023", + "moduledate": "13.12.2023", "editors": "", "tagline": "", "image": "", diff --git a/docs/html/changelog/Changelog.html b/docs/html/changelog/Changelog.html index 6000d18..3a97aa2 100644 --- a/docs/html/changelog/Changelog.html +++ b/docs/html/changelog/Changelog.html @@ -72,7 +72,7 @@
@@ -80,14 +80,19 @@

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

-

Unreleased

+

Unreleased

+

7.1.6.3 - 2023-12-13

+

Fixed

+

7.1.6.2 - 2023-11-30

Added

-

Fixed

+

Fixed