Contrib modules added to sites/all/modules
in the last six month
git diff --stat=220 2014-08-01 2015-02-03 docroot/sites/all/modules/ | grep \.info | egrep -v '-' | egrep -o 'docroot/sites/all/modules/contrib/([^/]+)' | sort -u
- Download and install the latest Oracle VirtualBox.
- Download and install Vagrant.
- Add the path to directory containing
VBoxManage.exe
to yourPATH
environmental variable.(E.g. "C:\Program Files\Oracle\VirtualBox"). -
- In your local UCSF/Drupal7 Git repo, pull in the Puppet modules as Git submodules. From the command line, you may do this by executing the following statement from within your repository root directory.
git submodule update --init
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT DISTINCT | |
session.title as session_title, session.attire_required, | |
session.equipment_required, session.supplemental, session.session_id, | |
session.published_as_tbd, | |
session_description.description, | |
session_type.title as session_type, session_type.session_type_id, | |
session_type.session_type_css_class, | |
offering.room, offering.start_date, offering.end_date, offering.offering_id, | |
course.title as course_title, course.course_id, course.year, | |
course.course_level, course.published_as_tbd AS course_published_as_tbd |