Menu CSS Names

Component type

module

Maintenance status

Development status

Downloads

14492

Component created

Component changed

Now for D7 too! This is a very simple module that takes the link text of each drupal menu item and adds it as a css class name to the menu's <li> element. Using these class names, each menu item can be styled separately with css. This is also very useful for css sprite techniques.

Dependency Injection

Component type

module

Categories

Maintenance status

Development status

Downloads

3179

Component created

Component changed

Put simply, a Dependency Injection Container alleviates the need for factories and the use of new in your code. Think of DiC as the new new. You will still need to write factories in some cases, but your code will not depend directly on them. Your code will be easier to change, unit test and reuse in other contexts.

This module enables Symfony's Dependency Injection component for Drupal 7 modules.

Hacked!

Component type

module

Categories

Maintenance status

Development status

Downloads

177488

Component created

Component changed

This module does not and will not prevent your site from being 'hacked'.

This module scans the currently installed Drupal, contributed modules and themes, re-downloads them and determines if they have been changed. Changes are marked clearly and if the diff module is installed then Hacked! will allow you to see the exact lines that have changed.

Hacked! also provides drush integration so that you can see what files have changed from the command line.

Ajax Slideshow

Component type

module

Categories

Maintenance status

Development status

Downloads

18558

Component created

Component changed

Sequential presentation of any of your site nodes, utilizing user chosen effects based on ajax asynchronous calls.

Why?
Indeed there are plenty of slideshow modules out there. So why creating one more?
We had to provide a good answer for the following requirements:

  • Show a series of content items as slides using transition effect.
  • Allow the user to navigate across slides using tabs and/or navigational buttons.
  • Allow the content manager (non admin role) to fully control the contents & layout of each slide using node-based or views-based mode.
  • Allow the content manager to easily publish / unpublish the slides and set their order of appearance.
  • Allow the content manager to set the slides intervals, transition intervals and other slideshow relevant settings.
  • Ensure the performance is content-agnostic i.e. allow the slideshow content to grow (number of slides and their weight) without impacting the slideshow page load time.

We could not find a module which fully suffice the above requirements (see comparison). Hence Ajax Slideshow was born.

AKV Pagepeels

Component type

module

Maintenance status

Development status

Downloads

5167

Component created

Component changed

This module adds a page peel to your site.
It's purpose is to support the movement against data retention in Germany.
(Arbeitskreis Vorratsdatenspeicherung, AK Vorrat aka AKV, http://www.vorratsdatenspeicherung.de )

This functionality of this module is 100% CSS based.

For more Information about data retention:

System Theme++

Component type

module

Maintenance status

Development status

Downloads

2436

Component created

Component changed

This module provide the "Administration theme" system page alteration, which allow the site administrator to configure a full set of arbitrary path on which the administration theme should be active.

It also provides some integration with node, workflow and revisionning modules; while the user can type in its own pathes, a list of predefined ones can be checked (depending on which module are enabled on the Drupal instance).

Ubercart Product Keys

Component type

module

Maintenance status

Development status

Downloads

4274

Component created

Component changed

This module lets Ubercart sites provide or sell product keys. Product keys are strings of text that are used to unlock or activate a piece of software. They attempt to ensure that only people who have paid for a software license can use the associated software.

Manager

Component type

module

Maintenance status

Development status

Downloads

22129

Component created

Component changed

Manager is a set of modules focused on "content manager" users, that is, users that maintain the content of a website (adding, editing and deleting nodes, managing comments, etc), but are not site admins (don't have to worry about views, site settings, content types settings, etc). The objective is to let things simple even for users that aren't familiar with Drupal.