Skip to content

[WIP] Cleaned up the admin, also made locale support disabled by default #58

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 1 commit into from
Aug 21, 2013

Conversation

lsmith77
Copy link
Member

Q A
Bug fix? yes
New feature? yes
BC breaks? yes (locale off by default)
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

requires symfony-cmf/routing-bundle#157

* @param Boolean $addLocalePattern whether to add "/{_locale}" to the route pattern
*/
public function __construct($addFormatPattern = false, $addLocalePattern = true)
public function __construct($addFormatPattern = false, $addTrailingSlash = false, $addLocalePattern = false)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

locale support is now off by default

lsmith77 added a commit that referenced this pull request Aug 21, 2013
[WIP] Cleaned up the admin, also made locale support disabled by default
@lsmith77 lsmith77 merged commit e25d93a into master Aug 21, 2013
@lsmith77 lsmith77 deleted the admin_cleanups branch August 21, 2013 18:46
@lsmith77 lsmith77 mentioned this pull request Aug 21, 2013
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.

1 participant