PHP Code In Views

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Find PHP Code written in Views. This module will gone show you a table in which you will find name of view's and PHP code written in Global PHP Field. This module will Create views for it (link will be provided on the top of table. Using this view you can add additional functionality to this views).

Features:
--------------------------
1)This Module will find PHP Code written in views.

BlockTimer

Component type

module

Categories

Maintenance status

Development status

Downloads

187

Component created

Component changed

Block Timer is a module for analyzing page block performance.

It will display a small text box underneath each block title showing the time (in milliseconds) it took to render that block. Hovering your mouse over the text box will display a popup window with some more useful detail to help you analyze the load time of your pages.

Webform Submissions ACL D7

Component type

module

Maintenance status

Development status

Component created

Component changed

A Drupal 7 port of webform_submissions_acl module.

Webform Submissions ACL provides a neat way to control per-webform who may view/download the webform results. It's worth noting that it doesn't use the ACL module's API, but its own database table. But it seems to work just fine.

There is an issue in their issue queue to finish up a D7 version, but it's not really gotten anywhere. People were probably just happy with the basic patches provided, and maybe added their own locally.

Auto persist data form

Component type

module

Maintenance status

Development status

Downloads

2934

Component created

Component changed

This module allows you to automatically persist your forms' text field values locally, until the form is submitted. This way, your users don't lose any precious data if they accidentally close their tab or browser.

Installation

First you create new folder either in the sites/all/modules folder or just directly in the modules folder at the Drupal root. The good news is that you can move the folder even after, enabled. No more need to rebuild the registry. You can thanks the clever autoloading capability of Drupal 8.

Digital size formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

22893

Component created

Component changed

This is a tiny module that provides a digital size formatter to core numeric field types: integer, float and decimal. The formatter assumes that the field value is stored as bytes. If the stored value is float or decimal, the formatter will convert that value to the closest integer. The formatter uses the standard Drupal format_size() function.