Execute Query

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

What is Execute Query?

The Execute Query module allows you to run queries on your database using the Drupal interface.

You can save your queries for future use and execute them whenever required. It also displays the number of rows selected and the execution time for each query. It also records the number of times a query is executed.

It displays the list of queries, number of times it is executed along with option to edit delete and execute.

Variable Extra

Component type

module

Maintenance status

Development status

Downloads

2312

Component created

Component changed

Variable module add-ons and tools. See http://drupal.org/project/variable

Variable File

Adds support for managed and unmanaged files/images as variables. It provides four new variable types:
- file_upload, unmanaged file
- image_upload, image file, unmanaged
- file_managed, managed file
- image_managed, managed image file

dBug

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This simple module includes the dBug tool for developers. It implements a function dbug() that lets you easily print out an object or variable in convenient way. dBug.php source code comes from http://dbug.ospinto.com/.

Adjust the module weight to choose when it loads in relation to other modules. : Admin->Config->Develoment->dBug

Ajaxify Drupal with JQuery Ajax

Component type

module

Maintenance status

Development status

Downloads

25991

Component created

Component changed

Ajax links API module help you to load any content to a specified DIV or ajaxify whole drupal site, using JQuery Ajax. This module will also load JS for Ajax-loaded content by using Drupal.attachBehaviors(). In case you dont want to load js or css, you can alter tpl for path/node type.

Links will work as normal if Javacript is disabled so no effect on web crawlers used by search engines.In HTML5 browsers, title bar and url will change using history.pushState(). Also, it will update active class on links.

Pathinfo

Component type

module

Categories

Maintenance status

Development status

Downloads

1984

Component created

Component changed

This module was really more of a proof of concept that never became sophisticated enough to be truly useful. I am now marking it as unsupported.

If you are looking for something similar (but much richer), I recommend webprofiler (included with devel) for D8. Suggestions for a D7 equivalent welcome!