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

Danish Translation

Dannebrog

This is the home away from home of the Danish translation of Drupal core and contrib.

PHPTAL theme engine

Announce by phprf on 2/02/15:
As of Drupal 8, PHPTAL will not be needed. Twig does everything that PHPTAL did and more.

Announce by phprf on 2/21/12:
D7 release is now up!

Manifest by phprf:

Welcome to the best template engine on drupal.org! Ok...well, best in my opinion! Take a look below to see what I mean.

You'll need an installation of PHPTAL as a PEAR module or the latest zip file (http://phptal.org/download.html).

You can get the pear module by saying
pear install http://phptal.org/latest.tar.gz
and upgrade by saying
pear upgrade http://phptal.org/latest.tar.gz
on the command line.

Organic Groups

Overview

Enable users to create and manage their own 'groups'. Each group can have subscribers, and maintains a group home page where subscribers communicate amongst themselves.

Inline

Inline module allows users to display uploaded files and images inline, i.e. place links to files into a content using a simple [inline:filename.jpg] tag. The effect is a link to the file or the display of an image, depending on the file type.

Inline allows users to place an uploaded image or a file attachment anywhere in the content. During creation of a content, a user can simply enter the number or filename of the attachment that should be displayed inline. After submitting the content, the number is automatically converted to the corresponding filename.

Daily

The daily module is meant for things like comic strips or daily headlines.

SimpleTest

SimpleTest 8.x-3.x

The SimpleTest D8/D9 branch is a copy from the D8 SimpleTest module from Drupal core. SimpleTest was removed from Drupal core in favour of using PHPUnit for its testing needs. See #3110862: Remove simpletest module from core
Testing should be done using PHPUnit. Any remaining SimpleTests you have should be converted to PHPUnit. This module is available for people who have not had the opportunity to convert their tests yet and for those that would like a UI to run their tests.

Getting you module ready for D9

If you have SimpleTests in your module and you don't have the resources to update them for Drupal 9, you should follow the steps in the change record to make sure you can run your SimpleTests on DrupalCI with Drupal 9.

SimpleTest 7.x-2.x

The 7.x branch was moved to Drupal core.
The branch will contain an up-to-date fork of the Drupal 7 SimpleTest module that will allow for work to continue during the Drupal 7 cylce. An external git repository is being used in order to facility easy merges with Drupal 7 core. Drupal.org CVS will always have the lastest development copy for use. Please see the CHANGELOG for a listing or changes made.
Take a look at Switcheroo so you can switch back and forth between core SimpleTest and SimpleTest 2.x.

Requirements
The php-curl library is required for SimpleTest to function.

Further reading

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained