Partial Date

Component type

module

Maintenance status

Development status

Downloads

11977

Component created

Component changed

Overview

This module provides date and time fields that allows any individual component to be left blank, while still providing a sortable listing of the fields. Useful if you need to handle dates like "8:46 a.m Sep 11, 2001 EST", "12 noon 25 May, Early 16th Century" or "May 20000 BC" in the one field.

  • A date / time field and a date / time range field
  • One master widget.
    This includes:
    • Individual date components
      Select lists and a text field for years
    • Optional estimate range lists
      For example, "18th Century" for years between 1700 and 1799
    • Ability to select all or none of any of the above fields
    • Two label override fields
  • There are three built in formatters that allow you to assign supported PHP date() like components to a date. The formatter settings can be used to customise any individual field.
  • One FAPI element that supports a singular date time values and the corresponding range approximation lists.

Important outstanding issues:

  • Timestamp creation. This is used for sorting, but it is not generating the correct values. Some dates are significantly wrong.
  • Individual Time and Date fields. Currently there is a database column for each level of granularity.
  • Implement missing PHP formatters
  • Date validation. Currently there is none.
  • Timezone implementation. Hoping to implement all of the supported Date module options.
    For values outside of 1900 / 2038, the offset at 1905 will be generated and the timestamp will be calculated. Modern daylight savings started in 1908.
  • Massive tidy up in the code

Z Maps

Component type

module

Categories

Maintenance status

Development status

Downloads

333

Component created

Component changed

This module is a set of enhancements to other mapping modules. Currently it is limited to the OpenLayers module, but may include others soon.

The purpose of this module is to collect extensions that I do along the way of mapping in Drupal. These are solutions usually a bit too focused to be in any main module, but given some assumptions, may be helpful to other people.

11870 Module

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a module allows you set a block showing 11870.com info, regard visitor ip-geolocalization.
It makes use of 11870.com API (so you need a user for it) and Google Maps API (you need also a Google Maps User Key) in order to work.
You can show a restaurant, a shop or anything you want reviewed in 11870.com near the city of your visitor.

Shield

Component type

module

Maintenance status

Development status

Downloads

2077943

Component created

Component changed

Summary

PHP Authentication shield. It creates a simple shield for the site with Apache authentication. It hides the sites, if the user does not know a simple username/password. It handles Drupal as a "walled garden".
This module helps you to protect your (dev) site with HTTP authentication.

Configuration

If you don't need the authentication just leave the user field blank.

  1. enable the module
  2. go to the admin interface (admin/config/system/shield) and fill the form
  3. nothing else :)

On plain old CGI

Since Drupal 7.23 you don't need any .htaccess modification for CGI (#670454: Support HTTP Authorization in CGI environment) but if you use plain old CGI you still need a modification:
Modify .htaccess, inside <IfModule mod_rewrite.c>. Add the following line at the beginning of the section:

  RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]

Community CDN

Component type

module

Maintenance status

Development status

Component created

Component changed

CCDN is a peer-to-peer Content Distribution Network for the Community.

How it works:

We Install it (you and me)
yourserver.com and myserver.com
We add a trust network (a list of servers you trust )
on your server:

myserver.com | png, jpg | upto 1g | 6 hours
example.com | tar.gz, zip | upto 10g | as long as needed
example2.com | jpg, png, gif, flv | upto 200g | always

on my server

jQueries

Component type

module

Maintenance status

Development status

Downloads

2769

Component created

Component changed

One of the user interface designer headache issue is about the version of jQuery they need on a plugin and most of the time, the plugin require different jQuery version than the one that Drupal provide. jQuery Update is a very useful for those who can fit their required plugins with the most updated version of jQuery. However, in many circumstances, they have to load a lot of jQuery plugins those require different version of the jQuery.

Brain Forum

Component type

module

Maintenance status

Development status

Downloads

7041

Component created

Component changed

Brain Forum is an entity based, easily customizable discussion forum for Drupal 7. It uses Views to display content and Entity API to handle the CRUD operations. It also supports BBCode. See README.txt for instructions.