Mobile Tools Secure Pages Helper

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project

This is a sandbox project for allowing mobile tools and secure pages to work together.

It simply avoids storing the URL configuration to the database, so it can be set via settings.php . (securepages_basepath, securepages_basepath_ssl, mobile_tools_mobile_url, mobile_tools_desktop_url.

Enhanced Queue

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module aims to extend Drupal 7's queue systems for more complex operation. It adds 2 tables to the queue table - q_key and q_item id. Using q_key, you may group your queue operations within a certain category (eg within a context of a feed import) and by using q_item_id you can reduce duplicates within a category or across the named queue.

This project is sponsored by AllPlayers.com, Inc.

Recommendations

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

College professors often are requested by their students to write Recommendation Letters to other colleges for contnued graduate studies or for research opportunities. Professors who teaxh graduate courses need to expend a considerable effort at year's end writing these letters and sending them to their requested schools. The information the professor needs from the student is often incomplete and needs several iterations of emails to get the information.

Views php pager

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This small sandbox project allows to generate a pager in php.

There are certain use cases where you might have not that many results in the actual query like 50 but you can't remove items on the query level, but you still want a proper pager.

This module basically loads all items and reduces them according to the current page.