Codit Local

Component type

module

Maintenance status

Development status

Downloads

1516

Component created

Component changed

This module is the container for customized code for a site. It must be used in conjunction with Codit.

Codit: Local should reside in the site specific module directory as a 'local' module for just that site. It should not reside in sites/all or be used as a git submodule.

This module provides the container for site specific elements like

Web Profiler

Component type

module

Categories

Maintenance status

Development status

Downloads

8572

Component created

Component changed

Webprofiler has been merged with Devel!! All the development will continue in the Devel issue queue. Thanks to all the people who have used Webprofiler in these years .

Port of the Symfony WebProfiler Bundle as a Drupal 8 module.

React

Component type

module

Maintenance status

Development status

Downloads

2667

Component created

Component changed

React is a JavaScript library for building User Interfaces. React uses a virtual DOM diff implementation for ultra-high performance.
Example of a TODO app

This module is for developers, it doesn't do anything out-of-the-box. It just provides the react.js library via the Libraries API module.

Undine

Component type

module

Categories

Maintenance status

Development status

Downloads

1338

Component created

Component changed

The Undine project has moved to Bitbucket.

The project has been reimagined leveraging Docker instead of Vagrant, and it is strongly recommended to use the latest version of Undine available on Bitbucket. This legacy version of the project will continue to be available, though it will not be actively maintained.

IPLocation

Component type

module

Maintenance status

Development status

Component created

Component changed

Feature :
- Define a country's name by ip when they visited your web.
- Allow some country to access your website
- Restrict spam
Guide :
- You install module "iplocation"
- Setting countries access web by link : admin/config/development/iplocation/setting
API :
- iplocation_get_country_by_ip($ip = 0) : get country's name by visitor's IP
Return array with structure array('VN','VNM','VIET NAM'); if this county is VIET NAM
- iplocation_alow($ip = 0) : Define ip has permission to allow access web
Return : boolean

Patch Table

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Patch table provides a developer tool for managing patches to core and contributed modules.

Please put the patches in the path: sites/all/patches

And use Drupal suggested naming scheme: module-description-issue-comment.patch

Note: It assume the patch run succeed.

Block Export Import

Component type

module

Maintenance status

Development status

Downloads

13179

Component created

Component changed

This module allows users to export all system specific blocks (are those blocks which are created using Drupal interface add block functionality) and then import it into another Drupal installation, or on the same site.

No additional configuration is required to export/Import block(s). Also this module does not create any table in the database. Therefore it will not effect the application performance.

Export/Import
This interface allows the user to export/import a single or multiple blocks with the followings.