Node Activity Report

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Node activity report allows to track node related activities on the site - create, update and delete. For each of these activities the activity type, timestamp and user ID of the user are stored. Includes reports by user and time period.
One can achieve similar results by using combination of Views and watchdog entries but this solution will provide incorrect results as watchdog entries get flushed at a regular interval.

@todo Cleaning up node_activity records either manually and/or at scheduled internals.

Site Ping

Component type

module

Maintenance status

Development status

Downloads

458

Component created

Component changed

This is a module which (by its nature) does a full Drupal bootstrap and then just prints OK. The URL you should be querying is "YOURSITE.COM/siteping"

You can use this as a low-bandwidth site heartbeat to make sure your site is running. If anything besides "OK" is printed, there is probably an error you need to look into (or if the connection times out).

Simplify Node Add

Component type

module

Maintenance status

Development status

Downloads

4368

Component created

Component changed

This module can be used for simplifying the forms used to add and edit nodes. With this module you can define which fields to show to a user.

Newly added is the hook you can use to custom add fields that this module uses. You can use hook_simplify_node_add_gettypes().

Visual Admin

Component type

module

Downloads

1242

Component created

Component changed

This module aims to provide a graphical administration UI.
A way to achieve it will be to offer an API so that modules can install their own buttons.
Of course, this can also be achieved with Views or even manually, the point here is to have a standalone module dedicated to that and opened to other modules.

The project is at an early development state but is already usable.

Included features yet :

  • create buttons
  • create groups of buttons
  • display the buttons

To come :

i18n Auto Draft

Component type

module

Downloads

465

Component created

Component changed

This module has MOVED. Please go here:
http://drupal.org/project/i18n_auto

If you are using this module already, fear not. It can be safely uninstalled and i18n Auto Translate can be installed in its place. There are no side-effects and at the moment the code of the two modules is *identical*, so do it now while i18n Auto Translate is still at 6.x-2.0:
http://ftp.drupal.org/files/projects/i18n_auto-6.x-2.0.tar.gz

Brainstorm blogger update utility

Component type

module

Categories

Maintenance status

Development status

Downloads

7287

Component created

Component changed

Update system for brainstormblogger profile.
For now empty.
Intended for future releases of system and for brainstormbogger distribution usage tracking via drupal update utility.

This module is intended for usage with brainstormblogger installation profile only. There will be added update/installation/configuration presets for newbies in Drupal and users without any experience in drupal configuration/installation.

Evaluation API

Component type

module

Downloads

1335

Component created

Component changed

The Eval API module provides an API for other modules to utilize that facilitates the adding of arbitrary criteria to content types and nodes that can be evaluated as seen fit by the implementing module. Put simply, nodes can be given a set of arbitrary criteria that can be evaluated for a given purpose. Other modules can use these criteria and the evaluated results however they see fit.

Also included is the Evaluation API Example module, which creates a new a content type for demonstrating how to use the Evaluation API.

Scrolling Tutorials

Component type

module

Categories

Downloads

795

Component created

Component changed

The Scrolling Tutorials module allows a user to convert a flat file (text with or without html) into a video that scrolls through the tutorial text. He can then upload the video to YouTube for exposure to that huge community.