Thanks to visit codestin.com
Credit goes to github.com

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: pimcore/pimcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.1.4
Choose a base ref
...
head repository: pimcore/pimcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.1.5
Choose a head ref
  • 16 commits
  • 23 files changed
  • 7 contributors

Commits on Sep 8, 2025

  1. [Data Objects] Do not return inherited properties if inheritance is d…

    …isabled (#18444)
    
    * do not return inherited properties if inheritance is disabled
    
    * do not return inherited properties if inheritance is disabled
    
    * support disabling of loading inherited properties
    BlackbitDevs authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    5cddc5c View commit details
    Browse the repository at this point in the history
  2. Apply php-cs-fixer changes

    mcop1 authored and github-actions[bot] committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    a326bc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Configuration menu
    Copy the full SHA
    5b29bf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. [Bug]: Pimcore\Model\Notification::setCreationDate(): Argument #1 ($c…

    …reationDate) must be of type string, null given (#18678)
    
    * Update creationDate assignment with fallback
    
    * Check creation date when setting creation date
    kingjia90 authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    8cdfd69 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. [Bug]: Fix WYSIWYG classificationStore default width (#18680)

    * Add __wakeup method to Wysiwyg class
    
    * Enhance Wysiwyg class with layout enrichment
    
    Added LayoutDefinitionEnrichmentInterface to Wysiwyg class and implemented enrichLayoutDefinition method.
    
    * Change default width in enrichLayoutDefinition method
    
    * Apply php-cs-fixer changes
    
    * Change default width to '100%' in enrichLayoutDefinition
    
    * Update parameter type in enrichLayoutDefinition method
    
    ---------
    
    Co-authored-by: kingjia90 <[email protected]>
    kingjia90 and kingjia90 authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    6709d84 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Configuration menu
    Copy the full SHA
    b987cf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. PhpStan Version Upgrade September (#18685)

    * Update phpstan/phpstan version to 2.1.26
    
    * Fix typo in phpstan/phpstan version string
    
    * bump to lastest again (tagged today) and refactor condition
    
    * Downgrade phpstan/phpstan to version 2.1.26
    
    * Enhance type hinting for user class in factory
    
    * remove ignored pattern
    
    * refactor
    kingjia90 authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    06c92ae View commit details
    Browse the repository at this point in the history
  2. Apply php-cs-fixer changes

    kingjia90 authored and github-actions[bot] committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    d547a97 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. [Bug]: DDL for search_backend_data is redundant (#18665)

    * Fix: remove create table search_backend_data
    
    * Fix: tests
    
    * Fix: tests
    robertSt7 authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    6320f43 View commit details
    Browse the repository at this point in the history
  2. Apply php-cs-fixer changes

    robertSt7 authored and github-actions[bot] committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    dfd29c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. Configuration menu
    Copy the full SHA
    90f4224 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Add isEmpty check to calculated value, with specific validations for …

    …boolean and numeric types to prevent issues with inheritance. (#18674)
    torqdev authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    f693d0c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. [Asset] Prevent flooding pimcore_asset_update message queue transport…

    … with faulty assets triggered by previews in admin ui (#18679)
    brusch authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    2db1133 View commit details
    Browse the repository at this point in the history
  2. [Task]: Update Dynamic Thumbnail Generation on Request documentation …

    …with warnings (#18710)
    
    * Update Image Thumbnails documentation with warnings
    
    Added a warning about PublicServicesController and caching issues.
    
    * Clarify warning for thumbnail feature availability
    
    Updated warning message for thumbnail feature to clarify potential issues during maintenance mode.
    kingjia90 authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    9f577f5 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/11.5' into 12.1

    # Conflicts:
    #	composer.json
    #	models/Asset.php
    kingjia90 committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    4a8aa8d View commit details
    Browse the repository at this point in the history
  4. Apply php-cs-fixer changes

    kingjia90 authored and github-actions[bot] committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    fca4de8 View commit details
    Browse the repository at this point in the history
Loading