silverstripe-framework/dev/install
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
..
css MINOR Install screen visual tweaks, more visible disabled state on install button, conditional version number (to avoid it showing without a version), referencing new theme in install screen, using new layout in install progress screen as well 2012-04-11 16:49:31 +02:00
images ENHANCEMENT:added logo to header on ss3 install page - plus compass regenerated icon sprites. 2012-04-05 11:18:11 +12:00
scss MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
config-form.html MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
config.rb ENHANCEMENT Installer styling, moving away from blackcandy 2012-04-11 22:51:10 +12:00
DatabaseAdapterRegistry.php Fixing function that should be declared as static. 2014-07-11 15:23:44 +12:00
DatabaseConfigurationHelper.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
install.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
install.php Raised minimum PHP Veresion to 5.3.3 2013-10-23 11:10:42 +03:00
install.php5 MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MySQLDatabaseConfigurationHelper.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
php5-required.html Raised minimum PHP Veresion to 5.3.3 2013-10-23 11:10:42 +03:00