Pager Limits

Component type

module

Maintenance status

Development status

Downloads

1234

Component created

Component changed

Are you annoyed by the hard-coded limits of many pagers, most notably the '50' limits of many of core's lists, like users, content, comments, and watchdog entries?

Pager Limits compiles a list of paths with pagers, as you encounter them, and it allows you to assign a custom limit to each pager.

Unlike other solutions, Pager Limits does not require any changes to core.

Bookr

Component type

module

Maintenance status

Development status

Component created

Component changed

Over the years I have developed a few booking systems for hotels and resorts, most of them consisted of masses of custom PHP code. Bookr is an attempt to bring all of these code files in line with Drupals coding standards and to allow for the whole system to be installed and configured within a Drupal site by the end user simply by installing the module.

Currently under development so many code files are rather sparse but please keep an eye out for the first beta release.

Hostmaster intervention

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a very simple project created to extend Aegir frontend features. It adds a button to access one time only to a website and perform maintenance on it. It is very similar to the button "reset password" but it affects another user.

Default Menu Link

Component type

module

Maintenance status

Development status

Downloads

6078

Component created

Component changed

Provides the user with a check box on all content types to set the "provide a menu link" value to true by default.

This is basically a nice way to ensure the menu system is adhered to by all content authors.

UUID Redirect

Component type

module

Maintenance status

Development status

Downloads

4768

Component created

Component changed

This module allows seamless redirection between viewing content on a public-facing website and editing it on a separate, centralized administrative site. It is designed for use with the Deployment and Universally Unique ID modules, as part of a comprehensive content-staging solution.

The simplest functionality it provides is for an administrator browsing the public-facing site ("Viewing Site") and clicking a standard "edit" link on their content to be automatically transported to the correct page on the administrative site ("Editing Site") at which that content is edited.

It has additional flexibility, however; it can be configured to perform similar redirects for any Drupal entity (e.g., taxonomy terms and users, rather than just node content) and for any path associated with that entity (not just the standard /edit path). It also has support for redirecting only certain "bundles" (e.g., node types); for example, if your use case requires Page nodes to be edited on the Editing Site site but not Article nodes, you can configure the module to only redirect edit links for Page nodes but leave the Article nodes alone.

Drafts

Component type

module

Maintenance status

Development status

Downloads

1029

Component created

Component changed

This module provides a field that is capable of auto-saving drafts of an entity (only tested on nodes at this point). This behaves much the way Gmail drafts do.

To enable drafts, simply add a Drafts field to your entity. It provides timed auto-save as well as a "Drafts" tab on the content admin page. Note that this requires a core patch - check out the README.txt for more information.