QR for development

Component type

module

Maintenance status

Development status

Component created

Component changed

Stop typing the url of the pages whenever you are going to check your site on a real mobile device!

This module provides options to display a QR code image of your page url, making it easier to check it on a phone, tablet or anything else.
Here are the possibilities to customize the appearing of your image, and the behavior of the module:

GO1 Base

Component type

module

Categories

Maintenance status

Development status

Downloads

1707

Component created

Component changed

Provide some more API for developer to work with Drupal (7).

Install

drush dl go1_base
drush go1r go1_base

Requirements:

If you do have drush installed on your machine. You can download these libraries manually, then at them to ./sites/all/libraries.

GO1 UI

Component type

module

Categories

Maintenance status

Development status

Downloads

1317

Component created

Component changed

Development tools

  • /go1/twig — Form to execute Twig template.
  • /go1/sql - Form to execute SQL queries.
  • /devel/php — Form to execute PHP code with codemirror style, require devel module.
  • /go1/icon — List available font-icons
  • /admin/reports/documentation/go1_base/entity-templates — Browse enabled entity templates.
  • /admin/reports/documentation/go1_base/routes — Browse defined routes.
  • /admin/reports/documentation/go1_base/source/ — Browse source code of enabled modules.
  • /admin/config/development/performance â

Unused Modules

Component type

module

Categories

Maintenance status

Development status

Downloads

15944

Component created

Component changed

Over time your website gets unwieldy so it needs cleaning up.
Though it's simple to find what modules are enabled/disabled, it's rather difficult to find out if this is true for a project.

This is a helper / development module that lists unused modules / projects that can be safely deleted.
This makes your repository cleaner and your website faster.

Multistep Form

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides API to build custom multistep form.
The form builder architecture is similar to the commerce_checkout module.
You can create own steps and panes. And you can and panes to different steps.
Panes are reusable between different multistep forms.

For more details see the mf_example submodule.

Event Dispatcher Profiler

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

/**
 * @file
 * Event dispatcher profiler CLI.
 *
 * Installation:
 * * Copy the script test.php to your drupal root.
 * * Edit settings.php and add the following line:
 *     $settings['edprofiler.subscribers']['DrupaledprofilerEventSubscriberNoopSubscriber'] = 8;
 *   This will add the noop-subscribers 8 times to the container.
 *
 * Usage:
 * * Clear caches
 *     drush cr
 * * Run script once to rebuild the container:
 *     php test.php
 * * Run script 50 times to gather the data:
 *     for ((i=0;i<50;i++)); do php test.php; done
 */
<

Raw SQL Query

Component type

module

Categories

Maintenance status

Development status

Downloads

1906

Component created

Component changed

Version 7.x-1.x
It builds "tables" (mysql views using "CREATE VIEW" statement) based on raw sql queries.
I would say it is like a lightweight version of a materialized views approach.
It uses Ctools to manage data storage and PHPExcel to export data into a Excel file :)
After installation, go to admin/config/development/raw_sql_query
Do not forget clean cache after you store a query.