- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: EasyCorp/EasyAdminBundle
base: v4.24.4
head repository: EasyCorp/EasyAdminBundle
compare: v4.24.5
Commits on Feb 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ee1f75b - Browse repository at this point
Copy the full SHA ee1f75bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af62d7 - Browse repository at this point
Copy the full SHA 2af62d7View commit details
Commits on Feb 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for aabe86c - Browse repository at this point
Copy the full SHA aabe86cView commit details -
bug #6832 Always return to index when using SAVE_AND_RETURN button (f…
…racsi) This PR was merged into the 4.x branch. Discussion ---------- Always return to index when using SAVE_AND_RETURN button Fixes: #6830 Note: #6822 fixed the deprected usage of the getReferrer, but the getReferrer method returned empty, thus the redirect to the list was working Commits ------- aabe86c Always return to index when using SAVE_AND_RETURN button
1Configuration menu - View commit details
-
Copy full SHA for 4c1c63b - Browse repository at this point
Copy the full SHA 4c1c63bView commit details -
minor #6829 Fix typo (Shadow-Devil)
This PR was merged into the 4.x branch. Discussion ---------- Fix typo <!-- Thanks for your contribution! If you are proposing a new feature that is complex, please open an issue first so we can discuss about it. Note: all your contributions adhere implicitly to the MIT license --> Commits ------- ee1f75b Fix typo
Configuration menu - View commit details
-
Copy full SHA for be09320 - Browse repository at this point
Copy the full SHA be09320View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb11a75 - Browse repository at this point
Copy the full SHA bb11a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 902348b - Browse repository at this point
Copy the full SHA 902348bView commit details
Commits on Feb 22, 2025
-
With the use of AdminDashboard we don't need this use anymore
Configuration menu - View commit details
-
Copy full SHA for feefc42 - Browse repository at this point
Copy the full SHA feefc42View commit details
Commits on Feb 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9efdbe4 - Browse repository at this point
Copy the full SHA 9efdbe4View commit details
Commits on Mar 4, 2025
-
minor #6836 Update dashboards.rst (LaurentMarquet)
This PR was merged into the 4.x branch. Discussion ---------- Update dashboards.rst With the use of AdminDashboard we don't need this use anymore <!-- Thanks for your contribution! If you are proposing a new feature that is complex, please open an issue first so we can discuss about it. Note: all your contributions adhere implicitly to the MIT license --> Commits ------- feefc42 Update dashboards.rst
Configuration menu - View commit details
-
Copy full SHA for ae9e0da - Browse repository at this point
Copy the full SHA ae9e0daView commit details -
bug #6840 fix #6837 - redirection to show page after delete action (e…
…minjk) This PR was merged into the 4.x branch. Discussion ---------- fix #6837 - redirection to show page after delete action fix #6837, similar to #6832 <!-- Thanks for your contribution! If you are proposing a new feature that is complex, please open an issue first so we can discuss about it. Note: all your contributions adhere implicitly to the MIT license --> Commits ------- 9efdbe4 fix AbstractCrudController.php
Configuration menu - View commit details
-
Copy full SHA for 4d1ae6b - Browse repository at this point
Copy the full SHA 4d1ae6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62fb2b4 - Browse repository at this point
Copy the full SHA 62fb2b4View commit details -
bug #6850 fix(chore): resolve problem of inherit attribute (jorisdugue)
This PR was squashed before being merged into the 4.x branch. Discussion ---------- fix(chore): resolve problem of inherit attribute fix #6849 #6853 This pull request addresses an issue where EasyAdmin fails to handle inherited properties during global search. Specifically, the issue arises when EasyAdmin tries to reflect on a property that exists in a parent class but not in the current class. The current implementation of property reflection does not account for inherited properties in parent classes, leading to errors when performing a global search. Commits ------- 62fb2b4 fix(chore): resolve problem of inherit attribute
Configuration menu - View commit details
-
Copy full SHA for 8add1b4 - Browse repository at this point
Copy the full SHA 8add1b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3473fca - Browse repository at this point
Copy the full SHA 3473fcaView commit details
Commits on Mar 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cab02f0 - Browse repository at this point
Copy the full SHA cab02f0View commit details
Commits on Mar 8, 2025
-
Update EasyAdminBundle.zh_CN.php
Fix batch_action_modal translation error.
Configuration menu - View commit details
-
Copy full SHA for aa578fc - Browse repository at this point
Copy the full SHA aa578fcView commit details
Commits on Mar 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 044444e - Browse repository at this point
Copy the full SHA 044444eView commit details -
minor #6855 Upgrade to PHPStan 2.x (javiereguiluz)
This PR was squashed before being merged into the 4.x branch. Discussion ---------- Upgrade to PHPStan 2.x There are two issues that I can't fix, even with AI help: https://github.com/EasyCorp/EasyAdminBundle/blob/4.x/src/Dto/EntityDto.php#L170-L171 ``` ------ ------------------------------------------------------------------------------------------------------------------------------------ Line Dto/EntityDto.php ------ ------------------------------------------------------------------------------------------------------------------------------------ 175 PHPDoc tag `@var` with type array|Doctrine\ORM\Mapping\FieldMapping is not subtype of native type Doctrine\ORM\Mapping\FieldMapping. 🪪 varTag.nativeType ------ ------------------------------------------------------------------------------------------------------------------------------------ ``` https://github.com/EasyCorp/EasyAdminBundle/blob/3473fcab8b485506e3f112728bc4d37f8089819a/src/Intl/IntlFormatter.php#L111-L112 ``` ------ ----------------------------------------------------------------------- Line Intl/IntlFormatter.php ------ ----------------------------------------------------------------------- 112 PHPDoc tag `@var` with type string|false is not subtype of type string. 🪪 varTag.type ------ ----------------------------------------------------------------------- ``` Commits ------- 044444e Upgrade to PHPStan 2.x
Configuration menu - View commit details
-
Copy full SHA for 68cdc0d - Browse repository at this point
Copy the full SHA 68cdc0dView commit details -
minor #6858 Fix documentation about addColumn() method (befresh-mweim…
…erskirch) This PR was merged into the 4.x branch. Discussion ---------- Fix documentation about addColumn() method This is a minor documentation fix. When using addColumn() with an integer, it is transformed to col-md-N and not col-N. See https://github.com/EasyCorp/EasyAdminBundle/blob/4.x/src/Field/FormField.php#L139 Commits ------- cab02f0 Fix documentation about addColumn() method
Configuration menu - View commit details
-
Copy full SHA for 3a84de0 - Browse repository at this point
Copy the full SHA 3a84de0View commit details -
bug #6860 Update EasyAdminBundle.zh_CN.php (ywisax)
This PR was merged into the 4.x branch. Discussion ---------- Update EasyAdminBundle.zh_CN.php Fix batch_action_modal translation error. <!-- Thanks for your contribution! If you are proposing a new feature that is complex, please open an issue first so we can discuss about it. Note: all your contributions adhere implicitly to the MIT license --> Commits ------- aa578fc Update EasyAdminBundle.zh_CN.php
Configuration menu - View commit details
-
Copy full SHA for 80caf71 - Browse repository at this point
Copy the full SHA 80caf71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d0da6e - Browse repository at this point
Copy the full SHA 9d0da6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc64d0 - Browse repository at this point
Copy the full SHA dcc64d0View commit details
There are no files selected for viewing
Large diffs are not rendered by default.