Node Name

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides editable machine names for nodes.

This module is for developers only. It is provided as is. Documentation is the code itself.

No new features welcomed. Feel free to fork and add your own though.

Artesian Forum

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Artesian will be a module for facilitating discussions with a forum-like interface. While it offers much of the familiarity of traditional forum modules, it is designed to be flexible and customizable to fit other discussion formats as well. The forums can be a distinct area of your site or integrated into other areas, such as Organic Groups.

orphan_fields

Component type

module

Maintenance status

Development status

Component created

Component changed

Orphan Fields module is a very tiny Drupal 7 auditing module that lets you know there is field data left behind when you uninstall certain modules.

For instance, if you install the Taxonomy module, then it will define a field type for tags, called field_tags. You can, of course, attach tags to just about any content type, including other tags. If you decide to uninstall the Taxonomy module later, however, this will leave all the tag data behind in the database.

Log user update

Component type

module

Maintenance status

Development status

Downloads

865

Component created

Component changed

D7 port

Use case:
-----------
that module may be helpful when we need to get only the users that have changed
their informations only within a given time
Like apps consuming drupal as backend for mobile apps where the app storing user
informations and needs to be updated with users
changed their details from the last time the app worked.

Summary

This is a helper module for developers to log the user's last update time.

Force Session Timeout

Component type

module

Maintenance status

Development status

Component created

Component changed

While my team was building an extranet application for a client we came across
a slightly strange requirement from their InfoSec Audit team.

They want to forcibly log users out who have been active on the site for
longer than 12 hours making them re-authenticate.

This is not particularly user friendly - but audit teams tend to not be
particularly negotiable about ISO27000 requirements.

I had a look around and couldn't find anything which did specifically this -
so I took some time to write my first Drupal module.

Unique profile field

Component type

module

Maintenance status

Development status

Downloads

541

Component created

Component changed

Unique profile field as the name suggests, provides an option to make the profile fields created by the profile (core) module, unique.

After installing and enabling, this module will provide an option to make any profile field unique on its edit page. This is generally at admin/user/profile/edit/%fid .

Sort Comments

Component type

module

Categories

Maintenance status

Development status

Downloads

8514

Component created

Component changed

This simple module provides sorting functionality for comments. It is possible to configure sort order (newer or older first) per node type, using the "Comment settings" tab in node type administration page.

Poker

Component type

module

Maintenance status

Development status

Component created

Component changed

Multiplayer poker tables with 3D avatars and chat. Bingo and Blackjack are also available.

Games are remotely hosted at www.JustForFunSoftware.com but appear in an iframe on your Drupal website. Players do not need to register to play. They are automatically logged in using their Drupal account information.

An optional monthly rental option includes private tables, customizable graphics, and complete control over game rules.

Node authorize link

Component type

module

Maintenance status

Development status

Downloads

2651

Component created

Component changed

Generates link for view, edit, or delete content without login.

Module maintains authorization key for every node and gives additional grants (view/edit/delete) to every user (anonymous too) who accesses page with correct key in URL. Module offers function node_authlink_get_url($node, $op = 'view') for generate absolute URL to selected operation (e.g. for e-mail notifications).

Authkeys are generated for every node (in configured content type) once for all operations. In content type form you can configure which operations to allow and authomatic expiration of keys.