SVN

Component type

module

Categories

Maintenance status

Development status

Downloads

1741

Component created

Component changed

We thank walkah for letting us have this project name.

INTRODUCTION

This module allows privileged users to commit changes in code to an SVN repository. It relies heavily on the existing SVN settings so a working copy is required for this module to work.

This module is only meant to be installed on development environments where users with little to no knowledge of the SVN CVS need to be able to commit changes.

Blogstamp

Component type

module

Maintenance status

Development status

Downloads

3252

Component created

Component changed

This module acts as a digital notary for Drupal; it creates notarized/certified timestamps for content. When normal Drupal content is created, an easily modifiable timestamp is created. It is impossible to tell with any real certainity whether or not the node was created at that time. A certified timestamp guarantees the content was created on the timestamp indicated.

Go - url redirects

Component type

module

Maintenance status

Development status

Downloads

27170

Component created

Component changed

The gotwo.module adds the option to add redirected urls. It's much like the url alias system except that it uses redirects to go to the real url. All visits to the 'go' urls are tracked, so you can see how often a certain 'go' url has been visited. You can optionally force a disclaimer to be displayed before the user is redirected.

ImageField

Component type

module

Maintenance status

Development status

Downloads

1014120

Component created

Component changed

ImageField provides an image upload field for CCK. ImageField is a CCK-based alternative to the legacy Image project. It boasts features such as multiple images per node, resolution restrictions, default images, and extensive Views support.

ImageField does not provide a built-in thumbnail solution, but complements the incredibly powerful thumbnail generation module ImageCache.

ImageField related projects

Taxonomy Limit

Component type

module

Categories

Maintenance status

Development status

Downloads

3756

Component created

Component changed

This module allows an admin to set limits on the number of terms that a node can have per vocabulary. This is set separately per content type as well. For example, a page could allow unlimited terms in a category, but a story could limit the same category to four.

vCard

Component type

module

Maintenance status

Development status

Downloads

14129

Component created

Component changed

The vCard module adds a vCard download link to every users profile. This link makes it easy to add users on your Drupal site to your local address book. Since we love microformats, there is also a theme function (theme_vcard) for displaying user data in the hCard format.

Computed Field

Component type

module

Categories

Maintenance status

Development status

Downloads

237616

Component created

Component changed

Computed Field is a very powerful field module that lets you add a custom "computed fields" to your content types. These computed fields are populated with values that you define via PHP code. You may draw on anything available to Drupal, including other fields, the current user, database tables, you name it. (Feeling the power yet? :) ) You can also choose whether to store your computed field values in the database with other content fields, or have them "calculated" on the fly during node views. (Although you should note that Views use requires database stored values.) This field is literally the Swiss Army knife of fields. So start cooking up your PHP based values!

Views Bonus Pack

Component type

module

Maintenance status

Development status

Downloads

170828

Component created

Component changed

This group of modules is sort of a recipe module that makes things easier by showing how to integrate some other modules as well as providing miscellaneous features that aren't distributed by Views itself. Sometimes these modules are only base recipes that will need to be themed and spiced up to fit your needs so be creative!

Node clone

Component type

module

Categories

Maintenance status

Development status

Downloads

1595009

Component created

Component changed

The clone module allows users to make a copy of an existing item of site content (a node) and then edit that copy. The authorship is set to the current user, the menu and url aliases are reset, and the words "Clone of" are inserted into the title to remind you that you are not editing the original content.