mycalc

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module shows an example how to maintain Drupal.ajax in Drupal 7. It is simple calculator with on-fly summarization

Views calc distinct

Component type

module

Maintenance status

Development status

Downloads

1803

Component created

Component changed

Views calc doesn't calculate correct values if used in a view with one ore more relationships that will create multiple rows in the result which are limited by a distinct setting. If the query is set to "distinct" the calculation will add the total calculation of all queries even for rows that are hidden by the distinct statement. This behaviour in general is correct from a queryie's point of view but it will not match the customer's expectation.

FacetAPI URL Validator

Component type

module

Categories

Maintenance status

Development status

Downloads

1798

Component created

Component changed

This is a cheeky little module that attempts to insert some validation of URL parameters into Facet API, so that if someone pops something random into the URL it doesn't get sent to the search backend for it to choke there.

For example, it's possible to send strings to filter integer fields.

This probably isn't the best implementation of this stuff, but it works!

Media Embedded (File Field)

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project is a quick rewrite of the existing Media Embedded module to support fields with the File type (as opposed to the now deprecated Media asset field type). It scans a specified text field for valid media URLs and saves them automatically into a media field for display with the entity.

It should not be considered entirely stable/bug-free, but it is functional.

Major changes from upstream: