Stepwise

Component type

module

Maintenance status

Development status

Downloads

829

Component created

Component changed

What is Stepwise?

Most modules require a site builder to change settings on several pages. Stepwise strings all those forms together into a single multistep form. If you have a module with a setup that requires users to make changes on more than 2 forms, consider including a stepwise workflow into your module folder on Drupal.org.

Plugin tools

Component type

module

Maintenance status

Development status

Downloads

1997

Component created

Component changed

Plugin tools is a small developer/administrator utility which allows you to browse the various plugins provided by different modules. This information is normally hidden in the code layer. The aim is to provide some useful, extra tools to developers and interested maintainers.

This may be desirable for several reasons:

  • To see which modules are providing plugins
  • To check and debug plugins during development

The Drupal 7 version of this module works with Chaos Tools plugins. A possible future Drupal 8 version will utilise core plugins.

Movico

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Movico is a framework for helping web developers create well organized Drupal modules and web applications using OOP techniques and the MVC design pattern. Developers can use powerful objected oriented PHP features. Movico allows developers to take more advantage of popular IDE tools for creating better software.

Fapi Image Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

This module actually comes as a helper, to assist developers who wish to create
a custom form with image uploads preview, using the form API.
It is more suitable for the examples project and really after understanding
the code you may snippet to your module the relevant parts.

If you ever wanted to create a image upload field with an image preview on a custom form using the form api, this module may just be the thing you need !
Simple and easy to understand how you can achieve an image preview.

Views example

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The objective of this project is to illustrate a bug with Views 7.x-3.5 (and more generally Views 7.x-3.x) where an embedded view with exposed widgets is emptied incorrectly because of validation errors in unrelated forms on the same page as the view.