CTools Export code - diff

Component type

module

Categories

Maintenance status

Development status

Downloads

114

Component created

Component changed

What this does:

This module provides an overview of all of your CTools objects (much like CTools' bulk_export module) and provides the ability to generate a 'diff' view to compare their in-code (default) and in-database (overridden) versions.

It lists all the objects at an overview screen at /admin/structure/ctex_diff and also inserts 'diff' links into most dedicated edit screens (for views, rules, panels, etc etc).

(It also provides a tiny bit more, but you likely don't need that.)

ZABBIX DB

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Zabbix DB is a module, which provides an access to the system of monitoring Zabbix. This module helps you to display data from the database of monitoring according to your criteria.

http://www.zabbix.com/
Zabbix is the ultimate open source availability and performance monitoring solution.

I want to create the united "umbrella"/ dashboard to control IT in organisation by means of Drupal. and this module is a part of this idea.

User Picture Initials

Component type

module

Maintenance status

Development status

Downloads

1467

Component created

Component changed

This module replaces the "Default user picture" with the user's initials. So when the used didn't upload a picture, the website displays JD for John Doe, or simply A for Admin.

Using the module

Simply enable the module. That's all. No settings needed. It even comes with default CSS (see screenshot) and Views integration.

Views Numeric Filter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Goal f this plugin is to allow Views Contextual Filters to support standard comparators like >, <, >=, etc. for integer and floating point fields/columns/properties. Submitted arguments can be added to WHERE clauses and combined to do range comparisons. Module should support both standard numerical types (int and float) as well as recfdognize and operate on timestamp columns stored in Unix epoch format.

Views Get Parameter

Component type

module

Categories

Maintenance status

Development status

Downloads

230

Component created

Component changed

Use views_contextual_filter_query instead.

Original Description:

Views GET Parameter adds a new option to the "Provide default value" dropdown that lets you specify a GET parameter to use for the value you wish to filter from.

Originally posted on BitBucket as get_arguments.

Views Localized Terms

Component type

module

Maintenance status

Development status

Downloads

124

Component created

Component changed

Views 3.x does not render localized taxonomy terms by default.

This simple module makes views rendering the taxonomy terms as localized, if the translation method for their vocabulary has been set as 'Localize'.

If a localized version for the term does not exist, the term will be displayed in the default language.

Module's dependencies:

Views Node Type Default Arg

Component type

module

Categories

Maintenance status

Development status

Downloads

297

Component created

Component changed

This module makes it possible to create a block view and filter it by the node type of the current node through a default argument.

The code for this module was published on Stack Exchange http://drupal.stackexchange.com/questions/11979/contextual-filters-and-n.... Since this is a problem multiple people encounter, it makes sense to have this in a project.

Views Fast Field

Component type

module

Categories

Maintenance status

Development status

Downloads

692

Component created

Component changed

This module provides Views fields which display entity fields without entity loading and, optionally, without standard logic of field formatter processing.

By implementing views_fast_field_formatter() hook, custom formatters can be defined for fields having complex data.

Views slug title

Component type

module

Maintenance status

Development status

Downloads

517

Component created

Component changed

Do you has ever happened to have to retrieve the title of a node over the arguments in views? Or to generate a view with a legible url?

With Views slug title, you will easily be able to use the title of your node as arguments.

This module includes a field similar to "URL path settings" except that views slug title generates only the title.

The character will be replaced or deleted based on the settings configured in "alias url".