User IP Log
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
User IP Log is a simple module that logs the IP address of users on login event to table {uiplog}.
User IP Log is a simple module that logs the IP address of users on login event to table {uiplog}.
This module makes the lifes of webmasters a bit easier. We want to make it as easy as possible for Drupal end-users to have all the tools at a central spot. In trainings with customers it was sometimes very hard to explain how to get at the right spots to alter content. Webmasters can create dashboards (yes, plural) with all the widgets they think are needed the most.
Delegate the ability to edit users' account status and roles to specific roles.
Add javascript to the access control page to make the table headings scroll down the page with the mouse cursor.
This was a backport hack for Drupal 5 since Drupal 6 has such a nice AHAH version.
USAGE
-----
- Enable to remove the Generator META tag.
- Disable to restore the Generator META tag.
- No configuration required!
Please, represent Drupal whenever possible!
Domain Menu Access is an extension to Domain module, allowing administrators to configure visitors' access to selected menu items based on current domain they are viewing.
It lets administrators decide whether a specific menu item should be hidden on selected domains (regardless of it being enabled by default using standard Drupal functionality), or should it be displayed on selected domains even if disabled by default.
Form Clerk is an administrative utility that provides a semi-automated way to input data into a Drupal form. Multiple instances of form data can be entered with one command. For example, multiple users with varying permissions can be created, or multiple articles with arbitrary content can be added.
Let's say that you want to deploy content from your staging site to production, or more generally, from one site to another (or multiple) sites. You could use Deployment, but what if you prefer a pull model over a push model? Then Syndeploy is for you. Changes are published via a feed, and then other sites can slurp them in. The slurping portion is to be handled by a corresponding Feeds processor plug-in.
The Shaker module provides unique integrated controls for building and administering Drupal sites. More details and screenshots to be posted shortly.
Implements the Cache Directory Tagging Standard for Drupal.
Using this standard it's easy to exclude cache files like aggregated css of java script when backing up your drupal installation using tar. Simply add option --exclude-caches to tar.
Example:
tar --exclude-caches -c -z -f drupal.tar.gz drupal