Arctica Nitro

Component type

module

Categories

Maintenance status

Development status

Downloads

10094

Component created

Component changed

Making Arctica even cooler

A contribution of Sponsored by http://www.sooperthemes.com/#-Drupal-Themes

Features

  • Enables the frontend theme on theme settings form for easier configuration and later live preview
  • Export theme settings*
  • Reset theme settings to defaults*

*Originally in omega_tools module.

Private Info Cleaner

Component type

module

Maintenance status

Development status

Downloads

237

Component created

Component changed

This module resolve the typical problem of sharing a production Drupal database
into a development environments with critical information as the privete data
of users, clients, orders, etc. That we need to protect. Whit this feature you
can configure a list of fields that you want to clean the private info and that
data will be replaced with same length random strings. With this approach you
could share your database with an outsourcing teams or freelancers that are new
at your team without worry about empty all the tables by hand.

Features Pipexplosion

Component type

module

Maintenance status

Development status

Downloads

517

Component created

Component changed

In some respect an example of hook_features_pipe_node_alter. It tries to find loose ends and adds them to export.

Currently:

For content types:

  • Fields attached to comments for that content type
  • Views that are filtered by that content type
  • User permissions for that content type
  • Any variable ending in the machine name of that content type that it can find

For user roles:

  • Any permission set for that role

Patches welcome to explooode the feature even more.

Dynamic Cache

Component type

module

Maintenance status

Development status

Downloads

2827

Component created

Component changed

Dynamic Cache is an API module which allows developers to dynamically disable Drupal's standard page cache* for arbitrary conditions, by clearing the global $conf['cache'] variable from their own module's hook_boot() implementation. Normally this doesn't work; it is too late to disable caching by the time you get to hook_boot().

Nodewords Meta Title

Component type

module

Maintenance status

Development status

Downloads

802

Component created

Component changed

This module is a really simple extension to Nodewords: D6 Meta Tags which makes it possible to add <meta name="title" ... /> tags to pages.

What is the <meta name="title" ... /> tag good for?

That's a really good question. Almost all SEO-related articles I could find suggest that you should use <title></title> instead:

FileField Sources Plupload

Component type

module

Maintenance status

Development status

Downloads

108168

Component created

Component changed

FileField Sources Plupload lets you add Plupload (a multiple files/multifile upload widget) as a source to any file field supporting FileField Sources.

Plupload is a GPL licensed multiple file uploading tool that can present widgets in Flash, HTML5, Silverlight, and HTML4 depending on the capabilities of the client computer.

By using FileField Sources to add Plupload as a source, multiple file uploads can be achieved on regular File and Image fields using the standard widgets as well as a range of contributed field widgets supporting FileField Sources. This includes cropping widgets, like the excellent Manual Crop.

Core Features

  • Multiple file uploading across a wide range of browsers
  • Increased speed using chunked file uploads
  • Maximum file size can be set larger than PHP limits
  • Compatible - does not require its own wiget
  • Client side (as well as server side) file validation
  • Supports transliteration of file names

Mobile Theme Switcher

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Switches themes based on rule sets that match the browser's agent. Using the interface provided you can specify keywords (including regular expressions), the theme to be used and an aditional css file.
Mobile Theme Switcher uses session cookies to store the users's browser information. It is also compatible with Varnish and can work even without sessions.