Feed items
securitydrupalorg
Customizations used on security.drupal.org itself. It is not meant to be useful to other sites, except as an educational example of the kinds of modifications you can make via a site-specific module.
Notifications Tools
This is a collection of modules and tools for Messaging and Notifications, intended for high traffic/high volume web sites.
They won't make Notifications go faster, it will be actually a bit slower when used on a single web server. Though for bigger deployments it can really increase troughput by using drush workers instead of cron and distributing the workload.
Different modules provide logging, queue processing with drush, multiple worker threads with Drupal Queue, and some other options for fine tuning composition and message sending background processing.
IMPORTANT: There are no new features here, just some tools to manage high loads of Notifications and Messages. If your site is working fine without these modules, you don't need them.
Personal Dashboard
This module is a port of the Dashboard module to Drupal 7. There is a new module in Drupal 7 called dashboard, and personal dashboard will be the name of the dashboard module going forward.
Design principles:
- Allow users to create personalized widgets and order them using a drag and drop interface.
- Provide interaction without persistent calls to the server. Updates happen in real time in the background.
- Provide full integration with nodes, blocks and views within dashboard pages.
- Provide hooks for other modules to define default widgets and directly integrate with the module.
Field Or
Field_or provides the ability to mark fields in a fieldgroup as exclusive.
What it does:
- Adds a configuration option to the fieldgroup configuration page to make sure that "Users must fill out one field. Multiples not allowed."
- Validates the node submission to make sure that constraints are enforced.
Use case:
Say you have a node teaser where the user can specify either an image thumbnail or a video to display, but not both. Presently, there's no way to act on that. Until now.
How to Use
- Install the module, as well as cck and fieldgroups
- Add a fieldgroup to your content type
- Configure the fieldgroup and select "Users must fill out one field. Multiples not allowed." to enable this module for that fieldgroup.
- Add fields to the fieldgroup
Flexible Blogs
Flexible Blogs is a very simple module that enhances the core Blog module so that it can be used to transition seamlessly between a site-wide (single user) blog and a site with many different blog posts by different users.
The core Blog module by itself is primarily only useful for a multi-user blog, but this is a serious limitation, since many sites start off with a single blogger but then add more as they grow. If they don't use the core Blog module from the beginning, it is difficult to transition to it. This module solves that problem by adding a few enhancements that make it possible to use the Blog module for everything from a one-page, single-user blog site, up through a larger site with many bloggers.
Features
The enhancements provided by this module include:
- Automatic, intelligent, modification of breadcrumbs and page titles based on the number of bloggers on the site
- A user interface to choose whether blog entries should link to the author's blog, the main site blog, or no link at all
- The ability to set the Blog module's main blog page as the front page of the site, without it looking out of place (useful for small sites that are entirely blog-focused)
Commit 365658 by goba
Commit #365658 by Gábor Hojtsy at 12:40
Drupal: /modules/poll/poll.module 1.263.2.5 @ DRUPAL-6
#362256 by pwolanin: backport poll module vote number form access handling from D7, avoid clearing vote numbers when editing a poll
Commit 364600 by ezrag
Commit #364600 by ezra-g at 01:14
Conference Organizing Distribution Support Modules: /modules/cod_support/cod_front_page/cod_front_page.defaults.inc 1.1
Conference Organizing Distribution Support Modules: /modules/cod_support/cod_front_page/cod_front_page.features.inc 1.1
Conference Organizing Distribution Support Modules: /modules/cod_support/cod_front_page/cod_front_page.features.views.inc 1.1
Conference Organizing Distribution Support Modules: /modules/cod_support/cod_front_page/cod_front_page.info 1.1
Conference Organizing Distribution Support Modules: /modules/cod_support/cod_front_page/cod_front_page.module 1.1
feature #784750 by justin2pin: front page feature
Commit 361890 by dries
jPlayer
The jPlayer module provides a wrapper around the jPlayer JavaScript library. This library provides an HTML5-based player, that uses a Flash fallback for browsers that do not yet support it. This module provides a default presentation for the player, as well as integration with CCK file fields and a display style for Views. This makes it possible to easily convert the display of any file field into an audio player.
This player will only work with MP3 files, so please be sure to restrict the file upload extensions on your file fields to only allow the mp3 extension.
jPlayer module was written by Nate Haug.
This Module Made by Robots: http://www.lullabot.com
Dependencies:
Recommended:
Commit 361862 by quicksketch
Commit #361862 by quicksketch at 04:28
/modules/jplayer/includes/jplayer.admin.inc 1.1
/modules/jplayer/includes/jplayer.theme.inc 1.1
/modules/jplayer/includes/jplayer.views.inc 1.1
/modules/jplayer/includes/jplayer_style_plugin.inc 1.1
/modules/jplayer/jplayer.info 1.1
/modules/jplayer/jplayer.install 1.1
/modules/jplayer/jplayer.module 1.1
/modules/jplayer/README.txt 1.1
/modules/jplayer/theme/jplayer.css 1.1
