Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Releases: forumone/web-starter

v1.1.18

22 Jun 13:38
Compare
Choose a tag to compare

The following changes were made:

  • Added SSL available on port 443
  • Changed download method for Drush to Github
  • Added Composer
  • Changed default Drush version to 7.0.0
  • Updated NPM packages, resolves #84
  • Updated various Grunt package versions, resolves #79
  • Added fixed UID and GID for non-NFS capable hosts, resolves #77
  • Changed Gemfile to load dependencies from theme Gemfile, resolves #65
  • Moved drush tasks in deployment to prevent errors on initial deployment, resolves #39
  • Added Rake task for Search API
  • Fixed rsync problem with latest version of Capistrano, resolves #59
  • Updated alias file template to unset remote-host, resolves #53

v1.1.17

11 Mar 18:14
Compare
Choose a tag to compare
  • Updating to 1.1.24 of puppet-forumone to resolve some package issues with Ruby
  • Install librarian package dependencies in install shell script

v1.1.16

03 Feb 16:35
Compare
Choose a tag to compare
  • Updated to 1.1.21 of puppet-forumone
  • Changed scheme for puppetforge, resolves #55

v1.1.15

06 Jan 17:56
Compare
Choose a tag to compare
  • Updated to 1.1.20 of puppet-forumone, resolves mailcatcher issue
  • Removed hard-coded references to "public" webroot
  • Switched to use load-grunt-tasks instead of manually declaring then in Gruntfile.js

v1.1.14

17 Nov 20:05
Compare
Choose a tag to compare
  • Changed ".cap" to ".rake" to make more clear they are Rake tasks
  • Refactored tasks to allow for different platforms
  • Added documentation to Drupal platform add-on and tasks
  • Added build script tasks for rsync
  • Added tasks and platform for WordPress and WP-CLI
  • Updated to 1.1.19 of puppet-forumone
  • Adding yeoman templates
  • Adding .gitattributes to control LF for shell scripts
  • Updating default PHP version to 5.4
  • Updating drupal.make theme to use gesso contrib
  • Updating Rake tasks for WordPress

v1.1.13

19 Jul 20:14
Compare
Choose a tag to compare
  • Added Capistrano task to copy database from a drush alias cap dev drush:sqlsync source=@site.stage
  • Added Capistrano task to copy files from a drush alias cap dev drush:rsync source=@site.stage
  • Added ability to have a Vagrantfile.local file that will override settings in the checked in Vagrantfile
  • Added example drush alias file
  • Added post-provision example script that copies configuration files and drush aliases if they exist
  • Updated to 1.1.18 of puppet-forumone
  • Added configuration to example settings.vm.php to disable Google Analytics, Secure Pages and core search indexing
  • Updated max_execution_time for Drupal to 180 seconds
  • Updated example post-provision script to copy .htaccess if it exists
  • Added support for vagrant-cachier plugin
  • Fixed issue with copying drush aliases when they do not exist
  • Forced version 1.0.3 of Librarian Puppet to prevent issue with CentOS Ruby version

v1.1.12

19 Jul 20:16
Compare
Choose a tag to compare
  • Changing meaning of roles. App is where Drupal is intended to live, so it symlinks settings, htaccess, etc. App is where Varnish is cleared. DB is where drush commands that affect the database are executed.

v1.1.11

19 Jul 20:16
Compare
Choose a tag to compare
  • Test for the readability of /etc/varnish/secret before trying to use varnishadm
  • Updated to new format of references for Librarian
  • Copy robots.txt for stage
  • Execute drush commands on all sites defined in :site_url
  • Added memcache module to drush.make

v1.1.10

19 Jul 20:17
Compare
Choose a tag to compare
  • Added custom SSH configuration
  • Changed to use array for Drupal sites and host names to support multi-site deployments

v1.1.9

19 Jul 20:17
Compare
Choose a tag to compare
  • Added example drupal settings.php file for VM
  • Added example post-provision script
  • Updated to 1.1.14 of puppet-forumone
  • Changed execution of post-provision script to use source to avoid issues with NTFS
  • Changed npm install to use --no-bin-links to avoid NTFS issues
  • Replace project-specific paths in Gruntfile to more useful defaults
  • Added host specification for Acquia
  • Updating to PHP 5.3 from IUS
  • Changed starting database name and user/password to be less drupal specific