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.2.3
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.2.4
Choose a head ref
  • 10 commits
  • 40 files changed
  • 6 contributors

Commits on Nov 19, 2025

  1. [Bug, EC] PEES-824: Bug: Default Value When Using Field Collections (#…

    …18814)
    
    * fix
    
    * Apply php-cs-fixer changes
    
    * add tests
    
    * Apply php-cs-fixer changes
    
    * Update FieldcollectionTest.php
    
    * Update container class folder path in Definition.php
    
    * Update Definition.php
    
    * Refactor getFieldDefinitionParams call for readability
    
    * Refactor FieldcollectionTest to validate default values
    
    Updated the test to check default values for new objects in Fieldcollection.
    
    * Change default value for 'linput' field
    
    * Apply php-cs-fixer changes
    
    * dirtylanguage returns null on existing data
    
    * Fix null input handling in FieldcollectionTest
    
    * fix test
    
    * refactor
    
    ---------
    
    Co-authored-by: kingjia90 <6014195+kingjia90@users.noreply.github.com>
    kingjia90 and kingjia90 authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    1ab7773 View commit details
    Browse the repository at this point in the history
  2. [BUG] Update checkPostAuth of UserChecker to set last login date (#18836

    )
    
    * Update checkPostAuth of UserChecker to set last login date
    
    Set the last login date for the user after authentication.
    
    * fix phpstan check
    
    * Optimize last login date update logic
    
    Added a condition to limit last login date updates.
    storbahn authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    aeb22eb View commit details
    Browse the repository at this point in the history
  3. [Bugfix]: Ensure getConditionVariableTypes() is used in all DAOs (#…

    …18789)
    
    * [Bugfix]: Ensure `getConditionVariableTypes()` is used in all DAOs
    
    * [Refactor]: Replace `getModel()` method calls with direct `$this->model` access in DAOs
    jdreesen authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    8f14a1a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. [Bug, EC] PEES-839: Fix Static Page generation not working properly v…

    …ia CLI (#18835)
    
    * [FIX]: static page generator resets services now, if is executed in cli
    
    * [FIX]: static page generation: set uri for request
    
    * add docs about https and http context in CLI
    
    * Simplify service reset logic in CLI context
    
    * bc safe change
    
    * typo
    
    * Update StaticPageGenerator.php
    
    * attempt approach to resolve 3.2
    
    ---------
    
    Co-authored-by: Melissa Kittl <melissa.kittl@valantic.at>
    kingjia90 and melissakittl authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    ca9f653 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

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

Commits on Dec 4, 2025

  1. Configuration menu
    Copy the full SHA
    39f2d27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f92ec4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9820a75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bc2bff View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Merge remote-tracking branch 'origin/11.5' into 12.2

    # Conflicts:
    #	lib/Http/RequestHelper.php
    #	models/DataObject/Classificationstore/CollectionConfig/Listing/Dao.php
    #	models/DataObject/Classificationstore/StoreConfig/Listing/Dao.php
    #	models/Element/Tag/Listing/Dao.php
    #	models/Notification/Dao.php
    kingjia90 committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    0239cef View commit details
    Browse the repository at this point in the history
Loading