CodeMirror Field

Component type

module

Maintenance status

Development status

Downloads

1339

Component created

Component changed

CodeMirror Field integrates CodeMirror editor as an attachable field (http://codemirror.net/).

Main Features:

- Attach code snippet fields to entities (includes customizable field widget and formatter)
- Autocomplete for the supported modes

Available options:

- Currently the widget supports 4 modes: [text/html, css, less, javascript] but it can be extended easily for other languages supported by codemirror.
- Unique syntax highlighting themes for each field instance.

Form default button

Component type

module

Categories

Maintenance status

Development status

Downloads

778

Component created

Component changed

Overview

This module adds the option to override the default behavior when a form is submitted by pressing Enter from a textfield. This is done on per-form basis.

Description

By default, the browser will pick the first applicable submit button, and press that. You can prevent a form from being automatically submitted at all with this module. Or optionally you can configure the form to use a button of your choosing. For example: you can make it so node and comment forms will trigger the preview button by default.

Watchdog Event Extras

Component type

module

Maintenance status

Development status

Downloads

1470

Component created

Component changed

Overview

Allows other information to be displayed for log events.
I created this module as I would often find myself searching for an ip address of an event to see where the user was based.
This module overrides the standard event log page outputting the same and also allowing other modules to easily add more rows/info to the log report page (D7 hook, or D8 plugin).

Features

Currently it adds

SideComments.js

Component type

module

Maintenance status

Development status

Downloads

369

Component created

Component changed

Integrates SideComments.js with your website - perfect for site feedback, prototype review(s) or other ideas where normal commenting just isn't the right fit.

Admins will have access to set who can view, create, edit, and delete comments. Logged in users will get their info printed into the comment box from the $user object automatically.

Documentation

Coming soon.

Implementation Documentation

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

What?

This module was built to provide an internal documentation component for Drupal sites. It provides a CRUD interface that can be used by administrative/technical users for documenting why they are implementing Drupal in the manner they are.

The module provides:

Linkit Picker Solr

Component type

module

Maintenance status

Development status

Downloads

317

Component created

Component changed

Linkit Picker is an extention to Linkit and Linkit picker.
Linkit Picker Solr adds the possibility to "browse" apache solr documents via apachesolr views.

This module aims to find a solution in multisite environment when many web sites use one apache solr index. It allows to the editor to pick up pages from external sites.

Note that the module is only compatible with Linkit Picker 7.x-3.x

Editor Notes

Component type

module

Maintenance status

Development status

Downloads

3142

Component created

Component changed

About

The module improves administration/editorial usability and provides configurable "Editor Notes" field, which can be added to any Drupal entity.

In general concept of "Editor Notes" is similar to "Comments". The main difference is that "Editor Notes" are for editors and admins rather than for end users.

views_path_filter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The intent of this views field is to filter based on a set of input paths, against the current path. The best example of this in other areas of the drupal core are blocks page filters. A text area field can be passed to this filter and will be filtered based on the current path. Best used with views blocks.