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

[FrameworkBundle] updated XML route description#9197

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

Merged
fabpot merged 1 commit intosymfony:masterfromjfsimon:feat-framework-descriptors
Oct 2, 2013

Conversation

@jfsimon
Copy link
Contributor

This PR turns

<routename="route_1"path="/hello/{name}"class="Symfony\Component\Routing\Route"path_regex="#^/hello(?:/(?P&lt;name&gt;[a-z]+))?$#s">

into

<routename="route_1"class="Symfony\Component\Routing\Route">    <pathregex="#^/hello(?:/(?P&lt;name&gt;[a-z]+))?$#s">/hello/{name}</path>

in XML routing description.

QA
Bug fix?yes
New feature?no
BC breaks?yes
Deprecations?no
Tests pass?yes
Fixed tickets#7887
LicenseMIT
Doc PRn/a

@fabpot
Copy link
Member

No need to work on that, everything is broken. I'm working on it: see#9195

fabpot added a commit that referenced this pull requestOct 2, 2013
This PR was merged into the master branch.Discussion----------[FrameworkBundle] updated XML route descriptionThis PR turns```xml<route name="route_1" path="/hello/{name}" path_regex="#^/hello(?:/(?P&lt;name&gt;[a-z]+))?$#s">```into```xml<route name="route_1">    <path regex="#^/hello(?:/(?P&lt;name&gt;[a-z]+))?$#s">/hello/{name}</path>```in XML routing description.| Q             | A| ------------- | ---| Bug fix?      | yes| New feature?  | no| BC breaks?    | yes| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#7887| License       | MIT| Doc PR        | n/aCommits-------7b99ede [FrameworkBundle] updated XML route description
@fabpotfabpot merged commit7b99ede intosymfony:masterOct 2, 2013
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

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@jfsimon@fabpot

[8]ページ先頭

©2009-2025 Movatter.jp