yUML

Component type

module

Maintenance status

Development status

Downloads

983

Component created

Component changed

The online service yUML is a great tool to generate UML Diagrams.

With this module you can write your text then embed a diagram by adding

<pre>
[yuml diagram:class style:scruffy
[Text editor]-(Writes article)
(Writes article)>(Drupal)
(Drupal)>(Uses yUML)
]
</pre>

which is rendered into the image below.

Drupal Module Upgrader

Component type

module

Categories

Maintenance status

Development status

Downloads

11826

Component created

Component changed

This project is a command-line script that scans the source of a Drupal 7 module, flags any code that requires updating to Drupal 8, points off to any relevant API change notices, and (where possible) will actually attempt to convert the Drupal 7 code automatically to the Drupal 8 version! The goal is to hit the most widely-used Drupal hooks and ensure there's coverage for them. See the current battle plan.

Check out the latest demo video:

Brought to you by:

With generous support from:
PreviousNext

One Multistep (onemultistep)

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

One Multistep module is a tool for creating form builder functions using the Form API. By defining dependencies between form elements, One Multistep creates the #ajax to respond to changes in js enabled clients, and transform each step on a sub multi-step form for non js enabled clients.

What it does

Creates a multistep form (if you define any steps) and for each step:
js enabled - Updates the dependent elements using AJAX.
no js - Converts the step on a sub multi-step form based on the dependencies.

PHP WK HTML to PDF

Component type

module

Maintenance status

Development status

Downloads

10945

Component created

Component changed

After lots of frustration and not-close-enough results with other HTML to PDF modules & libraries, I decided to make a Drupal implementation of something I know works extremely well.

IMHO: WkHtmlToPdf is just fantastic!

The Print module was way more than I needed and still would have required custom work for my requirements.

This is intended for module developers, nothing is usable from the front-end.

Set JS Queue

Component type

module

Maintenance status

Development status

Downloads

192

Component created

Component changed

This module provides a function that acts identical to "drupal_add_js()" but will be stored in a session instead and be executed on the next page request (init).

This could be useful if you want to trigger an event after a redirect etc.

set_js_queue('js/script.js', array(
  'type' => 'file',
  'scope' => 'footer',
  'weight' => 3
));

Devel Generate Delete

Component type

module

Categories

Maintenance status

Development status

Downloads

1368

Component created

Component changed

Easily delete content, users, terms and menu items generated by devel.

Warning: this module can only delete items generated after this module was enabled. There is no way (that we know of) to see what content was generated before.

Dependencies