JSONP SPARQL

Component type

module

Maintenance status

Development status

Downloads

1573

Component created

Component changed

This module makes it possible to enrich content with data from an external SPARQL endpoint, based on fields or any other data available. Since it is entirely loaded client side (with JSONP), it is very lightweight, but it can still be very flexible.

It also has options for using the Drupal instance as a proxy, if the endpoint you want does not return JSON with a callback.

Quick Cache Cleaner

Component type

module

Categories

Maintenance status

Development status

Downloads

1947

Component created

Component changed

Add an administrative menu item to quickly clear all Drupal core and Views caches.

This is a very simple module I use on my sites to allow content contributors to clear caches so they can see their changes when views are set with long cache times. It simply calls functions already delivered by the Views module and core, then returns to the administration menu.

Nodetype access

Component type

module

Maintenance status

Development status

Downloads

4844

Component created

Component changed

Here's the module that gives you the "view [type] nodes" permission.
It does this in a lightweight way with a simple query_alter, without needing the grants system (yay!).
Kudos to webchick for the idea and initial code.

P.S.: EFQ fetishists now find glory in a submodule.

List field predefined options

Component type

module

Categories

Maintenance status

Development status

Downloads

17444

Component created

Component changed

Supports 'predefined options' for core List fields such as US states, etc. Provides a hook to allow other modules to define their own lists.

This is similar in functionality to the Webform-specific hook hook_webform_select_options_info, but is intended for an API for not just core but for other modules as well.