jslog

Component type

module

Maintenance status

Development status

Component created

Component changed

JSLog the javascript error logger for Drupal 7

When console.log won't cut it.

A Javascript logging module to allow the client to send logging calls via ajax to watchdog for both errors and general logging. The goal of the module is to fill the gap of logging on the client side to be able to catch and log errors on production environments. Secondarily it could be provide development and debugging tool when client data needs to be recorded for review.

Features Defaults

Component type

module

Categories

Maintenance status

Development status

Downloads

668

Component created

Component changed

INTRODUCTION
------------
The Features Defaults module allows users to select which Features package will will display by default in the vertical tab on the Manage Features page. It also allows users to set the default package for new features on the Create Feature form.

REQUIREMENTS
------------
This module requires the following module:
* Features (https://www.drupal.org/project/features)

Node menus

Component type

module

Maintenance status

Development status

Downloads

209

Component created

Component changed

Synopsis

Drupal allows to add node link into menu which is okay, if you have one menu and/or few links. When you build a site with multilingual features and create a menu per language, then your select box might grow really long. This module tries to help with this use case.

In short, this module does the following - relates the primary menu links source variable and languages, so if you edit/add a node, you get the menu dropdown which contains links in that language. No more big and clumsy menu dropdowns!

Tracking Inject

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a Drupal 8 module.

Adds the ability for injecting tracking scripts into website pages.

Tracking scripts are typically provided by an advertising agency, research firm, analytics firm, or other provider to track the page views or other user activity on your site.

Tracking scripts often need to be targeted to one web page, some web pages or all web pages on a website and tracking scripts are typically used to track email campaign response, special event advertising and marketing campaigns or split-run web page content testing.

Importer UI

Component type

module

Maintenance status

Development status

Component created

Component changed

A utility form builder that allows an admin to perform one-off structured data imports.

A UI handler for fetching, parsing, previewing and processing a data source in one go.

Similar to how Feeds module links pluggable fetchers, parsers and processors to create a feeds processing pipeline, this does something similar with one multi-step admin wizard-like form.
* Fetchers (including preconfigured services)
* Parsers
* a processor stage that will let you preview the results
* options to act on the results.

Media WYSIWYG responsive image

Component type

module

Maintenance status

Development status

Downloads

1008

Component created

Component changed

Overview

Adds option on Media WYSIWYG to make the selected inline image responsive using the picture module. This simply adds 'data-picture-group="<your breakpoints group>"' and 'data-picture-mapping="<your picture mapping>"' attributes on the inline image.

Requirements

Drupal 7.x
Picture
Media WYSIWYG

Config Pages

Component type

module

Maintenance status

Development status

Downloads

21399

Component created

Component changed

DO I NEED IT?
At some point i was tired of creating custom pages using menu and form api, writing tons of code just to have a page with ugly form where client can enter some settings, and as soon as client wants to add some interactions to the page (drag&drop, ajax etc) things starts to get hairy. Same story was with creation of dedicated CT just to theme a single page (like homepage) and explaining why you can only have 1 node of this type, or force it programmatically.