Node View History

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module records the node access history. Unlike {history} table in core which only stores the last viewing history of a node for each user. It stores all viewing history. It's useful for counting the hits of nodes in a certain period rather than a simple total count in the {node_counter} table of core. We can also find access history in {accesslog}, but we need to extract node ID in URL and it's much slower.

Exportable Scheduler

Component type

module

Maintenance status

Development status

Downloads

2998

Component created

Component changed

The module allows site admins to schedule most ctools exportable objects to either be enabled or disabled.

Dates can be entered as plain text or by using the date popup module that comes with date.

Please make certain cron is running correctly otherwise exportable items will not be scheduled correctly.

Helpful

Component type

module

Categories

Maintenance status

Development status

Downloads

2310

Component created

Component changed

Build useful help for your users.

The Helpful module adds an additional layer to the Advanced Help module. The purpose of Helpful is to enable site developers to build a help system for their users, without giving them access to the entire advanced help system.

admin_menu_fix

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module fixes an Admin menu css issue with the top bar in chrome (that have been bugging me for a really long time). I will post before and after screen shots soon.

Servicelog

Component type

module

Maintenance status

Development status

Component created

Component changed

Servicelog is going to be a drop in amendment to or replacement of the core logging modules Database Logging (dblog) and Syslog (syslog) to integrate respective third-party offerings from Logging as a Service (LaaS) providers (e.g. Loggly, Papertrail).

Context Export

Component type

module

Maintenance status

Development status

Downloads

1473

Component created

Component changed

Context Export builds on the Context module to provide simplified exports. Contexts can be exported automatically (or manually via a single link at /admin/structure/context) and provided as "default" contexts, which makes Context changes easily transferrable between development environments via a version control system.

Nodequeue Context Conditions

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will provide context conditions to test and see if the current node belongs to a chosen nodequeue. Condition will return true if the current page is a node and if the node belongs to the specified nodequeue. Condition will return false if the page is not a node or if the node does not belong to the specified queue.