JiaJia Ji
JiaJia Ji
## Changes in this pull request Resolves #12832 ## Additional info The problem was caused by the introduction of this feature `allowedTypes` in Video Editables introduced with https://github.com/pimcore/pimcore/pull/12445 where `openVideoEditPanel`...
## Changes in this pull request Resolves #12432
Related https://github.com/pimcore/pimcore/issues/13034 [Allow Symfony 6, migrate to Typescript, drop support for SF
### Improvement description In some circumstances, you may just need the ObjectBrick and Fieldcollection name, but the listing is always including the files (which triggers several `__set_state` etc..). More details...
## Changes in this pull request Resolves https://github.com/pimcore/pimcore/issues/16638 ## Additional info `HasCurrentRequest` has no purpose other than detect if the bootstrap is called [before](https://github.com/pimcore/skeleton/blob/c6b89f0910ff9a460a576ab477cb6c92dd2bbda0/public/index.php#L22) or after this https://github.com/pimcore/skeleton/blob/c6b89f0910ff9a460a576ab477cb6c92dd2bbda0/public/index.php#L28 Changes in...
## Changes in this pull request Resolves https://github.com/pimcore/pimcore/issues/16538
## Changes in this pull request Resolves https://github.com/pimcore/pimcore/issues/15426 ## Additional info quite dirty draft, part of feasibility checks ### WHAT ### 🤖 Generated by Copilot at 72b2fa4 This pull request...
### Improvement description  src: https://www.php.net/manual/en/function.strftime.php  Needs to deprecate and replace the [format parameters](https://www.php.net/manual/en/function.strftime.php#refsect1-function.strftime-parameters), they are not interchangeable with the replacement, for example [%a](https://www.php.net/manual/en/function.strftime.php#:~:text=%2D%2D%2D-,%25a,-An%20abbreviated%20textual) cannot be just [a](https://www.php.net/manual/en/datetime.format.php#:~:text=%2D%2D%2D-,a,-Lowercase%20Ante%20meridiem) see...
## Changes in this pull request Potentially resolves https://github.com/pimcore/pimcore/issues/15976 ## Additional info The problem is the fact that upsert relies on `UniqueConstraintViolationException` to guess if it's not a new row...
## Changes in this pull request May improve https://github.com/pimcore/pimcore/issues/16327 ## Additional info It gets unnecessary and repeated/recursive DAO Listing calls when it's an empty array https://www.php.net/manual/en/language.types.null.php#103620 `$listing->load()` is more expensive...