Enhance the editorial interface and improve the processes and workflows around creating, editing or removing content.

Ctools tabs levels

Ctools tabs levels extends ctools content_type for Tabs to show deeper levels
then secondary. This might be usefull, if you want to render a separated block

Entity Lister

Entity Lister provides a class (EntityLister) for querying and theming entities. Entities are queried using EntityFieldQuery and themed according to your specified view mode.

This module is for developer use. It provides no GUI, unless you count the pager and cache viewer.

Why?

If you work with EntityFieldQuery often, you are no doubt familiar with this common routine: (1) query for the entity IDs with EntityFieldQuery; (2) load the entities with entity_load(); (3) pass each entity to a view function (e.g. user_view(), node_view(), etc.) and specify a view mode; (4) call drupal_render().

The EntityLister class encapsulates this common routine so you don't have to repeat yourself as much in your code. By using this class, you also get some other (optional) things for free, such as caching, a configurable pager, Node View Permissions integration, etc.

Dependencies

Entity API (entity)

Upgrade Notes

With the release of the 1.0 version, the API is now frozen in the 1.x branch.

Upgrading from any version prior to rc3? See the rc3 release notes.

GPX field

This module creates a new field called "GPX" so you can upload GPX files to your entities.

Feed aggregator (Google Reader replacement)

This is experimental project. ATM I do not plan to release, support or use it in production. This project is intended only as a proof of concept.

confirmexit

git clone --branch 6.x-1.0 lalit774@git.drupal.org:sandbox/lalit774/1969340.git confirmexit

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience