Comment Anonymizer (take 1)

Component type

module

Maintenance status

Development status

Component created

Component changed

While Drupal provides capabilities for commentng for both anonymous and authenicated users, it provides no easy way for authenticated users to post comments anonymously without having to manually log out first. This is not only inconvenient to users; it also poses a problem on sites that may choose to implement a "paywall" or other means of limiting access to content but wish to allow for anonymous commenting.

Spector

Component type

module

Maintenance status

Development status

Component created

Component changed

Aggregate your log data across many different sources into MongoDB and view your logs on one central Drupal installation.

The functionality includes:
-) Viewing your log data
-) a Notification system to alert users about certain log messages by mail, sms, IM, ...
-) interesting visual statistics about your logs
-) Running map-reduce Jobs on your log data and retrieving the output via a convenient interface
-) aggregation of usage statistics with possible near real-time information ( depending on how you choose to aggregate your data)

CCK Combo

Component type

module

Maintenance status

Development status

Component created

Component changed

The CCK Combo module allows to add combination of a 'Reference' and a 'Description' field to your content types. A reference can be a Node or a User. Below is the case where you can find this module useful:-

1) If you want to display a listing of all the employees along with their designation in your organization.

2) You will create a Content type 'Employees' and will add the fields like, First Name, Last Name and CCK Combo(User Reference + Textfield)

View Composer

Component type

module

Maintenance status

Development status

Component created

Component changed

View Composer is a Views-like module, built over a full OOP API strongly interfaces oriented (attempt to be as near as it can be from the SOLID principles).
Basically uses some well-known patterns and take strong design orientation to get rid of stupid problems:

Page rules

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

900

Component created

Component changed

Defines a set of rule events for common core page views - i.e. node page, term page, and search page. Each event loads it's relevant object - node, term or "page" for use in conditions and actions.

Whilst it is possible to combine other events with conditions to achieve the same, the page events defined in this module are much easier to use (e.g. no PHP required) and are more performant in that they are evaluated just once per page request.

Note: The user page view event is defined by the Rules module.

uphp

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

uphp for Drupal.

uphp idea is act on html from outside, like unobstrusive javascript.
Help on this QueryPath.
querypath module is required.

You can put static html in sites/default/files/html/

no HTML content is printed as is.
HTML content is processed to allow modules participation.