Field formatter settings

Component type

module

Maintenance status

Development status

Downloads

227198

Component created

Component changed

The Field API in Drupal core lacks the ability for other modules to easily alter field formatter settings forms and the formatter summaries. This module is a small API provider for other modules since it's too late to get the hooks into Drupal 7 core.

Turkish Public Identification Number (TCKimlikNo)

Component type

module

Maintenance status

Development status

Downloads

930

Component created

Component changed

A CCK content field which lets you add a tckimlikno field to your content types and verifies valid Turkish identification number.

Requires the content module (CCK).

What is the Turkish ID Number?

From Wikipedia, the free encyclopedia

Turkish Identification Number (Turkish: Türkiye Cumhuriyeti Kimlik Numarası or abbreviated as T.C. Kimlik No.) is a unique personal identification number that is assigned to every citizen of Turkey.

Deny Access

Component type

module

Maintenance status

Development status

Downloads

4570

Component created

Component changed

The Deny Access module (Drupal 7 only!) allows overriding access granted by other node access modules and/or core. It uses the node access system but not the {node_access} table, and so if you don't have any other node access module installed, then it does not carry the typical overhead. The downside is that it will not work to guard against showing lists of nodes, like lists created by the Views module or the front page. At this point it's a very simple module.

Deny Access provides the following global 'permissions' on the Permissions page, admin/people/permissions#module-deny_access:

  • DENY accessing any content
    Override content view access (to single nodes!) granted by other modules.
  • DENY creating any content
    Override content create access granted by other modules.
  • DENY editing any content
    Override content edit access granted by other modules.
  • DENY deleting any content
    Override content delete access granted by other modules.
  • DENY access per content type
    Generally override access (to single nodes only!) for a specific content type.

Content Taxonomy Term List

Component type

module

Maintenance status

Development status

Downloads

1948

Component created

Component changed

This is a very simply module which allows you to define CCK fields for content types which display terms for each given node. Each field you add is "read only". This means there is no addition to the node add/edit form. It just grabs the terms associated with a node and allows you to output them either as inline or block elements (in each case either as plain text or as a hyperlink). If you use one of the inline formatting options, you get a nice "a, b, c and d" style list.

Ukrainian Stemmer

Component type

module

Maintenance status

Development status

Downloads

3301

Component created

Component changed

Ukrainian Stemmer algorithm for internal Drupal Searching for Ukrainian language

Обговорення модуля на офіційному сайті українських друпалерів

OAuth Login Provider

Component type

module

Maintenance status

Development status

Downloads

7761

Component created

Component changed

Exposes a new resource to OAuth-based API's that identifies the user that has given access to the API-consumer.

This method is used by big API-providers like Twitter, LinkedIn and Digg to enable API-consumers to let the providers users log in to the consumer. Something that in at least Twitters case has been widely deployed.

This module provides a services resource exposing the user authorizing the consumer as well a Services endpoint exposing that resource and a OAuth context that provides authentication.