Marton Kiss e22e0752e3 Follow profile picture changes in openstack.org profile
Until the openstackid.org oauth2 not returns the hash of the profile picture
or a ttl of the last change that auth module can check, the pictures
expiring in every 24h. TTL time is stored in user profile as oauth2_picture_ttl
parameter, and authentication retriggers user profile save hooks when the
ttl is expired, resulting of refetch of the user's picture.

Change-Id: I01c84864d61248bf45932d21c21f5b62983d5df2
StoryId: 2000114
2015-01-22 14:25:50 +01:00
2013-08-14 20:54:21 +02:00
2014-06-17 13:06:35 +02:00
2015-01-15 21:47:23 +01:00
2015-01-15 21:47:23 +01:00
2013-11-05 01:04:42 +08:00
2014-12-31 18:03:58 +01:00
2014-06-10 19:56:35 +02:00

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

Description
OpenStack Groups community portal
Readme 3.1 MiB
Languages
SCSS 35.7%
PHP 26.6%
CSS 13.2%
Diff 8.4%
Gettext Catalog 8.3%
Other 7.8%