Cloudflare Roles

Component type

module

Maintenance status

Development status

Downloads

1437

Component created

Component changed

Purpose: White list admins when they log in so they can submit html content without the cloudflare challenge screen.

This simple module creates two new permissions "cloudflare whitelist" and "cloudflare blacklist." Any user with a role with the respective permissions will be either whitelisted when logging in, unwhitelisted when logging out, or similarly blacklisted when logging in, and unblacklisted when logging out. If the ip changes mid session, the module will update cloudflare as well.

Password Hustle

Component type

module

Categories

Maintenance status

Development status

Downloads

7349

Component created

Component changed

Adds the password set form as an optional fields on the one click login. In other words, we encourage (hustle) the user into setting their password as they log into the site via a one click login.

The picture to the right also represents additional theming and page renaming not part of this module.

This module borrows heavily from user.module.

This project was originally sponsored by NumbersUSA.

Backbone

Component type

module

Maintenance status

Development status

Downloads

12045

Component created

Component changed

What this module does

This module provides a foundation for the development of Backbone.js apps with Drupal. Using this module, you can build complex interactive interfaces with little to no server side code, basic content type configurations, leveraging Drupal's field and entity types and Backbone's power on the client side.

It contains classes for working with Drupal nodes, node listings and views in Backbone Apps. Want to load a view and change the title of the first node? Here's the code:

var viewCollection = new Drupal.Backbone.Collections.NodeView();
viewCollection.viewName = 'backbone_example';
viewCollection.fetch({success: function() {
  viewCollection.at(0).set('title', 'New Title');
  viewCollection.at(0).save();
});

Tripletex

Component type

module

Maintenance status

Development status

Downloads

1159

Component created

Component changed

Tripletex is an API module that allows your site to integrate to the on-line accounting system Tripletex. The module enables your Drupal installation to generate and send unpaid (with due date) or paid invoices to customers from your website. Created invoices are tracked with payment status.

Overlay

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a backport of the overlay module in Drupal 7!

It took a while but finally the first version is out. It only works for Drupal 6, there is no any plans to port it to D5 :P, but if you want to collaborate on it, feel wellcomed!!!

There are some functionalities that havent been ported yet, like refreshing regions.

I have to check the code out, clean some stuff, etc, and Im going to upload a README.txt which describes all the things that needed to be changed in order to make it work on D6. Overlay uses a lot of new functionalies of D7!!!

BugHerd

Component type

module

Maintenance status

Development status

Downloads

10031

Component created

Component changed

BugHerd is an issue tracking system built for designers and web developers. This module allows you to quickly and easily add BugHerd to your Drupal site. The module allows you grant access to BugHerd by roles and even turn it off for admin pages.

You can sign up for a free 14 day trial of BugHerd and see if it will work for you - no credit card needed. Check out the features list.

Multi-Lingual Feedback Tab

Component type

module

Maintenance status

Development status

Downloads

1143

Component created

Component changed

Multi-Lingual Feedback Tab (MLFT) is a Free fully functional and easy to customize feedback tab by One Hour Translation.
MLFT allows any site owner to add multi-lingual feedback tab to any page in a simple and easy way.

Main Features:

sitegraphs

Component type

module

Maintenance status

Development status

Component created

Component changed

---
Site user/node statistics/graphs
Number of user registrations, comments, ideas, likes per month
See the README.txt

A 6.x and 7.x branch has been created. The 6.x branch is stable and working. Its not possible it seem to manage releases for sandbox modules, so when checking out this module, select the 6.x or 7.x branch, not master. Some release have been tagged too (see 'git tag').

PDF

Component type

module

Maintenance status

Development status

Downloads

59054

Component created

Component changed

Use HTML5 to display PDF files if users don't have pdf plugin for their browsers.
Thanks to pdf.js project by Mozilla.

With this module you can use pdf.js to display PDF file all the time or only use pdf.js when visitors don't have pdf reader plugin.

Use this module with apachesolr_file (recommend with file_entity 7.x-2.x), you can build your owned online library.