Navbar Extras

Component type

module

Categories

Maintenance status

Development status

Downloads

1697

Component created

Component changed

This package contains several modules which improve Mobile Friendly Navigation Toolbar module.

NavBar Extras

This module adds some useful links in main menu of NavBar, such as Devel menu (in case devel exists and user has permissions to access it) and all entries for content creation (sub-links of node/add page).

Simplebar

Component type

module

Maintenance status

Development status

Downloads

602

Component created

Component changed

Stripped down version of D8 toolbar which removes almost all JS and reduce performance impact of having toolbar on the page.

Admin pages will not 'Jump around' because of toolbar JS initialization.

It's like D7 toolbar with responsive CSS.

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.

Field Changer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Sometimes, we create a field of certain type and then realize that this is not the field that we want. But we also can not delete or change the field as it contains data and dupal doesn't allow us to change field type if it contains data. So, here it comes. This does this thing.

Nodequeue Menu Mapper

Component type

module

Maintenance status

Development status

Downloads

634

Component created

Component changed

Nodequeue menu mapper is the product of developing a website in which menus and nodequeues needed to be synched up. There was simply no out of the box or comparable solution, and while Menu Node API fills in a noticeable gap in Drupal, the relationship simply couldn't be easily mapped.

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.

Domain Setup

Component type

module

Maintenance status

Development status

Downloads

1313

Component created

Component changed

This simple module is usefull for automatic injection/removing of include_once stuff for the Domain Access module into settings.php via profile install.

For enabling domain access through installation profile insert domain_setup dependency just after domain module declaration

dependencies[] = domain
dependencies[] = domain_setup

and it will do all the work during installation.

Remember, this module will remove injected row after disabling.