8000 Comparing 11.5.6...11.5.7 · TYPO3-Solr/ext-solr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TYPO3-Solr/ext-solr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.5.6
Choose a base ref
...
head repository: TYPO3-Solr/ext-solr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.5.7
Choose a head ref
  • 14 commits
  • 37 files changed
  • 6 contributors

Commits on Apr 5, 2024

  1. !!![BUGFIX] Modify column changed to int(11) unsigned, in respect of …

    …core.pages.starttime
    
    Fixes: #3979
    Ports: #3980
    ferfrost authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4c50c8a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. [TASK] Full fixed french translation

    Pierrick Caillon authored and dkd-kaehm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c2cd193 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    060aecc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4daa6d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a48f74 View commit details
    Browse the repository at this point in the history
  5. [BUGFIX] Cast pageType and suggestPageType to int in SearchFormViewHe…

    …lper
    
    Problem:
    Calling the `s:searchForm` ViewHelper with the `pageType` or `suggestPageType` argument with a value from a typoscript setting will lead to a TypeError
    
    ```html
    <s:searchForm pageType="{settings.pageType}" suggestPageType="{settings.suggestPageType}">
    ```
    
    `TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder::setTargetPageType(): Argument #1 ($targetPageType) must be of type int, string given, called in /var/www/html/private/typo3conf/ext/solr/Classes/ViewHelpers/SearchFormViewHelper.php`
    
    Solution:
    Cast both arguments to int
    
    Fixes: #3927
    Ports: #3728
    dkd-kaehm committed May 7, 2024
    Configuration menu
    Copy the full SHA
    970a794 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. [FIX] Typos in last FR translation PR

    Pierrick Caillon authored and dkd-kaehm committed May 13, 2024
    Configuration menu
    Copy the full SHA
    074b382 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. [TASK] Crowdin integration

    Relates: #3985
    dkd-kaehm committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6e65779 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. [BUGFIX] Fix range string calculation in DateRange facet

    This change fixes the range string calculation, so items for
    the given date are included until 23:59 of the target end date.
    
    Fixes: #4087
    Ports: #4090
    derhansen authored and dkd-kaehm committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ae4a299 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. [FIX] scheduler task "Optimize index of a site" is not functional

    Fixes multiple issues within "Optimize index of a site" component.
    
    Relates: #4102
    Ports: #4104
    dkd-kaehm committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e4519e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    0a174d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3518a2b View commit details
    Browse the repository at this point in the history
  3. [TASK] Apache Solr 8.11.4 compatibility

    Allows the usage of EXT:solr 11.5.x with Apache Solr 8.11.4,
    which is now the recommended version.
    
    Tests will run against this version.
    dkd-friedrich committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0663768 View commit details
    Browse the repository at this point in the history
  4. [RELEASE] 11.5.7

    This is a maintenance release for TYPO3 11.5 and the last release
    that supports Apache Solr 8.11.
    
    Next EXT:solr release for TYPO3 11.5 will be 11.6.0, it will contain
    support for Apache Solr 9 and some breaking improvements.
    
    This maintenance release for TYPO3 11.5 LTS contains:
    
    - [TASK] Modify column changed to int(11) unsigned, in respect…
    - [TASK] Full fixed french translation
    - [TASK] Fix tests on 11.5.x @2024.05.07
    - [BUGFIX:P:11.5] Cast pageType and suggestPageType to int in
      SearchFormViewHelper
    - [BUGFIX] Typos in last FR translation PR
    - [BUGFIX:P:11.5] Fix range string calculation in DateRange facet
    - [BUGFIX:11.5] scheduler task "Optimize index of a site" is not
      functional
    - [TASK] Apache Solr 8.11.4 compatibility
    
    Please read the release notes:
    https://github.com/TYPO3-Solr/ext-solr/releases/tag/11.5.7
    
    ---
    
    How to Get Involved
    
    There are many ways to get involved with Apache Solr for TYPO3:
    
    * Submit bug reports and feature requests on GitHub
    * Ask or help or answer questions in our Slack channel
    * Provide patches through pull requests or review and comment on
    existing pull requests
    * Go to www.typo3-solr.com or call dkd to sponsor the ongoing
    development of Apache Solr for TYPO3
    
    Support us by becoming an EB partner:
    https://shop.dkd.de/Produkte/Apache-Solr-fuer-TYPO3/
    
    or call:
    +49 (0)69 - 2475218 0
    dkd-friedrich committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3f9309d View commit details
    Browse the repository at this point in the history
Loading
0