CRUD log

Component type

module

Maintenance status

Development status

Downloads

754

Component created

Component changed

This module Captures and logs all CRUD operations for nodes and taxonomy terms, "create", "read", "update" and "delete". It was inspired by the Event Log module. The one problem I had with that module is that it captures all operations without the ability to ignore certain operations, specifically Read operations. Logging every node read operation would really fill up the database quickly and can pose a performance problem.

Simple Login

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal ships with a user login block, but it's a little heavy for a lot of projects I work on. It includes the login form itself, and that's kind of a pain to style and might not have been considered in the initial design phase of the project. What I often need is just a more simple "Hello [user], Logout" link, or - in the case that user hasn't logged in yet, a simple "Login or Create Account" link.

Excel data export

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Welcome to Excel data export.

The aim of this module is to provide a simple data export feature in any drupal site. This is accomplished by just having one form to control the process. No extra steps, no extra configuration.