Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[WCM] Document constraint validator alias optional#6055

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

Closed
Mx-Glitter wants to merge23 commits intosymfony:masterfromMx-Glitter:fix-constraint-validator-alias-required
Closed

[WCM] Document constraint validator alias optional#6055

Mx-Glitter wants to merge23 commits intosymfony:masterfromMx-Glitter:fix-constraint-validator-alias-required

Conversation

@Mx-Glitter
Copy link
Contributor

QA
Doc fix?yes
New docs?no (symfony/symfony#17074)
Applies tomaster
Fixed tickets

Same as#5952 but on master branch.

@Mx-GlitterMx-Glitter changed the titleDocument constraint validator alias optional[WCM] Document constraint validator alias optionalDec 20, 2015
xabbuhand others added21 commitsFebruary 10, 2016 19:11
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes#6256).Discussion----------Fixed code exampleThe new subscriber must be called after the default listener. The default sets the locale as````php$locale = $request->attributes->get('_locale');$request->setLocale($locale);````which overwrites any local set before it.Commits-------50bca94 Fixed code example
This PR was merged into the 2.3 branch.Discussion----------Rewrite EventDispatcher introduction| Q | A| --- | ---| Doc fix? | yes| New docs? | no| Applies to | 2.3+| Fixed tickets | -The event dispatcher docs were a bit old. I discovered it talked about bundles (while it's the components section).While reviewing the article, I've also removed some redundant things (creating special sub event classes was mentioned many times). I've also tried to reword things a bit and introduce new (more commonly used) concepts for events.Commits-------e148cb4 Rewrite EventDispatcher introduction
…tion article (xabbuh)This PR was merged into the 2.3 branch.Discussion----------[Cookbook][Doctrine] some tweaks to the Doctrine registration articleCommits-------999e783 some tweaks to the Doctrine registration article
| Q                | A| --------------- | ----| Doc fix?      | yes| New docs? | no| Applies to   | all
This PR was merged into the 2.3 branch.Discussion----------[Cookbook][Bundles]fix yaml syntax| Q                | A| --------------- | ----| Doc fix?      | yes| New docs? | no| Applies to   | allCommits-------d25a312 fix yaml syntax
This PR was merged into the 2.3 branch.Discussion----------mention routing from the database| Q             | A| ------------- | ---| Doc fix?      | no| New docs?     | yes| Applies to    | 2.3+| Fixed tickets |#2186, relates to#5709if we merge#6020, we might want to put this as subsection of the extending_routing sectionCommits-------c458431 mention routing from the database
…rface::ABSOLUTE_URI (eriwin)This PR was merged into the 2.3 branch.Discussion----------[Book] [Routing] Fix third param true to UrlGeneratorInterface::ABSOLUTE_URI| Q             | A| ------------- | ---| Doc fix?      | yes| New docs?     | no| Applies to    | all| Fixed tickets |symfony/symfony#16991This was forgotten in#6009Commits-------ec53faa Updated third param true to UrlGeneratorInterface::ABSOLUTE_URl in text Generating Absolute URLs
…er-denis)This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes#6278).Discussion----------[HttpFoundation] Fix typo for ParameterBag getters[HttpFoundation] Fix typo for max number of arguments for ParameterBag getters| Q             | A| ------------- | ---| Doc fix?      | yes| New docs?     | no| Applies to    | 2.7| Fixed tickets | ~Commits-------9a06dab [HttpFoundation] Fix typo for ParameterBag getters
Wrong closing tag for "container" tag in first XML services definition
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes#6288).Discussion----------Update factories.rstWrong closing tag for "container" tag in first XML services definitionCommits-------7973328 Update factories.rst
I'm proposing this change after spending an hour trying to work out why my Repository class wasn't loading.Thanks to `ysor123` on IRC, we diagnosed the problem was the XML mapping files generated when reverse engineering my database, which I hadn't deleted.This is obliquely referred to athttp://symfony.com/doc/current/book/doctrine.html#add-mapping-information:> A bundle can accept only one metadata definition format. For example, it's not possible to mix YAML metadata definitions with annotated PHP entity class definitions.It'd be great to clarify this for future readers.
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes#6251).Discussion----------To use annotations, files must be removed| Q             | A| ------------- | ---| Doc fix?      | yes| New docs?     | no| Applies to    | Tested on 3.0| Fixed tickets | N/AI'm proposing this change after spending an hour trying to work out why my Repository class wasn't loading.Thanks to `ysor123` on IRC, we diagnosed the problem was the XML mapping files generated when reverse engineering my database, which I hadn't deleted.This is obliquely referred to athttp://symfony.com/doc/current/book/doctrine.html#add-mapping-information:> A bundle can accept only one metadata definition format. For example, it's not possible to mix YAML metadata definitions with annotated PHP entity class definitions.It'd be great to clarify this for future readers.Commits-------06de6c0 Updated per xabbuh's comment6a526bf To use annotations, files must be removed
fabpot added a commit to symfony/symfony that referenced this pull requestFeb 23, 2016
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes#17074).Discussion----------Fix constraint validator alias being required| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | yes| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#16805| License       | MIT| Doc PR        |symfony/symfony-docs#6055This is my first contribution, so everything might not be in perfect order.Follow-up of#16841 on the right branch.Commits-------5136c30 Fix constraint validator alias being required
@Mx-Glitter
Copy link
ContributorAuthor

Closed in favor of#6300 on the right branch.

weaverryan added a commit that referenced this pull requestApr 26, 2016
This PR was merged into the 2.3 branch.Discussion----------Document constraint validator alias optional| Q             | A| ------------- | ---| Doc fix?      | yes| New docs?     | no (symfony/symfony#17074)| Applies to    | 2.3| Fixed tickets |Same as#6055 but on the 2.3 branch as the relevant Symfony PRsymfony/symfony#17074 was merged on 2.3.Commits-------873ede0 Document constraint validator alias optional
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

9 participants

@Mx-Glitter@xabbuh@dbu@wouterj@mhor@weaverryan@rendler-denis@velikanov@pbowyer

[8]ページ先頭

©2009-2025 Movatter.jp