Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Prepare security.rst for Symfony 5.4#15828
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I thought I'd make a first pass at modifying security.rst for 5.4. It's far from perfect, but I think it's a solid base to work from.
gnito-org commentedSep 17, 2021
Is there any Linux tool or app, or any other way, that can show an actual preview of the final page? The preview function of PHPStorm's RestrcuturedText plugin is broken. ReText on Linux is useless for previewing because it freaks out about broken links. |
gnito-org commentedSep 17, 2021
I'm not sure how to fix the CI / Code Blocks errors because it does not tell me the line numbers where it found the errors. |
Add namespace and use statements in RegistrationController code block.
wouterj commentedSep 18, 2021
Hi@gnito-org. I'm really very sorry, but work on this has already started some time ago in#15503 . We're rewriting all security docs as, like you said, they are a bit frustrating as a whole (not only because they are outdated, but also because the sections and scattered small guide articles aren't up to standard anymore). We hope to finish the work shortly. In the future, I recommend you first have a look at the issues/PRs to see if work has already started or, like I recommended in the GitHub discussions, ask a doc team member about it before starting such a big work. |
gnito-org commentedSep 18, 2021
@wouterj No problem. Time spent was an education fee, and I learned a lot. |
Uh oh!
There was an error while loading.Please reload this page.
I thought I'd make a first pass at modifying security.rst for 5.4. It's far from perfect, but I think it's a solid base to work from.
I tried to adapt my software to 5.4 using the existing security.rst and found it a frustrating process. Hence the effort to rewrite some sections.