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

Language Prefix

Component type

module

Categories

Maintenance status

Development status

Downloads

513

Component created

Component changed

Description
A very small little module which allows you to see the language URL prefix in it's own column on the languages overview form at: /admin/config/regional/language. We've found this useful enough as times as a custom module to become a real module.

It's helpful when utilizing path prefixes for language detection while dealing with many different languages (and especially custom ones) simply from an overview/organizational perspective. It's a pain to have to click 'edit' on each language in order to see what it's path prefix is.

Feeds Content Rewriter

Component type

module

Categories

SEO

Maintenance status

Development status

Component created

Component changed

A project that was sponsored by xCubicle that they allowed me to open source. Rewrites feeds pulled by the feeds module as they come in, used for SEO.

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
));

Belgian eID Mellon integration

Component type

module

Maintenance status

Development status

Downloads

2499

Component created

Component changed

A small module that allows users to authenticate with a Belgian eID card, using Fedict's Federal Authentication Service (FAS) and Apache mod_auth_mellon.

Limitations

At the moment, it tightly coupled with FAS and OpenFed distribution.

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.

Feeds: Telvue

Component type

module

Maintenance status

Development status

Downloads

484

Component created

Component changed

This module extends the standard RSS namespace recognized by the Common Syndication Parser to include custom elements included in a Tevlue schedule feed.