entity_barcode
Component type
Categories
Maintenance status
Development status
Component created
Component changed
The Entity Barcode module provides the ability to CREATE a Barcode for Entities
The Entity Barcode module provides the ability to CREATE a Barcode for Entities
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
This module allows you to use Ctrl+S or Cmd+S to save your forms.
The module deals with the following issues:
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
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:
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:
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.
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.
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.