Skip to content

Merge from symfony-docs #1

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

Merged
merged 9,940 commits into from
Jun 10, 2018
Merged

Merge from symfony-docs #1

merged 9,940 commits into from
Jun 10, 2018

Conversation

TerjeBr
Copy link
Owner

@TerjeBr TerjeBr commented Jun 10, 2018

No description provided.

javiereguiluz and others added 30 commits May 18, 2018 16:29
…e (javiereguiluz)

This PR was squashed before being merged into the 2.7 branch (closes #9795).

Discussion
----------

Use gender-neutral language in the main Serializer article

Commits
-------

1e4bc44 Use gender-neutral language in the main Serializer article
…e (javiereguiluz)

This PR was squashed before being merged into the 2.7 branch (closes #9795).

Discussion
----------

Use gender-neutral language in the main Serializer article

Commits
-------

a9475ba Use gender-neutral language in the main Serializer article
This PR was merged into the 3.4 branch.

Discussion
----------

Fix missing `;` in the samples

Fix the sample PHP code so the syntax is valid :)

Commits
-------

da8f6ea Fix missing `;` in the samples
This PR was merged into the 3.4 branch.

Discussion
----------

Fix error on @MaxDepth property

Change property annotation according to documentation

<!--

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

2ce9d9c Fix error on @MaxDepth property for annotation, yaml and xml. Change property according to documentation
This PR was merged into the 2.7 branch.

Discussion
----------

Removed the term "simple" from creating a new page

Something that's simple for me, might not be simple for a developer who is new to Symfony. I think this is a friendlier approach to the process of creating a new page.

I haven't checked the other docs as I quickly pressed edit when I noticed this.

Commits
-------

292d6ea Removed the term "simple" from creating a new page
…iereguiluz)

This PR was submitted for the 4.0 branch but it was squashed and merged into the 3.4 branch instead (closes #9793).

Discussion
----------

Added a caution note about env vars and the profiler

This fixes #9540.

Commits
-------

1c426f7 Added a caution note about env vars and the profiler
…ocs (javiereguiluz)

This PR was squashed before being merged into the 4.1 branch (closes #9775).

Discussion
----------

Document the hidden services and update debug:container docs

This fixes #9658.

Commits
-------

8010808 Document the hidden services and update debug:container docs
* 2.7:
  Use gender-neutral language in the main Serializer article
  [#9497] fix typo
  Removed the term "simple" from creating a new page
  Update datetime.rst
  components/phpunit_bridge.rst
  Add best practice note about version
  Use is_numeric()
  [Console] Fix SymfonyStyle::ask usage
  Update BC policy to tell about adding/removing return types
* 2.8:
  Use gender-neutral language in the main Serializer article
  Removed the term "simple" from creating a new page
  Update datetime.rst
  components/phpunit_bridge.rst
  Add best practice note about version
  Use is_numeric()
  drop deprecated config value
  [Console] Fix SymfonyStyle::ask usage
  Update BC policy to tell about adding/removing return types
* 3.4: (24 commits)
  Added a caution note about env vars and the profiler
  Use gender-neutral language in the main Serializer article
  Fix error on @MaxDepth property for annotation, yaml and xml. Change property according to documentation
  Link to the asset component documentation
  New section about JSON file manifest strategy
  Removed the term "simple" from creating a new page
  Update datetime.rst
  components/phpunit_bridge.rst
  Add best practice note about version
  Fixed formatting
  Autowiring - Rephrase aliasing when multiple classes implement same interface
  Use is_numeric()
  ...
* 4.0: (27 commits)
  Added a caution note about env vars and the profiler
  Use gender-neutral language in the main Serializer article
  Fix error on @MaxDepth property for annotation, yaml and xml. Change property according to documentation
  Link to the asset component documentation
  New section about JSON file manifest strategy
  Removed the term "simple" from creating a new page
  classname typo fixed
  Update datetime.rst
  components/phpunit_bridge.rst
  Add best practice note about version
  Fixed formatting
  Autowiring - Rephrase aliasing when multiple classes implement same interface
  ...
This PR was merged into the 3.4 branch.

Discussion
----------

Fix issue #9798

see #9798

Commits
-------

5d53e72 Fix issue #9798
This PR was merged into the 4.0 branch.

Discussion
----------

Grammar fix - Change "you're" to "your"

<!--

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

e4f50dc Grammar fix - Change "you're" to "your"
…ce types (yceruto)

This PR was merged into the 4.1 branch.

Discussion
----------

[Form] Add choice_translation_locale option for Intl choice types

closes #9657

Commits
-------

bf10fd2 Add the new choice translation locale option to Intl form types
…luz)

This PR was merged into the 3.4 branch.

Discussion
----------

Add the class attribute for service factories

This tries to fix #9716 ... but it needs validation from some experts in this topic. Thanks!

Commits
-------

4a492b8 Add the class attribute for service factories
* 4.0:
  Grammar fix - Change "you're" to "your"
  Fix issue #9798
This PR was submitted for the master branch but it was merged into the 4.0 branch instead (closes #9746).

Discussion
----------

Add service binding to argument name example

I just learned this is possible - thought it should be documented.

Commits
-------

6b1f9c1 add service binding to argument name example
This PR was submitted for the 4.0 branch but it was squashed and merged into the 3.4 branch instead (closes #9695).

Discussion
----------

Update 3.3-di-changes.rst

Related to #9676 (review)

Commits
-------

bebe9a0 Update 3.3-di-changes.rst
Calinou and others added 29 commits June 3, 2018 15:02
…tion (sroze)

This PR was merged into the 4.1 branch.

Discussion
----------

[Serializer] Fix the interface/abstract classes documentation

See symfony/symfony#27451

Commits
-------

af9726d Fix the interface/abstract classes documentation
This PR was merged into the 3.4 branch.

Discussion
----------

Fix typo in Memcached adapter documentation

PS: I sent this pull request against the `3.4` branch; is that OK? This issue first appeared in the `3.3` branch but that branch now only receives security fixes according to the maintenance roadmap.

Commits
-------

2fe1f7e Fix typo in Memcached adapter documentation
The validator waits for a `config/validator` folder structure if we use the "file" approach, this structure must be respected.
…ikingone, javiereguiluz)

This PR was submitted for the 4.1 branch but it was merged into the 4.0 branch instead (closes #9870).

Discussion
----------

fix(Caution): Validator folder for YAML or XML format

Hi,

The validator waits for a `config/validator` folder structure if we use the "file" approach, this structure must be respected, it could be a great idea to informat that the structure is mandatory.

Commits
-------

2f29f7a Reword
bc83185 fix(Caution): Validator folder for YAML or XML format
…aviereguiluz)

This PR was merged into the master branch.

Discussion
----------

Add doc for framework.cache.pools.tags

cheers

Commits
-------

08c5702 Added the versionadded directive
06427eb Add doc for framework.cache.pools.tags
Change 4.0 to 4.1
…atorz, javiereguiluz)

This PR was merged into the 3.4 branch.

Discussion
----------

Add composer require symfony/webpack-encore-pack

If not  using flex

<!--

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

22a061b Simplify
fa74f26 Add composer require symfony/webpack-encore-pack
The link is missing from the fundamentals listing.
This PR was submitted for the 4.1 branch but it was merged into the 3.4 branch instead (closes #9879).

Discussion
----------

Add link to configuration documentation

The link is missing from the fundamentals listing.

<!--

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

b4761a3 Add link to configuration documentation
This PR was merged into the 2.8 branch.

Discussion
----------

Reword the intro of a console article

Minor reword to avoid issues like #9857.

Commits
-------

ae79eef Reword the intro of a console article
The variable name `choice_value` did not contain the `$`.
This PR was submitted for the 4.1 branch but it was merged into the 3.4 branch instead (closes #9876).

Discussion
----------

Fix typo for variable name

The variable name `choice_value` did not contain the `$`.

Commits
-------

823970b Fix typo for variable name
I don't know if it's an error, but common practices is to define services in `app/config/services.yml`
This PR was submitted for the 4.1 branch but it was merged into the 2.8 branch instead (closes #9884).

Discussion
----------

Fixed typo

<!--

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

ccb0e43 Fixed typo
This PR was merged into the 2.8 branch.

Discussion
----------

Change code file location

I don't know if it's a "mistake", but common practices is to define services in `app/config/services.yml`

<!--

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

9960f0c Fixed some wrong file paths
8e2ff4a Change code file location
This PR was merged into the 4.1 branch.

Discussion
----------

Update upgrade_major.rst

Change 4.0 to 4.1

<!--

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

6bab68e Update upgrade_major.rst
* 2.8:
  Fixed some wrong file paths
  Fixed typo
  Change code file location
  Reword the intro of a console article
* 3.4:
  Fixed some wrong file paths
  Change code file location
  Fix typo for variable name
  Add link to configuration documentation
  Add composer require symfony/webpack-encore-pack
  Reword the intro of a console article
  Fix typo in Memcached adapter documentation
* 4.0:
  Fixed some wrong file paths
  Change code file location
  Fix typo for variable name
  Add link to configuration documentation
  Add composer require symfony/webpack-encore-pack
  Reword the intro of a console article
  fix(Caution): Validator folder for YAML or XML format
  Fix typo in Memcached adapter documentation
* 4.1:
  Fixed some wrong file paths
  Change code file location
  Fix typo for variable name
  Add link to configuration documentation
  Update upgrade_major.rst
  Add composer require symfony/webpack-encore-pack
  Reword the intro of a console article
  fix(Caution): Validator folder for YAML or XML format
  Fix the interface/abstract classes documentation
  Fix typo in Memcached adapter documentation
  [#9507] add versionadded directive
  Revert "[#9507] remove csv processor, it was added in 4.1"
  [#9507] remove csv processor, it was added in 4.1
@TerjeBr TerjeBr merged commit 49706d4 into TerjeBr:master Jun 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.