silverstripe-framework/admin/javascript
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
..
jquery-changetracker MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
jquery-fitheighttoparent MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
lang MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CMSSecurity.js API Enable re-authentication within the CMS if a user session is lost 2014-10-14 15:19:48 +13:00
leaktools.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LeftAndMain.ActionTabSet.js Don't try to unbind events from inside top-level iframes 2015-11-01 06:14:30 +13:00
LeftAndMain.BatchActions.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LeftAndMain.Content.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LeftAndMain.EditForm.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LeftAndMain.FieldDescriptionToggle.js Add toggleable description to CMS fields 2015-04-24 11:40:29 +12:00
LeftAndMain.FieldHelp.js BUG Fix several issues around onmatch/onunmatch entwines. 2014-07-17 14:14:52 +12:00
LeftAndMain.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LeftAndMain.Layout.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LeftAndMain.Menu.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LeftAndMain.Panel.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LeftAndMain.Ping.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LeftAndMain.Preview.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LeftAndMain.Tree.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LeftAndMain.TreeDropdownField.js FIX 7763 TreeDropdownField needs to refresh after CMS edit form save 2012-08-29 10:52:56 +12:00
lib.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberDatetimeOptionsetField.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberImportForm.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ModelAdmin.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
SecurityAdmin.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ssui.core.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00