Tickspot

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal 8 integration of the Tickspot API.
The first goal of this module is to expose the task entries from Tickspot to clients, so they can follow the time spent on the project itself or the maintenance only (tasks to be exposed could be selected, per project).
This goal can be achieved by mapping the Drupal user ID (uid) with the Tickspot client ID via a field defined at the user entity level.
The PHP port of Tickspot API is maintained here https://github.com/r-daneelolivaw/tickspot.

Webisco Shop integration

Component type

module

Maintenance status

Development status

Component created

Component changed

Webisco Shop is a German online shop solution for car repair and spare part shops. Webisco shops are not self-hosted, but have the possiblity to be integrated in a website either without any customization at all, or via placing its individual parts (widgets) on your website. This module integrates those widgets fully into Drupal.

Features

This module offers:

AdRoll Smartpixel Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a very small basic module that allows users to integrate AdRoll Smartpixel entirely through admin. No need for user to manually add any code.

AdRoll Smartpixel

AdRoll is a widely used retargeting platform. SmartPixel is a JavaScript code snippet that you place in the footer of your site, near the tag.
The pixel simply adds an image to the element of your code and ignores the page otherwise. AdRoll registers a callback with the browser that is called at the end of the rendering process, effectively removing any impact on page load time.

CMISRO

Component type

module

Maintenance status

Development status

Component created

Component changed

CMIS Read-Only

This module provides a simple interface for Drupal users to display content from a CMIS server. Content creators reference documents in the CMIS system, and the module will list the documents in the HTML page, along with links to download the files.

Media DrupalGap

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

UPDATE: This project has been abondonded since the safe_value on body fields has already converted the media tags into HTML, and DrupalGap core has been updated to support this.

Adds support for the Media module's "Convert Media tags to markup" setting with Input Formats, so that the Services module's Node Retrieve resource will return additional file data about the media files embedded within a node's body.

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.