Eclipse Calendar Sandbox

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Initial work for a 3.x rewrite of Calendar 7.x.

The goals of this sandbox are to provide a more approachable calendar module that utilizes date based pagers and month/year/week/day styles without the need to rely on views display plugins.

Expected steps

  • Month based pager (year, week, day as well)
  • Month based views style plugin (year, week, day)
  • Potential wizards for creating final output either views or page_manager based.

Views If Empty

Component type

module

Categories

Maintenance status

Development status

Downloads

9812

Component created

Component changed

This module enables a view to output a field if another field is empty.

You need Views If Empty when

You have a content type with an embedded video and an imagefield thumbnail. The nodes always have the images but occasionally have a video. You want your view to display the image field when the video field is empty, display the video field when available, and never display both.

Installation & Usage

Install normally. Add or edit a view where the row style utilizes fields, and add a Views If Empty field.

Rules examples

Component type

module

Categories

Maintenance status

Development status

Downloads

5374

Component created

Component changed

This project contains example code for Rules 2 plugins:

* Rules actions (including minimal example, an example with a required parameter, and an action that also provides a parameter)
* Rules conditions, including using parameters
* Declaring and invoking Rules events

The example code does not contain any Rules data types, nor any simple tests. Sorry about that.

TinyMCE View Picker

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

TinyMCE View Picker provides a button in TinyMCE that displays a list of views to insert into the Wysiwyg editor help to insert_view module.

The module includes template files which can be edited for your theme, but should not require theming to display correctly.

Requirements

* Wysiwyg
* TinyMCE editor
* Insert View
* Views

This module is modelled on TinyMCE Node Picker and usage is similar.

Pass Node

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Pass Node module allows a user to pass node data from context and use it as arguments for a view. In our implementation, we pass taxonomy terms through context into the view and base the contents of a view off the page it's currently in. This way, we can make sure the content in the view is relevant to the page it's featured on, and is different for every page (as different pages have different taxonomies). Currently supported fields are:

Taxonomy Term Name
Taxonomy Term ID
Author

Views with Even Better Backends

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Views 3 can query different backends such as Solr via Search API. This project is to continue to decouple Views' functionality for the SQL backend.

The problem with the current setup is a lot of Views is still geared towards a SQL backend which means field handlers can't be reused which ends up causing less functionality and duplicate code. Also a view built for a SQL query uses completely different field handlers to one for the Search API so a site builder wanting to upgrade a View from the SQL query to a Solr query has to recreate it from scratch.

Leaflet

Component type

module

Maintenance status

Development status

Downloads

119938

Component created

Component changed

Integration with the Leaflet JavaScript mapping library.

Now compatible with Leaflet JS 1.0.3 !

IMPORTANT: if you wish to use Leaflet JS 1.0.3 with Leaflet MarkerCluster, please read the note on its project page.

A Modern, Lightweight Open-Source JavaScript Library for Interactive Maps by CloudMade.

Views Ephemeral Field

Component type

module

Categories

Maintenance status

Development status

Downloads

456

Component created

Component changed

Enables "New" or "Updated" content markers to be visible by anonymous users. This module extends the functionality of the existing "Node: Has new content" field in Views.

Features

Integrates directly with existing "Node: Has new content" field. Easily enable or disable the option via a checkbox on the "Node: Has new content" field configuration form.

About