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

Hidden comment

This module allow users with appropriate permission to hide/unhide a comment. A hidden comment is published, but its content is emptied.

Simple Meta

The Simple Meta module provides a flexible and easy method to set meta tags, such as page title, description and keywords for nodes, views and other different pages.

You don't need to edit each node page anymore. Just click on the "Meta" tab which appears after module installation and set meta data for the page.
You can set meta data not only for node pages, but for any page.

MailChimp Campaign

MailChimp Campaign report example

MailChimp campaign is a complementary module for the MailChimp module, which allows you to create campaigns from within your Drupal site.

It leverages standard Drupal nodes for preparing your campaign content and does all the work of sending it to MailChimp using their API. As it uses nodes you can format your content any way you'd like, including using nodereference fields to pull in and display other nodes, or maybe embed Views in your node to show lists of content. Basically anything you can do with CCK based nodes you can send to MailChimp as a campaign.

It integrates with MailChimp using their 1.3 API. In its current incarnation it handles almost all the parameters in campaignCreate (see http://apidocs.mailchimp.com/rtfm/campaigncreate.func.php) but not all have been fully tested. Most importantly it handles segmentation so you can send your campaigns out to segments of your list, e.g. interest groups.

How to use

Ajax Blocks

Permits to load some blocks by additional AJAX request after loading the whole cached page when the page is viewed by anonymous user. It is suitable for sites which are mostly static, and the page caching for anonymous users is a great benefit, but there are some pieces of information that have to be dynamic.

Timesaver

Timesaver Entry UI

Timesaver is a turnkey Timesheet Management application designed for businesses of all sizes. The simple and intuitive design lets your administrator set up the system quickly and lets employees use the system with minimal training. Configurable timesheet entry periods allow you to tie in your pay periods to the timesheet system. Timesaver provides an easy to use supervisor/manager workflow to access, edit, approve, reject and lock employee timesheets.

Use the out-of-the-box Microsoft Excel reporting capabilities to access critical and timely data on what your employees currently are and have done. Timesaver is combined with the listkeeper module to allow administrators to configure customers, projects, activities, and tasks with ease. Supervisor/managers will appreciate the easy to configure delegate timesheet function to allow for delegates to enter timesheets for them.

Features are:

  • Easy to use interface: A robust, yet easy to use interface allows users to quickly begin using the timesheet system.
  • Workflow: From entry to approvals, from rejections to locks, the timesheet system is configurable to suit your needs.
  • Permissions: Only allows employees and their delegates and supervisors to view entries. Keeps sensitive information private.

Performance hacks

The Drupal 7 version is different to the Drupal 6 version. The Drupal 6 version has less features.

This project collects various small hacks which disable or alter core behaviour due to performance or scalability, but which are not significant enough to deserve individual projects, and which for whatever reason aren't currently viable for patches to Drupal 7 core.http://groups.drupal.org/node/175769#comment-587664

If you're considering using this module, you should look at the following other projects first, much of what's contained here will be pointless unless you're already using them:

http://drupal.org/project/memcache
http://drupal.org/project/mongodb
http://drupal.org/project/entitycache
http://drupal.org/project/pathcache

Also note that these hacks may disable functionality that certain features rely on, use with care if at all.

Current features

Drupal 7

  • Node render caching - up to 30-40% performance improvement if you use memcache as a cache backend.
  • Lightweight menu_primary_links()/menu_secondary_links() - if you have only a single level of links in these menus, this converts 3 SQL queries plus path specific cache_get() to a single sitewide cache_get().

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained