-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next steps for this project #2059
Comments
That's good news! I'll be happy to help and because soon we'll reach the 2000 stars. Good luck for |
Great news! At last new major version :). And can't wait for "form tabs" to be implemented. |
@javiereguiluz, I'm available if you need any help. |
For those who want to help, I'm creating issues with the label |
About Symfony v4, I'm nearly sure you can also support SF 3.4 without any issue. See also #2135 |
@soullivaneuh yes, we could ... but I prefer to not make that effort. For the ultra-legacy support for Symfony 2 to 3 and 4, we have the 1.x branch. I want 2.x to be Symfony 4 only and move quickly the requirements to be inline with the latest Symfony. We're transforming this bundle from ultra-legacy to cutting-edge :) |
@javiereguiluz For the security access control feature, have a look at this implementation : https://github.com/alterphp/EasyAdminExtensionBundle#define-access-permissions Menu only show accessible entries (and empty menu groups are pruned), list only show accessible actions and controllers send ForbiddenException if access is denied. Pure role-based access-control. |
@javiereguiluz I'd like to contribute to this repo, please let me know if there is any specific thing I can help with. |
@javiereguiluz any chance for support for sf 3.4 (with flex and sf4.0 dir structure)? i think it is really important to supprot LTS versions of symfony. it is quite a bad DX if you choose to go with LTS to have a long and stable support for symfony but the bundles you need does not support them. |
Let me know if you need upgrade to PHP 7.1. |
@TomasVotruba The |
Does that mean "go for it"? :) |
I'm closing here because the plan has been explained and we just need to finish the last steps. Thanks! For now I'd prefer to not change the |
I'd like to share my plans for the next weeks so the community can double check if I missed something important:
https://github.com/javiereguiluz/EasyAdminBundle
tohttps://github.com/EasyCorp/EasyAdminBundle
. That will be transparent for end-users because GitHub does this redirection internally for everything: code, downloads, issues, PRs, etc.javiereguiluz/easyadmin-bundle
toeasycorp/easyadmin-bundle
. Sadly in this step we'll lose all downloads and history on Packagist because they don't support transparent renaming (see Transparent renaming of packages composer/packagist#876)1.x
branch where we'll only merge bug fixes (no new features) until the end of November 2018, which is when Symfony 2.8 reaches end of bug fix support.master
branch will be considered the2.x
version, which will require PHP 7.1 and Symfony 4. The plan is to:a) Remove all legacy and deprecated features needed to support non Symfony 4 versions.
b) Refactor all PHP code to use every new PHP 7.1 feature.
c) Release as soon as possible the 2.0.0 version.
d) Create a new Symfony Flex recipe for 2.0 version.
The text was updated successfully, but these errors were encountered: