Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit fc1c741

Browse files
authored
Removing invaid @todo. (#386)
* Adding CHANGELOG.md updates for 8.4.1. * Updating install instructions to require blt 8.3 minimum. * Updating verbosity of properties. * Removing unused profile.contrib variable. * Removing invaid @todo.
1 parent 6d903d0 commit fc1c741

File tree

6 files changed

+56
-28
lines changed

6 files changed

+56
-28
lines changed

CHANGELOG.md

+50-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
# Change Log
22

3-
## [8.4.0](https://github.com/acquia/blt/tree/8.4.0) (2016-09-08)
3+
## [8.4.1](https://github.com/acquia/blt/tree/8.4.1) (2016-09-12)
4+
[Full Changelog](https://github.com/acquia/blt/compare/8.4.0...8.4.1)
5+
6+
**Implemented enhancements:**
7+
8+
- BLT presumes sites/default, complicates multisite settings [\#380](https://github.com/acquia/blt/issues/380)
9+
- Automate execution of `blt update` after composer update [\#341](https://github.com/acquia/blt/issues/341)
10+
- Install BLT alias automatically for developers [\#284](https://github.com/acquia/blt/issues/284)
11+
- Making vm:init task more verbose. [\#376](https://github.com/acquia/blt/pull/376) ([grasmash](https://github.com/grasmash))
12+
- Replacing external Phing random string task with internal one. [\#375](https://github.com/acquia/blt/pull/375) ([grasmash](https://github.com/grasmash))
13+
- Added search modules [\#374](https://github.com/acquia/blt/pull/374) ([danepowell](https://github.com/danepowell))
14+
- Chmod settings.php to 644 instead of 755 [\#370](https://github.com/acquia/blt/pull/370) ([bkosborne](https://github.com/bkosborne))
15+
- Fixes \#341 \#284: Automating alias installation and template updates. [\#368](https://github.com/acquia/blt/pull/368) ([grasmash](https://github.com/grasmash))
16+
17+
**Fixed bugs:**
18+
19+
- fatal: A branch named 'master-build' already exists. [\#381](https://github.com/acquia/blt/issues/381)
20+
- Fixing multiple deployment target bug. [\#373](https://github.com/acquia/blt/pull/373) ([grasmash](https://github.com/grasmash))
21+
- Revert "Modify deploy phing to enable multiple environment deployments." [\#372](https://github.com/acquia/blt/pull/372) ([grasmash](https://github.com/grasmash))
22+
- Modify deploy phing to enable multiple environment deployments. [\#363](https://github.com/acquia/blt/pull/363) ([marksakurada](https://github.com/marksakurada))
23+
24+
**Closed issues:**
25+
26+
- Move all common settings files to `sites/all/settings` [\#147](https://github.com/acquia/blt/issues/147)
27+
28+
**Misc merged pull requests**
29+
30+
- Updating documentation. [\#383](https://github.com/acquia/blt/pull/383) ([grasmash](https://github.com/grasmash))
31+
- Fixes \#380: Allow $site\_dir to be defined for multisite. [\#382](https://github.com/acquia/blt/pull/382) ([grasmash](https://github.com/grasmash))
32+
- Update RELEASE.md [\#378](https://github.com/acquia/blt/pull/378) ([grasmash](https://github.com/grasmash))
33+
- Updating CONTRIBUTING.md and RELEASE.md [\#371](https://github.com/acquia/blt/pull/371) ([grasmash](https://github.com/grasmash))
34+
35+
## [8.4.0](https://github.com/acquia/blt/tree/8.4.0) (2016-09-09)
436
[Full Changelog](https://github.com/acquia/blt/compare/8.3.4...8.4.0)
537

638
**Implemented enhancements:**
@@ -30,7 +62,7 @@
3062
- Fixing bug in `blt init` [\#360](https://github.com/acquia/blt/pull/360) ([grasmash](https://github.com/grasmash))
3163
- Fixes \#356: deploy:acsf:init uses wrong docroot. [\#357](https://github.com/acquia/blt/pull/357) ([grasmash](https://github.com/grasmash))
3264

33-
**Merged pull requests:**
65+
**Misc merged pull requests**
3466

3567
- Fix the setup amp stack anchor. [\#355](https://github.com/acquia/blt/pull/355) ([naveenvalecha](https://github.com/naveenvalecha))
3668
- Adding CHANGELOG.md and generator settings. [\#354](https://github.com/acquia/blt/pull/354) ([grasmash](https://github.com/grasmash))
@@ -41,18 +73,18 @@
4173
**Implemented enhancements:**
4274

4375
- Move tests/phpunit/Bolt tests into /tests [\#295](https://github.com/acquia/blt/issues/295)
76+
- Completing pipelines build file. [\#351](https://github.com/acquia/blt/pull/351) ([grasmash](https://github.com/grasmash))
77+
- Tweaking verbosity. [\#349](https://github.com/acquia/blt/pull/349) ([grasmash](https://github.com/grasmash))
78+
- Increasing verbosity of all exec tasks. [\#347](https://github.com/acquia/blt/pull/347) ([grasmash](https://github.com/grasmash))
4479

4580
**Fixed bugs:**
4681

4782
- Configuration written to settings.php during install [\#345](https://github.com/acquia/blt/issues/345)
83+
- Issue \#345: Changing require\_once\(\) to require\(\). [\#346](https://github.com/acquia/blt/pull/346) ([grasmash](https://github.com/grasmash))
4884

49-
**Merged pull requests:**
85+
**Misc merged pull requests**
5086

5187
- Switch -Dbehat.param to path in single behat test example. [\#353](https://github.com/acquia/blt/pull/353) ([seanpclark](https://github.com/seanpclark))
52-
- Completing pipelines build file. [\#351](https://github.com/acquia/blt/pull/351) ([grasmash](https://github.com/grasmash))
53-
- Tweaking verbosity. [\#349](https://github.com/acquia/blt/pull/349) ([grasmash](https://github.com/grasmash))
54-
- Increasing verbosity of all exec tasks. [\#347](https://github.com/acquia/blt/pull/347) ([grasmash](https://github.com/grasmash))
55-
- Issue \#345: Changing require\_once\(\) to require\(\). [\#346](https://github.com/acquia/blt/pull/346) ([grasmash](https://github.com/grasmash))
5688

5789
## [8.3.2](https://github.com/acquia/blt/tree/8.3.2) (2016-08-31)
5890
[Full Changelog](https://github.com/acquia/blt/compare/8.3.1...8.3.2)
@@ -61,27 +93,27 @@
6193

6294
- NPM management of deployed front-end libraries [\#333](https://github.com/acquia/blt/issues/333)
6395
- Add nodejs frontend tools for drupalvm integration [\#324](https://github.com/acquia/blt/issues/324)
96+
- Removing DevDesktop settings include. [\#343](https://github.com/acquia/blt/pull/343) ([grasmash](https://github.com/grasmash))
97+
- Set perms on settings files. [\#342](https://github.com/acquia/blt/pull/342) ([danepowell](https://github.com/danepowell))
98+
- Adding an update.sh script. [\#339](https://github.com/acquia/blt/pull/339) ([grasmash](https://github.com/grasmash))
99+
- Issue \#333: Allow deployment of front-end libraries. [\#334](https://github.com/acquia/blt/pull/334) ([danepowell](https://github.com/danepowell))
64100

65101
**Fixed bugs:**
66102

67103
- override blt phing target [\#316](https://github.com/acquia/blt/issues/316)
68104
- drush.wrapper broken by xdebug message [\#315](https://github.com/acquia/blt/issues/315)
69105
- PHPUnit Tests should load project.local.yml [\#309](https://github.com/acquia/blt/issues/309)
106+
- Removing Phantom JS CDN URL. [\#340](https://github.com/acquia/blt/pull/340) ([grasmash](https://github.com/grasmash))
107+
- Fixes \#315: Resolving xdebug and drush.wrapper bug. [\#337](https://github.com/acquia/blt/pull/337) ([grasmash](https://github.com/grasmash))
108+
- Ignoring a lightning patch. [\#335](https://github.com/acquia/blt/pull/335) ([grasmash](https://github.com/grasmash))
70109

71110
**Closed issues:**
72111

73112
- Clean up the Continuous Integration instructions [\#319](https://github.com/acquia/blt/issues/319)
74113

75-
**Merged pull requests:**
114+
**Misc merged pull requests**
76115

77-
- Removing DevDesktop settings include. [\#343](https://github.com/acquia/blt/pull/343) ([grasmash](https://github.com/grasmash))
78-
- Set perms on settings files. [\#342](https://github.com/acquia/blt/pull/342) ([danepowell](https://github.com/danepowell))
79-
- Removing Phantom JS CDN URL. [\#340](https://github.com/acquia/blt/pull/340) ([grasmash](https://github.com/grasmash))
80-
- Adding an update.sh script. [\#339](https://github.com/acquia/blt/pull/339) ([grasmash](https://github.com/grasmash))
81-
- Fixes \#315: Resolving xdebug and drush.wrapper bug. [\#337](https://github.com/acquia/blt/pull/337) ([grasmash](https://github.com/grasmash))
82116
- The URL in template README.md is malformed [\#336](https://github.com/acquia/blt/pull/336) ([bhasselbeck](https://github.com/bhasselbeck))
83-
- Ignoring a lightning patch. [\#335](https://github.com/acquia/blt/pull/335) ([grasmash](https://github.com/grasmash))
84-
- Issue \#333: Allow deployment of front-end libraries. [\#334](https://github.com/acquia/blt/pull/334) ([danepowell](https://github.com/danepowell))
85117
- Added tips on features wrappers. [\#330](https://github.com/acquia/blt/pull/330) ([danepowell](https://github.com/danepowell))
86118
- Setup and deploy should install frontend dependencies. [\#327](https://github.com/acquia/blt/pull/327) ([danepowell](https://github.com/danepowell))
87119
- Felt backwards to me. [\#326](https://github.com/acquia/blt/pull/326) ([justinlevi](https://github.com/justinlevi))
@@ -114,7 +146,7 @@
114146
- Site installs crash if files directory is not empty [\#128](https://github.com/acquia/blt/issues/128)
115147
- Installation script fails when using VM and configuration directory exists [\#64](https://github.com/acquia/blt/issues/64)
116148

117-
**Merged pull requests:**
149+
**Misc merged pull requests**
118150

119151
- Resolves \#204: Removing architecture.md. [\#303](https://github.com/acquia/blt/pull/303) ([grasmash](https://github.com/grasmash))
120152
- Improving upgrade path. [\#302](https://github.com/acquia/blt/pull/302) ([grasmash](https://github.com/grasmash))
@@ -196,7 +228,7 @@
196228
- composer install is run twice on initial setup [\#8](https://github.com/acquia/blt/issues/8)
197229
- Switch documentation to not use line breaks at 80 cols [\#4](https://github.com/acquia/blt/issues/4)
198230

199-
**Merged pull requests:**
231+
**Misc merged pull requests**
200232

201233
- Resolves \#243: Document how to run a partial set of tests. [\#282](https://github.com/acquia/blt/pull/282) ([grasmash](https://github.com/grasmash))
202234
- Resolves \#219: Documenting committing dependencies. [\#280](https://github.com/acquia/blt/pull/280) ([grasmash](https://github.com/grasmash))
@@ -352,4 +384,4 @@
352384

353385

354386

355-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
387+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

INSTALL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To add BLT to a pre-existing Drupal project, do the following:
5151
1. `cd` into your existing project directory.
5252
1. Add BLT via composer:
5353

54-
composer require acquia/blt:~8
54+
composer require acquia/blt:^8.3
5555

5656
1. Follow instructions for [Setting up your \*AMP stack](#set-up-your-42amp-stack)
5757
1. Follow instructions for <a href="#build-your-projects-local-dependencies-and-install-drupal-locally">installing Drupal locally</a>. Don't install Drupal locally using your web browser.
@@ -88,7 +88,7 @@ If you are using an older version of BLT that was not installed using Composer,
8888

8989
1. Require acquia/blt as a dev dependency:
9090

91-
composer require acquia/blt:~8 --no-update
91+
composer require acquia/blt:^8.3 --no-update
9292

9393
1. Update all dependencies:
9494

phing/build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
<if>
2525
<isset property="import" />
2626
<then>
27-
<echo>Importing custom Phing file ${import}.</echo>
27+
<echo level="verbose">Importing custom Phing file ${import}.</echo>
2828
<import file="${import}"/>
2929
</then>
3030
<else>
31-
<echo level="debug">No custom Phing file specified.</echo>
31+
<echo level="verbose">No custom Phing file specified.</echo>
3232
</else>
3333
</if>
3434

phing/tasks/properties.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
</then>
2424
</if>
2525

26-
<echo level="debug">Executing commands against multisite "${multisite.name}"</echo>
26+
<echo level="verbose">Executing commands against multisite "${multisite.name}"</echo>
2727

2828
<!-- Default drush alias. -->
2929
<property name="drush.alias" value="${drush.default_alias}" override="false" logoutput="false"/>
3030
<!--If alias is not self, then we do not specify the drush root. The drush alias itself should define this in its docroot key.-->
3131
<if>
3232
<not><equals arg1="${drush.alias}" arg2="self"/></not>
3333
<then>
34-
<echo level="debug">Unsetting drush.root because a remote alias is being used.</echo>
34+
<echo level="verbose">Unsetting drush.root because a remote alias is being used.</echo>
3535
<property name="drush.root" value="" override="true"/>
3636
</then>
3737
</if>

phing/tasks/setup.xml

-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@
6464
<exec dir="${docroot}/sites/default" command="grep vendor/acquia/blt/settings/blt.settings.php settings.php || echo 'require DRUPAL_ROOT . &quot;/../vendor/acquia/blt/settings/blt.settings.php&quot;;' >> settings.php" logoutput="true" checkreturn="true" level="info"/>
6565

6666
<echo>Generating local settings files.</echo>
67-
<!--@todo Check that install_profile is set in settings.php.-->
68-
<!--$settings['install_profile'] = '${project.profile.name}';-->
6967

7068
<if>
7169
<not><available file="${repo.root}/project.local.yml" type="file" /></not>

template/project.yml

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ project:
88
profile:
99
# You can generate a custom profile by running '../vendor/bin/drupal generate:profile' from the docroot.
1010
name: 'lightning'
11-
# Please ensure contrib profiles are also in your composer.json file.
12-
contrib: true
1311
# This will be used as the local uri for all developers.
1412
local:
1513
protocol: http

0 commit comments

Comments
 (0)