silverstripe-framework/tests/security
Sam Minnee 3ee8f505b7 MINORE: Remove training whitespace.
The main benefit of this is so that authors who make use of
.editorconfig don't end up with whitespace changes in their PRs.

Spaces vs. tabs has been left alone, although that could do with a
tidy-up in SS4 after the switch to PSR-1/2.

The command used was this:

for match in '*.ss' '*.css' '*.scss' '*.html' '*.yml' '*.php' '*.js' '*.csv' '*.inc' '*.php5'; do
	find . -path ./thirdparty -not -prune -o -path ./admin/thirdparty -not -prune -o -type f -name "$match" -exec sed -E -i '' 's/[[:space:]]+$//' {} \+
	find . -path ./thirdparty -not -prune -o -path ./admin/thirdparty -not -prune -o -type f -name "$match" | xargs perl -pi -e 's/ +$//'
done
2016-01-07 10:15:54 +13:00
..
BasicAuthTest.php Merge remote-tracking branch 'origin/3.1' into 3.2 2015-06-19 10:48:07 +12:00
BasicAuthTest.yml BUG Fix BasicAuth not resetting failed login counts on authentication 2014-10-24 14:19:12 +13:00
GroupCsvBulkLoaderTest_withExisting.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
GroupCsvBulkLoaderTest.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
GroupCsvBulkLoaderTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
GroupCsvBulkLoaderTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
GroupTest.php BUG Guard against users being added to all groups on unsaved Group. 2015-12-11 14:51:51 +13:00
GroupTest.yml BUGFIX Nested Group records should be removed, along with the parent. 2012-03-28 22:49:58 +13:00
MemberAuthenticatorTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberCsvBulkLoaderTest_cleartextpws.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberCsvBulkLoaderTest_withGroups.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberCsvBulkLoaderTest.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberCsvBulkLoaderTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
MemberCsvBulkLoaderTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
PasswordEncryptorTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PasswordValidatorTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PermissionCheckboxSetFieldTest.php Replace core uses of DataObject::has_one/has_many/many_many 2015-03-13 16:16:12 +00:00
PermissionCheckboxSetFieldTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
PermissionRoleTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PermissionRoleTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
PermissionTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
PermissionTest.yml FIX Members can access their own profiles in CMS 2015-08-26 15:47:51 +01:00
RandomGeneratorTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
SecurityDefaultAdminTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
SecurityTest.php FEATURE: implement getter and setter usage for response 2015-08-29 10:24:06 +12:00
SecurityTokenTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00