OpenStack Groups community portal
Go to file
Marton Kiss 20ef08a6e0 Organic groups patch to fix class override bug in subscription field
Organic groups 2.7 and actual dev version contain a bug that overrides
subscription field classes when it contains another #option attribute
insted of merge. drupal.org.make og module contains the local patch
until this bug is fixed in a stable upstream release.

Change-Id: Ic729e368c1eb07b56feef187bf3e1fe4c2cc31a2
2014-10-29 07:35:39 +01:00
images/avatars Openstack theme - set default avatar 2013-11-01 15:28:22 +01:00
modules Groups directory filter 2014-10-28 21:09:19 +01:00
patches Organic groups patch to fix class override bug in subscription field 2014-10-29 07:35:39 +01:00
scripts Disable verbose rsync in dev-build script 2014-10-28 14:34:17 +01:00
themes Groups directory filter 2014-10-28 21:09:19 +01:00
.gitreview Add .gitreview file. 2013-08-14 20:54:21 +02:00
README.md MD5 Publish Test 2014-06-10 19:56:35 +02:00
build-groups.make Fix drush make git repository 2014-06-18 13:10:51 +02:00
drupal-org-core.make Upgrade Drupal Core to 7.32 2014-10-16 06:11:07 +02:00
drupal-org.make Organic groups patch to fix class override bug in subscription field 2014-10-29 07:35:39 +01:00
events.json Refactor front page layout 2014-06-17 13:06:35 +02:00
groups-translations.make Include translations in build-process 2013-09-15 11:33:13 +02:00
groups.info Add Google Analytics module 2014-08-06 11:34:24 +02:00
groups.install Switch to bootstrap based theme 2014-10-28 16:36:29 +01:00
groups.json Groups demo content update 2013-11-05 01:04:42 +08:00
groups.profile Merge "Fix missing og_groups_ref fields from group contents" 2014-08-04 19:16:36 +00:00

README.md

OpenStack groups portal

Prerequisites

  • drush 7.x-5.8
  • LAMP environment capable of running Drupal 7.x

Build distribution

make stub file

Create build-groups.make file with following content:

api = 2
core = 7.x

; Include the definition of how to build Drupal core directly, including patches.
includes[] = "drupal-org-core.make"

; Download the Groups install profile and recursively build all its dependencies.
projects[groups][type] = "profile"
projects[groups][download][type] = "git"
projects[groups][download][url] = "https://github.com/openstack-infra/groups.git"
projects[groups][download][branch] = "master"

make distribution

$> drush make build-groups.make groups-dev.local

release tarballs

Development and release tarballs available at http://tarballs.openstack.org/groups