JiaJia Ji

Results 47 issues of 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`...

Bug

## Changes in this pull request Resolves #12432

Improvement

Related https://github.com/pimcore/pimcore/issues/13034 [Allow Symfony 6, migrate to Typescript, drop support for SF

Task

### 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...

Improvement

## 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...

Improvement
Pimcore:ToDo
Pimcore:Priority

## Changes in this pull request Resolves https://github.com/pimcore/pimcore/issues/16538

Task
Pimcore:ToDo

## 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
Pimcore:Backlog

### Improvement description ![image](https://user-images.githubusercontent.com/6014195/222687501-a4954aec-0268-4aad-90d8-e65b23103ac7.png) src: https://www.php.net/manual/en/function.strftime.php ![image](https://user-images.githubusercontent.com/6014195/222685878-92bc38eb-b20d-4cf6-b378-a86575ca7320.png) 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...

Pimcore:Backlog

## 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...

Pimcore:ToDo

## 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...

Task
Pimcore:ToDo