Open Media Manual Scheduler

Component type

module

Categories

Maintenance status

Development status

Downloads

347

Component created

Component changed

This module uses Open Media Playback Servers to schedule shows on Princeton, Tightrope, or Synergy playback servers from Drupal. Does not require configuring a grid of Timeslots based on Themes or Projects like Timeslot Scheduler. Simple UI for adding a single show starting at a specific time.

Last Tweet

Component type

module

Maintenance status

Development status

Component created

Component changed

This module shows your last tweet. I wrote this to display only your last one tweet. You can use it in a block...or hardcoded in your theme. I didn't see any other modules for this that did exactly this and/or were updated with the newest API from twitter.

To use:

Add print get_last_tweet() into your block or theme.

Go into admin interface --> last tweet --> and then enter the username you wish to display your last tweet from.

Check out the attached image to see a screenshot.

FileField Secure

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows for selected filefields to protect their files from download unless from users with appropriate role permissions. This allows a site to use Public file access method for the main site, but selectively secure a subset of files as required.

The module works by creating a secure subfolder under files. Therefore there are a few requirements:

* Ability to use .htaccess files to secure folders on your server (i.e. Apache webserver).
* Filefield_paths to put selected files in the secure folder.

WPO

Component type

module

Maintenance status

Development status

Component created

Component changed

This project is currently on hold. The CDN module is making solid progress, but I don't currently have time to build an all-encompassing solution. Please continue to use the separate projects for now.

This project will eventually become an all-in-one solution to all your WPO (Web Performance Optimization) needs for Drupal 7.
A single module with a consistent UI for all WPO needs is much more manageable than installing a myriad of modules, each with a UI that lives somewhere else.

What will it do? It will:

  • Provide CDN integration. Current solution: install the CDN module.
  • Provide minified JS. Current solution: install the Javascript Aggregator module.
  • Bundle CSS & JS files intelligently. Current solution: install the BundleCache module.
  • Optimize images losslessly. Current solution: no generic Drupal module available. This will be supported by the BundleCache module though: #969870: Lossless image optimization.
  • Measure real-world page loading performance of your Drupal website (as experienced by your actual visitors). Current solution: Episodes.
  • Automatically recommend the CSS and JS bundles that provide the best performance (from a statistical point of view), by analyzing the data generated by Episodes. Current solution: does not exist anywhere in the world. Future solution: based on my master thesis, which is due for June 2011.
  • Include a UI that can be disabled.
  • Make your visitors wonder how a site can be so fast!
  • Need your support, both in code review and financial support.
  • Not be backported to Drupal 6 and most definitely not to Drupal 5.

Note: CSS/JS are gzipped by Drupal 7 core automatically.

First, the CDN module version 2.0 will be released, as well as Episodes 2.0, and the BundleCache module for Drupal 6 will be made stable. Then, work on this module will begin.

I know, it's bad practice to reserve a Drupal namespace, but I think it's justified in this case — I've proven to work on several of the aforementioned modules over a long period of time (I'm the maintainer of three of them).
If you want to speed up development, contact me for sponsorship.

Search By Id

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Search by ID creates a simple search block that, when NID's are entered, returns a specific content node. This module incorporates Ajax to return a list of NID's while typing. This project replaces "FindNID".

Frontpage

Component type

module

Maintenance status

Development status

Downloads

8235

Component created

Component changed

This module allows setting a node as frontpage for anonymous and authenticated users. Users can be allowed to set the frontpage by setting the appropriate permissions.

Once the module is enabled

  • two new links will appear at the end of the node body (Set as anonymous frontpage, and Set as authenticated frontpage) for any content type that has been enabled, and for the users with the right permission;
     
  • Two new node operations will appear at admin/content (Set as anonymous frontpage, and Set as authenticated frontpage) for any user with the right permission.
  • Only users with the edit frontpage permission, or the bypass node access permission can edit the node that as been set as authenticated (anonymous) frontpage.
     
  • Only users with the set frontpage permission, or the bypass node access permission can set the frontpage for the authenticated (anonymous) users.

Â