This project is under active development.

Marquee Timebomb

Have you ever worked with one of those annoying themers who is constantly talking about 'clean markup', 'responsive' and all that other crap you don't care about?

Me too.

Hotel California

Hotel California prevents users from logging out (or, at the very least, removes any indications from the UI that they're able to).

Unique Queue API

You can clone this project from the 7.x-1.x branch if you want my semi-stable release or the master branch if you want my latest changes.

This module provides an extended API for creating and managing queues. It is
designed to be used as an API for other modules and has no user-facing
components at this time.

Additional queue features currently provided include:

  • Uniqueness constraint on items being added to the queue
  • Priority ordering for items being popped out of the queue

Why not extend DrupalQueueInterface?

In all places, we've attempted to emulate the core Queue implementation as
closely as possible, to minimize the amount of developer wtf.

However, we felt that rather than trying to layer something on top of something not designed for unique and prioritized queue items, it would be more sensible to build a proper solution from the ground up as the default - it will be faster and cleaner as a default.

It would be very possible to build a wrapper around DQI that leverages another table for priority and uniqueness information if integration with DQI is required.

Getting a queue object

To use our queue module, first you will need to get an instance of a queue
object. This is as simple as calling:

$queue = UniqueQueue::get($queue_name);

System Status

 The login screen

SUMMARY

We have a simple mission here at Lumturio; stopping your site from getting hacked.

Looking at every aspect of all of your sites, from necessary upgrades and vulnerabilities, to individual modules. Presenting it in one, easy to read dashboard.

No bullshit, just a simple UI with all the information you need to stay secure.

We allow administrators to build their own monitoring interface to check on multiple installations at once.

Remote Content

The remote content module provides a field with two properties: an URL and a text format.

Pages

Subscribe with RSS Subscribe to RSS - Under active development