Varnish Debug

Component type

module

Maintenance status

Development status

Component created

Component changed

DO NOT USE ON PRODUCTION!

Varnish Debug is a very simple module, which should be used with Varnish off to find contrib modules that are setting cookies or opening a SESSION.

You enable the module and it will add the information of every cookie and session to the Javascript Drupal object.

So you can just open the javascript console:

And type:

Drupal.settings.varnish_debug

and it"ll show you the contents of that nicely organized as objects.

I needed it for Varnish Debug and I am sharing it with the community.

Nivo Formatter

Component type

module

Maintenance status

Development status

Downloads

13895

Component created

Component changed

CONTENTS OF THIS FILE
---------------------

* Introduction
* Installation

INTRODUCTION
------------

Current Maintainer: Long Nguyen

Nivo formatter is an image field formatter that transform any image field
to awesome Nivo Slider image gallery.

For user:
- Support image style.
- Support thumbnail.
- Support most settings of Nivo Slider, except advanced triggers callback
settings.

live_tweets

Component type

module

Maintenance status

Development status

Component created

Component changed

Live tweets Drupal Module

Simple Drupal module to display a block with a tweet search feed updated in realtime.

At the moment it only displays content using AJAX directly from the Twitter search API.
Non javascript visitors will see the block empty.

See the twitter search API for more information on search options and operators
http://search.twitter.com/api/

User categories

Component type

module

Categories

Maintenance status

Development status

Downloads

1961

Component created

Component changed

defining user categories as entity bundles by keeping it much simpler than what "profile2" does and without depending on the "entity api" contributed module
the trick behind this module is to use $form['#entity_builders'] in user_profile_form to build the category entity on submit

categories could be defined using hook_user_categories
or managed under admin/config/people/categories where also field ui is attached

Revisioning Taxonomy Publish

Component type

module

Maintenance status

Development status

Component created

Component changed

The Revisioning module (http://drupal.org/project/revisioning) allows users permission to publish pending revisions by content type. This module allows publish permission to be segmented by taxonomy terms.

Dependencies

Revisioning
Module Grants since this provides a function to test the node grants that are applied to unpublished content.

EZ-CSS

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

EZ-CSS is like CSS injector on steroids. It will allow a user with correct permissions, through the UI, to edit a CSS file which is added to the end of the chain.

This is good for people who have a design sense and can do CSS, but don't want to muck about with file-system level stuff or get down into the .tpl.php files.

By putting the CodeMirror library (http://codemirror.net/) into sites/all/libraries, you can get syntax highlighting for your CSS as well.

Cart in Checkout

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows you to update the cart quantity on checkout pages. It will use the Drupal's jquery support to update the cart.

All you have to do is to enable the module for it to work.