-
Notifications
You must be signed in to change notification settings - Fork 334
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
Upgrade cms for new i18n backend #1724
Upgrade cms for new i18n backend #1724
Conversation
@@ -6,7 +6,7 @@ | |||
charset = utf-8 | |||
end_of_line = lf | |||
indent_size = 4 | |||
indent_style = tab | |||
indent_style = space |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay! But was this really supposed to be in this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be using psr2 now; I think some upgrades were missing from cms module though. I should run a formatter over it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh look, we never merged it. =( #1688
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebuilt at #1727. I'll revert from this PR.
dbc49a0
to
7de8207
Compare
I've reverted any presumptuous psr2 reformatting on SiteTree.php; I'll wait until we merge the main psr2 PR instead :D |
7de8207
to
f2f347b
Compare
f2f347b
to
fa2b871
Compare
Ok, I've updated the tests and fixed some german localisations for plurals. Should be passing now. :D note: CMS pr can be merged ahead of the framework, since it only fixes problems, it doesn't RELY on the new api for it to work. |
This is ready to merge. |
Required for silverstripe/silverstripe-framework#6558