Drupal Database Cache That Respects HTTPS

Component type

module

Maintenance status

Development status

Component created

Component changed

The caching layer nor the database caching implementation respect https through the system. This is important because parts of Drupal (core included) generate absolute URLs. These URLs can be cached with a protocol of http:// and then embedded in a page (through nested caching) where the protocol should be https://.

Vocabulary Image

Component type

module

Categories

Maintenance status

Development status

Downloads

847

Component created

Component changed

This is a light weight module. This is developed in consideration with adding vocabulary images. In some cases your project( E-commerce site) needs to display list of vocabularies with their images.
The vocabulary_image module allows site administrators to associate images with vocabularies. With the association created, an admin can then make a call to 'vocabulary_image_get_vocab_image_path($vid)' from their theme or other PHP code to get image path & display the appropriate image in their desired image format.

topxcontributors

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The purpose of this module is to expose the top node type posters/contributors as blocks in a list format.
It comes with settings at admin/settings/topxcontributors - set what content/node types will have blocks exposed
and the numbers of contributors to show for all content types. The module is depened on blog module.

Youtube link

Component type

module

Maintenance status

Development status

Component created

Component changed

Miserably simple module which creates a new text field formatter called Youtube link to create embed video from Youtube.
All you need to do is to create a simple text field and set "Youtube link" formatter for it and you will have embed video. The only setting you can change is video size.

There is a lot of space for further development such as thumbnail preview or multiple settings for video or field validator or even uploading video directly to Youtube from drupal (using Youtube API), but it wasn`t necessary for me. Maybe I will make something on request.

Document Prototyping

Component type

module

Maintenance status

Development status

Component created

Component changed

What is Document Prototyping

Document prototyping is a methodology for rapidly creating documents with similar attributes. Documents which have a general template, like a contract or a RFQ, can be easily created using Document Prototyping. This methodology can save precious time which otherwise would have been used for "copy-pasting" names, prices and other details into documents using your favorite word-processor.

Controller

Component type

module

Maintenance status

Development status

Downloads

3368

Component created

Component changed

Description

The 'Controller' module is "C" in the Model-View-Controller (MVC) architectural pattern.

It can be useful if you want to use MVC in Drupal like it can be done in MVC frameworks (like ZF, Yii and so on).

The 'controller' module allows to use a Page Controllers (Action Controllers) for your pages. The Controller is just class that has set of actions. Each action is a separate method that will be called for specified path (page).

Word list

Component type

module

Maintenance status

Development status

Component created

Component changed

This module was developed as a part of the "4 weeks of Drupal" course, available at http://dev.nodeone.se/en/four-weeks-of-drupal.

***
The Word list module allows creating and handling a global word list on your site. The words are exposed to Rules, allowing for things like blocking certain words in comments.