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.

CTS

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allow your visitors to subscribe to one or more type of content and to receive an email notification when a new content is published.

Open Atrium Migrate

Component type

module

Maintenance status

Development status

Downloads

546

Component created

Component changed

An experimental module for migrating Open Atrium 1.x sites to Open Atrium 2.x.

So, first of all the big warning: PLEASE DON'T USE THIS IN PRODUCTION! This is only for other folks looking to experiment and do development for now.

But, if you did want to test it, here is how you'd do that:

Revision collection

Component type

module

Maintenance status

Development status

Component created

Component changed

This module makes it possible to create collections of content.

Nodes can be placed inside a collection. When a collection is active, all users will be able to see only content within this collection. Collections can be set on global level and on user level.

use:

  • Create a collection
  • Select the active collection on the user profile page or in the collection settings
  • Add content or add existing content to a collection

Classy suite

Component type

module

Maintenance status

Development status

Component created

Component changed

This module creates a simple WYSIWYG-style interface for all aspects of building, designing and developing the logic behind very complex forms.

Submodules:

Classy Logic

- A sandboxed simplified JavaScript/CoffeeScript-like scripting language that allows you to define triggers and effects (such as hiding/revealing, disabling, validating) via a standard programming language, as snippets that are attached to fields. This language can access form values and the values of other entities referenced by the edited entity as simple variables. No evals are used.

Human Queue Worker

Component type

module

Maintenance status

Development status

Downloads

3243

Component created

Component changed

Turn your users into compliant worker drones! With this module, you can have multiple users working concurrently through a queue of entities, to process them in some way.

This works with Drupal's core Queue API, but is meant for tasks that can't be accomplished by an automated worker process. Examples of use cases include approving items for publication, deleting spam, and cleaning up data.

Global Redirect Disable

Component type

module

Maintenance status

Development status

Component created

Component changed

GLOBAL REDIRECT DISABLE allows you to conditionally disable the Global Redirect module based on the current path.

At this time (Nov 25, 2013) the functionality to disable Global Redirect for specific paths does not exist within the Global Redirect module itself. At a point in the future when that does become available, this module should no longer be necessary.

Disabling the Global Redirect module can be necessary when we have code using hook_url_inbound_alter(). This can conflict with Global Redirect.