Maintainers strive to actively monitor issues and respond in a timely manner.

XMLsitemap Images

This module extends features of XML Sitemap module.
According to Google Webmaster Tools Help (http://www.google.com/support/webmasters/bin/answer.py?answer=178636) we are able to add additional information about important images on site pages.
This module will add information about all published images (from image fields in content types) to XML Sitemap.

Features plan
To create ability to choose what image fields will be added to sitemap (so add setting in field edit)

Installation notes

1) Place this module directory in your "modules" folder (this will usually be
"sites/all/modules/"). Don't install your module in Drupal core's "modules"
folder, since that will cause problems and is bad practice in general. If
"sites/all/modules" doesn't exist yet, just create it.

2) Apply the patch to xmlsitemap module (xmlsitemap.patch). Instructions can be
found at http://drupal.org/patch/apply.
However, a quick reminder:
a) Change the directory to the root directory of your Drupal core:
cd /htdocs/example.com
b) Change the directory to the directory of your Drupal contributes module:
cd sites/all/modules
b) Copy the patch to this directory
cp xmlsitemap_images/xmlsitemap.patch xmlsitemap
c) Change the directory to the directory of your Drupal contributes module:

Drush site re-upgrade script

[not a module] This is a script to run the database upgrade of a Drupal site from 6 to 7 while re-using an established codebase.

OpenAcaDept

OpenAcaDept Logo

OpenAcaDept is a Drupal 7 distribution that can be used for creating academic department or faculty websites. It includes following functionality: projects, publications, events, resources, blogs and user profiles. It has configured front page, menu structure, url aliases and breadcrumbs.

How to install?

  1. Download OpenAcaDept distribution or download this project and build it with the following command:
  2. drush make openacadept/distro.make openacadept_distro --prepare-install
    
  3. When installing, please, select OpenAcaDept installation profile.

Documentation

Related modules

Affecting issues

Invite link

Provides the invite link for invite module. Link can be used on external sites and clicked by unlimited visitors. When someone registers, invitation is treated like sent from invite module.

Cache chain

No code here yet, just notes for now

This project will implement cache chaining for D7.

I have wanted this for ages. Subsequently found out about #365088: Implement a hierarchical (primary / secondary) engine which has some code but is stalled. Apparently http://drupal.org/project/cache has something like this, but I've not reviewed code yet. Have a very specific idea how I want this to work, so will likely work on that here, then review cache project to see how it compares. Neither cacherouter nor cache have 7.x branches, this could end up being the 'port', or maybe it should be a new project.

Requirements

The main use case for this is a site with at least two web servers. Drupal 7 has the cache_bootstrap bin, which is used for a relatively small number of cache items, that shouldn't be updated too frequently, and are often quite large (variables, system_list etc.).

The plan is to have this bin cached in APC (or file caching on shm) on each local webserver. Some sites do this already, but this leaves you with cache coherency issues, and means that each web server needs to build it's own cache item.

Instead of this, we'd keep the local cache storage, but have a second layer underneath it - most likely memcache.

There are two primary things this needs to do:

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained