Taxonomy Delete

Component type

module

Categories

Maintenance status

Development status

Downloads

474

Component created

Component changed

A utility module which will delete all taxonomy terms in a vocabulary. Deleting taxonomies can be a very frustrating issue specially when there are a lot to delete for testing purposes.

The module provides an UI where you can select the Vocabulary from which the taxonomy has to be deleted. Additionally for developers there is a Drush command which will delete all taxonomy terms from a Vocabulary.

Concurrent users notification

Component type

module

Maintenance status

Development status

Downloads

1129

Component created

Component changed

This is a very simple module to keep record of concurrent logins counts, and also sent the notification mail if concurrent login count reached on critical level.

Steps for using this module

Your suggestions are most welcome.

Featurize

Component type

module

Maintenance status

Development status

Downloads

105

Component created

Component changed

Cover your whole site with features

Features are great until it comes to build the features for what you're developing. You're all good when you have only few features. Things get messy when your site has tons of features.

Automate the features building and define your own naming convention (or use predefined) to rebuild all features with single drush command:
drush featurize

BxSlider Block

Component type

module

Maintenance status

Development status

Component created

Component changed

Bx Slider block module integrates with Drupal 8 block. Basic animation has attached to the all elements for all slide items. Multiple instance of slider can be created for different pages which is a big credit to Drupal 8 block system.

Single slider block can be used multiple times with different configurations in same/different regions.

Features
=========

Release tracker

Component type

module

Categories

Maintenance status

Development status

Downloads

117

Component created

Component changed

INTRODUCTION
------------

Allows the setting of a release number, to keep track of released
versions of your site. This will allow you to determine if a new build
was successfully released to the server and that the new configuration
was imported just by looking at the status report page.

HOW TO USE
----------

Disable HTML5 validation

Component type

module

Maintenance status

Development status

Downloads

2095

Component created

Component changed

Drupal's own form validation is way more flexible and accessible than the HTML5 validation your browser performs. Unfortunately, HTML5 validation is performed before Drupal validation, so Drupal validation never happens. This module disables browser validation in all your forms by adding the novalidate attribute to the form tag. Learn more why HTML5 validation is bad here: https://www.drupal.org/node/1797438

Hopefully, once this issue is resolved, this module isn't needed any more.