Tabler

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal 7 example module.

1. Import data from CSV file
2. Output data as HTML table
3. Editable table cells
4. Validation

Sample CSV:
---
Name;Home;Work;Mobile
Ivan;79000000000;79000000001;79000000002
Petr;79000000003;79000000004;79000000005
Sergey;79000000006;79000000007;79000000008
Nikolay;79000000009;79000000010;79000000011
Vasily;79000000012;79000000013;79000000014
Eugene;79000000015;79000000016;79000000017
---

Passive

Component type

module

Maintenance status

Development status

Downloads

602

Component created

Component changed

This module provides passively refreshed page cache.

Users never have to wait for a cacheable response because cached responses do not expire. Instead, they "refresh" by performing an indirect asynchronous request to update the page cache.

This module passively supports Authcache via a reverse proxy. In response to a proxy request advertising support for passive secure sub-requests, this module takes care of instructing the proxy to retrieve the appropriate cacheable page.

Coordinates picker

Component type

module

Categories

Maintenance status

Development status

Downloads

325

Component created

Component changed

This is a very simple module to help end users to select coordinates (latitude / longitude), by dragging a marker on a google map.

The heavy javascript work is handled by the jquery-locationpicker-plugin, which is a requirement for this module.

Currently this is implemented only for geofield field types, when using the Lat/Lon widget to input the data. Patches to extend this are welcome :)

PageSpeed

Component type

module

Maintenance status

Development status

Component created

Component changed

Google PageSpeed can be increadibly useful. Or it can be the bane of your existance.
For example, you may have a weird compression issue, or a JavaScript error that cannot be traced back easily.

This simple module allows you to control which pages of your site allow PageSpeed to function.
Disable it for your entire admin, so that you don't have to worry about PageSpeed violating some third-party module JavaScript.

This helped me get out of a jam some time ago, and I figured I'd share it.

Only works with more recent versions of PageSpeed, 2014 or newer.

fb_comment_notification

Component type

module

Categories

Maintenance status

Development status

Downloads

151

Component created

Component changed

This module provides interface for admin to add email address if Admin want to get mail notification when new comment has been posted using facebook comment module.
Multiple email addresses can be added separated by comma.

-- CONFIGURATION --

* Add email address in Administer >> Site configuration >>
Facebook comments notification settings.

Admin Custom Files

Component type

module

Maintenance status

Development status

Component created

Component changed

The Admin Custom Files module was created to allow Drupal site builders the option of adding a custom CSS and JS file to the admin areas of a Drupal website. These added styles and scripts can then be used to fine-tune the admin interface without the need for a completely separate admin theme or subtheme.

Scald Image Upload

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a module created to use with Scald Media.
It's designed to create image atoms from only image fields. For example, if you want to let your users to upload images to the site from their desktop but have no access to the scald library, however it's still added as an atom in the library.

7.x-1.0

This code could be altered to create other atoms, such as files.

*The node type and field name can be changed in the code.