fserver

Component type

module

Maintenance status

Development status

Component created

Component changed

Just a fserver sandbox project

Changes

Changes and patches to original fserver

pjax for Drupal

Component type

module

Maintenance status

Development status

Downloads

4522

Component created

Component changed

pjax is a jQuery plugin that loads new content into the current page without a full page load. This is usually quicker and smoother than a full page reload, because Drupal only has to deliver the main page content and not the full page – and the browser only has to redraw a smaller amount of markup.

In addition to this, pjax updates the page URL with the proper page path using HTML5 pushState – not with #url-fragments that are commonly used with ajax-loaded content. It also updates the page title with the title of the loaded page. In other words, it has all of the benefits of standard page loads (permalinks, SEO), while taking advantage of partial page loads in the browser.

Browsers that don't support pushState – specifically IE < 10 – will automatically fall back to full page loads. In other words, nothing will break, but the module will not provide any benefits for those browsers.

For a quick example of this technique, see the original pjax demo. A more elaborate example is Github's project file browser.

Date Reminder

Component type

module

Categories

Maintenance status

Development status

Downloads

15217

Component created

Component changed

Overview

Date Reminder allows a registered user to request an email reminder to be sent at a specified time before an event. Generally these would be calendar events, but any node type that has a CCK datetime can support reminders.

Features

  • When reminders are enabled for a node, registered users (with the appropriate privilege) can request reminders to be sent before each occurrence of the date/time. The user specifies how long before the date/time to send the reminder.
  • When reminders are enabled for a node type, anyone who can edit the node can enable or disable reminders for that node.
  • Reminders are sent using the Messaging system. The usual reminder method is email, but other messaging transports should work. (Well, not Drupal 7. The Drupal 7 version just uses straight email.)
  • System administrator can control:
    • Which node types allow reminders, and which date field (if there are several) in a type to use as the basis of reminders.
    • Which (registered) users can request reminders.
    • Which users can request reminders to arbitrary email addresses instead of their own.
    • Which users can see or administer other users' reminders.
    • Content of reminder messages.
    • If and how long reminders should be kept after last date occurrence.
    • The list of allowed lead times for reminders from which users can select.

An effort is under way to move much of the documentation here to the Date Reminder section of the Site Builders Guide. Currently that document is very incomplete, but watch there. Information on this module page will gradually be moving there.

ApacheSolr SEO Blocks

Component type

module

Categories

Maintenance status

Development status

Downloads

535

Component created

Component changed

How it works

The ApacheSolr SEO blocks provides some extra blocks that improve the user
experience of filtering and the positioning of the ApacheSolr pages result of a
combination of multiple active filters in the facets. The blocks provided get
the values and types of the activated filters providing two useful blocks:

Views Raw SQL

Component type

module

Maintenance status

Development status

Downloads

6737

Component created

Component changed

Views Raw SQL allows arbitrary SQL expressions to be added to Views, as fields and sorts. This is useful when you want to do something more complicated than Views or Views Calc can do already, e.g. sort by the sum of two fields multiplied by the square root of another field, and you've already built functionality around doing this in Views so it would be a pain to switch to a custom query.

IMPORTANT: Views Raw SQL expressions are not safe. They can be used to circumvent data access restrictions with malicious SQL or to break a view with invalid SQL. So be very careful who you grant permission to use this module.

Bot Rules

Component type

module

Maintenance status

Development status

Downloads

2449

Component created

Component changed

Overview

This module provides events, conditions and actions to integrate an IRC
bot with Rules.

Prerequisites

A working IRC bot using Bot module.

Fantacalcio

Component type

module

Maintenance status

Development status

Component created

Component changed

A module that implements the manage of a League of Fantacalcio (Italian fantasy football game).

With this module you can create tournaments (championship, cup, ...), groups, teams and manage a league with matches, standings and upload votes (a text file copied from an XLS file from http://fantagazzetta.com) and calculate results.

Points, rounds and other settings can be configurated.

Further updates are coming...

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.