Bigstock Media

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides Bigstock API integration with the Media module. After enabling this module and entering your Bigstock API information, you will be able to search and purchase images from Bigstock without leaving Drupal's Media browser window. You can also quickly look up images you have previously downloaded with this module for integrating into your site.

This module is still being developed and not recommended for production use, but is fully functional, however hasn't been tested using the production API.

Colorfield

Component type

module

Categories

Maintenance status

Development status

Downloads

29473

Component created

Component changed

An color field, with switchable jQuery-powered colorpicker.
This module brings to your Drupal site a new field type to use colors in your contents, views...

When you will install this module you will be able to use one of the two widgets:

Google Translator

Component type

module

Maintenance status

Development status

Downloads

397

Component created

Component changed

Brings the power of Google Website Translate into Drupal, providing an instant translated version of your site's text.

Convert any menu link into a google translate switch, that, on click, will show a dropdown with configured languages. This way we keep a lean user interface for those who do not need the translation option. Optionally, you can add the translate switch as a block instead.

RDFviz

Component type

module

Categories

Maintenance status

Development status

Downloads

732

Component created

Component changed

Renders the RDFa that your Drupal7 site is outputting in a graphical form.

This is something of a successor to graphviz_filter, although it has nothing to do with input filters any more.
Radically, it has very little to do with Drupal internals any more either. This tool just inspects your rendered pages and then parses the RDFa hints out of them, so you are really seeing what the search engines and semantic scrapers are seeing.

Current work is just using it to try and autogenerate site navigation diagrams and content relationships using HTML REL links and embedded metadata, but it can also expose data relationships such as A Drupal-managed staff directory showing team membership and heirarchy

Output options include

  • basic RDF dump - a table of triples
  • Raw 'dot' file syntax - as used by Graphviz and a large number of other graph tools
  • PNG image
  • SVG image

Traditional "RDF Graphs" are horrible computer-science things, but I've found that with only a little coercing, the graphviz renderer can be told to do a much nicer job of it.

ApacheSolr Numeric Sliders

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

git clone http://git.drupal.org:sandbox/AndreasRadloff/1474894.git apachesolr_numeric_sliders

This module extends the Apache Solr module. It indexes number fields (currently assumes integer type) and provides a block for each selected field with a jQuery UI slider that can be used to filter on a range of values.

Context Request Path

Component type

module

Categories

Maintenance status

Development status

Downloads

1717

Component created

Component changed

Overview

Context Request Path is a context condition that implements the Request Path condition
It works mostly the same as Context Path, but it uses the actual request path in stead of the internal node path.

It uses the same configuration style as Context Path, this means wildcards("*"), exclude("~") and < front > properties work.

Services Token Authentication

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds a token authentication method for the Services 3.x branch.

When adding this authentication method to an endpoint you can choose what roles will get a token and users then can get their token on their profile page.

The token is sent by passing it in a header value called 'authorization'. The module finds the user with that token and then sets that user as the user the services call will be executed as.