Joget Workflow module

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Joget Workflow (www.joget.org) is an open source application builder that helps you build any process-driven web application either by making it codeless or helping you code less. The Joget Workflow module is a Drupal module written to connect to any Joget install. The widget displays a list of pending tasks for a logged in user and/or the list of available applications created from Joget accessible to the user. Please

Log4Drupal

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Log4Drupal To File is built as an alternative to the watchdog interface, aimed at alleviating database load when logging events/actions of the system. With this module, the developer can send logs directly to a flat file in the format:

HH:MM:SS [MODULE_NAME::FUNCTION_NAME][LOG_LEVEL]: Log Message

Config Check

Component type

module

Maintenance status

Development status

Downloads

540

Component created

Component changed

The Config Check module provides a report that you can run just before you launch a site to make sure that you've got all your Drupal ducks in a row. Among other things, it checks that:

OM Subthemer

Component type

module

Maintenance status

Development status

Downloads

11557

Component created

Component changed

A power tool that creates subthemes for all base themes. By default, it is using OM Base Theme (version 2) and it has also an option to make standalone themes.

This module demonstrates the power of PHP recursion when applied to custom layouting and automates processing of important classes, such as:

OM Tools

Component type

module

Maintenance status

Development status

Downloads

26785

Component created

Component changed

This module is a theming enhancement tool designed to work with all themes, but works best for OM Base Theme. Add classes to menu items, blocks, nodes; change stylesheet based on browser size; change the look of your user, search forms, etc.

X-GitSHA HTTP Header

Component type

module

Categories

Maintenance status

Development status

Downloads

570

Component created

Component changed

Small, simple module that adds an "X-GitSHA" header to HTTP responses.

The header is enabled by default. To disable sending the header, you need to manually set the xgitsha_add_header site variable to "0" or something else that evaluates to FALSE.

Hub

Component type

module

Maintenance status

Development status

Downloads

1783

Component created

Component changed

Alternative storage and retrieval mechanism for custom forms.

How does it work?

The most common use-case is to use Hub in a custom form in your
administration UI. You can do this by return hub_closure(). The
hub_closure() function will handle populating default values, as
well as display the data structures in the form element's
#description for priviledged users.