readonly textarea

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is simply a copy of the D7 core text module located at /modules/field/modules/text that has been pared down and re-named noedit_text for the sole purpose of adding the attribute 'readonly' to a textarea field for a specific use-case:

Edit Views

Component type

module

Maintenance status

Development status

Component created

Component changed

In-place editing of entity fields in Views.

This is an experimental project! Supporting in-place editing of entity fields in Views is non-trivial!

Drupal 7

Extends the functionality of Edit module.

Drupal 8

Extends the functionality of the included Edit module.

CurdBee

Component type

module

Maintenance status

Development status

Downloads

1503

Component created

Component changed

CurdBee is an online billing software for small businesses and freelancers. For details please visit their website http://www.curdbee.com

NOTE: Curdbee API is not available anymore. For Hiveage integration, please go to https://www.drupal.org/project/hiveage.

About

This module allows integration with CurdBee invoicing system using their API.

Requirements

A fully functioning CurdBee account.

References dialog Entity Translation

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a modified version of References dialog that allowed us to use it on multilingual sites.

Basically, for a translatable content type:
1) Adds the 'Add translation' link, only displayed when a translation of the referenced node does not exist.
2) Updates the 'Edit' link to only be displayed when a translation exists.

Only implemented for Entity References and Entity Translation.

rsssitename

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Alter the standard rss output to use site name rather than the node creator.

By default the rss feed shows the dc:creator to be the actual username of the person who created the content. This module replaces the name with
the site name. It could easily be extended.

Kint

Component type

module

Maintenance status

Development status

Downloads

13

Component created

Component changed

What is it?

Kint for PHP is a tool designed to present your debugging data in the absolutely best way possible.

In other words, it's var_dump() and debug_backtrace() on steroids. Easy to use, but powerful and customizable. An essential addition to your development toolbox.