8000 [Flex] Replace `SYMFONY_*` env vars with `APP_*` by phansys · Pull Request #11302 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Flex] Replace SYMFONY_* env vars with APP_* #11302

New issue 8000

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

Closed
wants to merge 2,695 commits into from
Closed

Conversation

phansys
Copy link
Contributor
@phansys phansys commented Apr 5, 2019

No description provided.

javiereguiluz and others added 30 commits February 7, 2019 15:10
This PR was submitted for the 4.1 branch but it was merged into the 4.2 branch instead (closes symfony#10878).

Discussion
----------

Minor update

Added note to indicate that `$this->isGranted()` only works in a controller, not in an Authenticator.

Commits
-------

63f5d66 Minor update
Most of the symfony installation had to install PHP7.2.
The TranslatorInterface has been deprecated in favor of Symfony\Contracts\Translation\TranslatorInterface
The Translator::transChoice() method has been deprecated in favor of using Translator::trans() with "%count%" as the parameter driving plurals
This PR was merged into the 4.2 branch.

Discussion
----------

Update 4.2 deprecation

The TranslatorInterface has been deprecated in favor of Symfony\Contracts\Translation\TranslatorInterface
The Translator::transChoice() method has been deprecated in favor of using Translator::trans() with "%count%" as the parameter driving plurals

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).

-->

Commits
-------

dc1be60 Update 4.2 deprecation
This PR was merged into the 4.2 branch.

Discussion
----------

Update web_server_configuration

Most of the symfony installation had to install PHP7.2.

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).

-->

Commits
-------

c7ee69b Update web_server_configuration
…iler article (javiereguiluz)

This PR was squashed before being merged into the 4.2 branch (closes symfony#10970).

Discussion
----------

Merged some profiler docs into a single main Profiler article

Instead of an empty Profiler page (https://symfony.com/doc/current/profiler.html) and some links to micro-articles ... this PR proposes to create a reference article about the Profiler and merge most of those micro-articles into it.

Commits
-------

2b3384e Merged some profiler docs into a single main Profiler article
* 3.4:
  Update web_link.rst
* 3.4:
  changed roles for Nicolas and Christian
  Update sequence_provider.rst
This PR was merged into the 4.2 branch.

Discussion
----------

Fix typo in the profiler article

Commits
-------

a579c6e Fix typo in the profiler article
* 3.4:
  added the diversity guidance team
Wrong controller action name.
This PR was merged into the 4.2 branch.

Discussion
----------

Use "index" instead of "indexAction"

Wrong controller action name.

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).

-->

Commits
-------

68d67a5 Use "index" instead of "indexAction"
…ogin article (javiereguiluz)

This PR was merged into the 4.2 branch.

Discussion
----------

[Security] Added a missing class import in form login article

Commits
-------

3d2ccdf [Security] Added a missing class import in form login article
* 3.4:
  feat(ui): flash message keys added
  Added a brief mention about upgrading custom bundle config to Flex
* 3.4:
  Backported symfony#10998 to 3.4
…aviereguiluz)

This PR was squashed before being merged into the 4.2 branch (closes symfony#10995).

Discussion
----------

Update some articles related to user providers

This makes the security/user_provider.rst a reference article which explains everything about all user providers (except LDAP, which is complicated). This could simplify things because allows developers to read just one article to know all the basics about user providers.

If you are worried about the length of this single article ... don't worry ... the 500-line length is misleading because most of it is about `configuration-block`.

Commits
-------

0af54d5 Update some articles related to user providers
This PR was merged into the 4.2 branch.

Discussion
----------

document deprecation of the scale option

see symfony/symfony#28570

Commits
-------

6d10f48 document deprecation of the scale option
…aviereguiluz)

This PR was squashed before being merged into the 4.2 branch (closes symfony#10995).

Discussion
----------

Update some articles related to user providers

This makes the security/user_provider.rst a reference article which explains everything about all user providers (except LDAP, which is complicated). This could simplify things because allows developers to read just one article to know all the basics about user providers.

If you are worried about the length of this single article ... don't worry ... the 500-line length is misleading because most of it is about `configuration-block`.

Commits
-------

eff209c Update some articles related to user providers
* 3.4:
  Replaces ProtocolClassValidator for the second example
  clarify some DateTimeType widget options
javiereguiluz and others added 18 commits April 4, 2019 12:20
…ansys)

This PR was submitted for the master branch but it was merged into the 4.2 branch instead (closes symfony#11293).

Discussion
----------

[Setup] Defer the removal of bundle directory

Currently, the bundle directory is still referenced after the step where the removal instruction is placed.

Commits
-------

a0eabfa [Setup] Defer the removal of bundle directory
This PR was merged into the 4.2 branch.

Discussion
----------

Update project directory method override

This follows up symfony/recipes#564 (not yet merged), and updates the documentation according to the actual code provided in the recipe.

Commits
-------

f48dd00 Update project directory method override
* 3.4:
  Fixed the RST syntax of a serializer article
…guiluz)

This PR was merged into the 4.2 branch.

Discussion
----------

Simplified some docs about getProjectDir

Related to symfony#11286, this simplifies things a bit and removes repeated contents.

Commits
-------

4ecda82 Simplified some docs about getProjectDir
…ver (javiereguiluz)

This PR was squashed before being merged into the 4.2 branch (closes symfony#11261).

Discussion
----------

Documented the use of Docker with the Symfony server

This need a detailed review by Docker experts. Thanks!

Commits
-------

1fe1034 Documented the use of Docker with the Symfony server
This PR was merged into the 4.2 branch.

Discussion
----------

Fix local proxy URI scheme

Commits
-------

9b0819c Fix local proxy URI scheme
…d (phansys)

This PR was submitted for the master branch but it was merged into the 4.2 branch instead (closes symfony#11299).

Discussion
----------

[Flex] Tell that `var/logs/` directory was renamed

Ref: symfony/symfony#28810 (comment)

Commits
-------

2fcd9bc [Flex] Tell that `var/logs/` directory was renamed
* 3.4:
  fix filepaths for code examples
This PR was squashed before being merged into the 4.2 branch (closes symfony#11067).

Discussion
----------

Update "Ignoring Attributes"

The `setIgnoredAttributes()` method has been [deprecated](https://github.com/symfony/serializer/blob/4.2/Normalizer/AbstractNormalizer.php#L181).

Commits
-------

579ad57 Update \"Ignoring Attributes\"
@wouterj wouterj changed the base branch from 4.2 to 3.4 April 6, 2019 13:38
@wouterj
Copy link
Member
wouterj commented Apr 6, 2019

So I completely distroyed this PR while trying to merge it into 3.4. I've taken your commit and created a new PR that I just merged (#11312). Thanks for adding this missing step to the documentation!

@wouterj wouterj closed this Apr 6, 2019
wouterj added a commit that referenced this pull request Apr 6, 2019
This PR was merged into the 3.4 branch.

Discussion
----------

[Flex] Replace `SYMFONY_*` env vars with `APP_*`

Finishes #11302

Commits
-------

8b9966f [Flex] Replace `SYMFONY_*` env vars with `APP_*`
@wouterj wouterj added the ⭐️ EU-FOSSA Hackathon https://symfony.com/blog/the-symfony-and-api-platform-hackathon-is-coming label Apr 6, 2019
@phansys phansys deleted the env_vars branch April 6, 2019 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐️ EU-FOSSA Hackathon https://symfony.com/blog/the-symfony-and-api-platform-hackathon-is-coming Status: Reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0