-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from creative-commoners/pulls/2.0/upgrade-ss4
Review SS4 update
- Loading branch information
Showing
8 changed files
with
56 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
/.gitignore export-ignore | ||
/.travis.yml export-ignore | ||
/.scrutinizer.yml export-ignore | ||
/codecov.yml export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
en: | ||
SilverStripe\MultiForm\MultiForm: | ||
BACK: Back | ||
NEXT: Next | ||
SUBMIT: Submit | ||
SilverStripe\MultiForm\MultiFormSession: | ||
SilverStripe\MultiForm\Models\MultiFormSession: | ||
PLURALNAME: 'Multi Form Sessions' | ||
PLURALS: | ||
one: 'A Multi Form Session' | ||
other: '{count} Multi Form Sessions' | ||
SINGULARNAME: 'Multi Form Session' | ||
SilverStripe\MultiForm\MultiFormStep: | ||
SilverStripe\MultiForm\Models\MultiFormStep: | ||
BACK: Back | ||
NEXT: Next | ||
PLURALNAME: 'Multi Form Steps' | ||
PLURALS: | ||
one: 'A Multi Form Step' | ||
other: '{count} Multi Form Steps' | ||
SINGULARNAME: 'Multi Form Step' | ||
SUBMIT: Submit | ||
SilverStripe\MultiForm\MultiForm: | ||
ProgressPercent: 'You''ve completed {percent}% ({completedSteps}/{totalSteps})' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ruleset name="SilverStripe"> | ||
<description>CodeSniffer ruleset for SilverStripe coding conventions.</description> | ||
|
||
<rule ref="PSR2" > | ||
<!-- Current exclusions --> | ||
<exclude name="PSR1.Methods.CamelCapsMethodName" /> | ||
</rule> | ||
</ruleset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters