Platform.sh

Component type

module

Maintenance status

Development status

Downloads

21707

Component created

Component changed

This module is recommended for any project you're building with Platform.sh.

Platform.sh is a 2nd generation Platform as a Service (PaaS). It accelerates your Drupal based project development and reduces the risk of moving new features into live.

Platform.sh improves greatly developer productivity at commodity hosting prices.

gitblit (Git)

Component type

module

Maintenance status

Development status

Component created

Component changed

Gitblit is an open-source, pure Java stack for managing, viewing, and serving Git repositories. It's designed primarily as a tool for small workgroups who want to host centralized repositories.

Gitblit GO version is an integrated, single-stack solution based on Jetty.

Form Chunk

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This sandbox is a developer's helper to easily make mini-forms for entities that are a list of field API fields in an arbitrary order.

This module is entirely programmatic; it provides no UI. Instead you have to implement a hook that describes what your form chunk looks like, and the module provides a URL that presents the edit form for that chunk. The URL can then be provided as a link in a method the developer chooses, or embedded into something else such as a panel pane; but this module does not do that part (at this time).

Spinner API

Component type

module

Maintenance status

Development status

Component created

Component changed

Every module you write that does anything with AJAX ends up including its own spinner/throbber. Wouldn't be nice if there was a tiny module that just provided the tiny amount of JS/CSS and a customizable GIF file needed?

I thought so too.

Simple IP acl

Component type

module

Maintenance status

Development status

Downloads

719

Component created

Component changed

This module uses a few of variables in settings.php to configure environment dependent access list by origin IP.
Use it to limit access to sensitive URLs to only certain IPs (e.g., your office).

The module throws a very unsexy and un-meaningful error message which will be useless for unwanted visitors, but will allow developers and site owners to understand why they are getting it.

This module is perfect to quickly block the possibility of getting to your site's management area if your'e not in a specific place or using the right VPN connection.

View all modes

Component type

module

Maintenance status

Development status

Component created

Component changed

View All Modes module extends Display Suite with an extra overview that shows which view modes are customised (custom settings = TRUE) per entity type / per
bundle.

Working on project with a certain number of entity types, bundles and various customised view modes, it's easy to lose a clear overview. This module helps developers to regain that.

This is a developer module. You should disable this when you deploy to production.

File Scanner

Component type

module

Maintenance status

Development status

Downloads

546

Component created

Component changed

Overview

The File Scanner module is a utility module that allows to analyse files
locally recursively inside a folder.
During the parsing, the module opens each file - that matches a user-defined
allowed file extension -, opens it as an HTML document and tries to find a
user-defined HTML element (tag, attribute or even text) matching a CSS3
selector with the help of QueryPath library.
Each match is stored in the database grouped per analysis. Each analysis can
then be viewed through the interface, providing a statistics summary.