Considered feature-complete by its maintainers.

Field Denied Access

Field Denied Access provide ability to deny fields access so no one can't change their values by using user interface.

Fjords

A rather direct rip-off of the Fjords Wordpress theme, for Drupal 7.

Woefully incomplete, created as an exercise. Use at your own risk.

Services Search

This module provides a Services resource that enables a remote application to search for content and users on your site using Drupal core's search features. It's developed for Services 7.x-3.x as a reimplementation of the search service that was available in Services 6.x-2.x. If someone wants to help maintain this project going forward, they're more than welcome!

Views Media Browser

This module adds a Views based Media browser to the site that allows filtering files based on fields attached to the various file types.

Equi Join

The Equi Join module allows you to create relationships between different entities based on an arbitrary field. This allows the use of relationships in Views without having to add Node References to a content type, which may not be an option when displaying data stored on a third-party database or data provided through custom Views handlers. That said, it works with nodes as well.

As an example, if you have a content type Employee and another content type Department, and they both have a different field that contains their Department ID, you can create a View that links them both by means of the Department ID field. In very simplified terms, the resulting query would be something like (note that the fields for the ON clause can be different as long as they contain similar data to join on):

SELECT *
FROM employee
LEFT JOIN department
ON employee.field_employee_deptid = department.field_department_id;

The above query will retrieve all the employees with their associated departments.

Read more about equi-joins here: http://en.wikipedia.org/wiki/Join_(SQL)#Equi-join

Requirements

This module depends on Views.

How to use

Weather forecast

Shows weather forecast.

On local computer installation may lasts longer, because module loads xml file with weather forecast.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only