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

Directory based access control (ACL)

This project defines directory based access control to the "directory based organisational layer" module. This module can be enhanced by the module
"Directory based field".

Directory based field

Node with directory field.

This project defines a field type, allowing to integrate nodes with the "Directory based organisational layer". You may add access control to nodes with the module "Directory based access control (ACL)".

Database create on install

Create database is a Drupal installation profile that allows database creation at install time.
When installing a new Drupal site, users should create a database using a variety of methods depending of the hosting environment they're in. This can be a difficult process for unexperienced or unskilled users and may frustrate them. This profile tries to address this by adding a "Create database" checkbox in Drupal database settings form.

This install profile is based on an (hopefully) upcoming Drupal 8 feature request patch. See issue #203955: Create database at installation time for more info. You can also help there to make it go into 8.x.
Profile supports mysql and pgsql database drivers, but only the 'mysql' database driver has been tested. PostgreSQL is still untested. Feedback/bug reports are welcome at the issue queue.
Profile may automatically enable modules and themes if present by customizing dbcreate.enable (see file for info).

If you are a Drush user, get the makefile.

TODO:

  • Test profile under 'pgsql' driver.

Entity Translation views and ctools

This is a development sandbox that is a fork of the Entity Translation module. It is meant as a starting point to easier get going with the following patches:

DQuarks

This module adds a dquarks content type to your Drupal site.
A dquarks can be a questionnaire, request form...
These can be used by visitor to make contact or to enable a more complex survey than polls provide.

Submissions from a dquarks are saved in a database table and can optionally be mailed to e-mail addresses upon submission.

DQuarks includes:
- Creating quiz and surveys
- Showing correct answer and score of users
- Notify administrator after submission
- Download results into excel file
- Notify users by sending him emails
- Manage rules of direction: the form will be created based on responses recorded during the primary configuration.

Common features between the DQuarks module and the Webform module:

- Create a new form / quiz
- Send a notification mail after submission of form / quiz
- Display submissions
- Export results into Excel file
- Analyze results of form / quiz

Additional features in the DQuarks module:

- Show results: allow users to choose how to display and publish results of the quiz. Available ways are listed below:

  • After every page
  • Only on the end
  • Don't show result
  • Include the result with e-mails
  • Show score

Hook hunter

Let the hunt for hooks begin.

About

The hook hunter enables you to search the usage of hooks throughout your project.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained