govdelivery 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| govdelivery-7.x-1.0-alpha1.tar.gz | 34.25 KB | 3ebe8b5afaac6483723659e39c877e1a |
| govdelivery-7.x-1.0-alpha1.zip | 39.59 KB | e5d48652777709b6cd24304cf3913aba |
Release notes
This is the initial release as seen in the White House Petition app here - https://github.com/WhiteHouse/petition/tree/7.x-1.x/modules/custom/govde...
Note: I haven't successfully tested the webform integration, the subscriber API is a bit shaky and likely to change, the external queuing system has been tested extensively and is also likely to be refactored into the Drupal Queue Interface.
govdelivery 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| govdelivery-7.x-1.x-dev.tar.gz | 34.27 KB | ce78909965b05c344b889c91c80aeec5 |
| govdelivery-7.x-1.x-dev.zip | 39.6 KB | 2e003e3533dc5fbcb68fdac1c0dd0d0f |
Release notes
The initial code for a d7 release. This has been functionally tested but needs further review for security.
govdelivery 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| govdelivery-6.x-1.6.tar.gz | 24.54 KB | fb7faedfbdb177eb3354037eaf023903 |
| govdelivery-6.x-1.6.zip | 28.98 KB | 7183697631fe976716f728a499010427 |
Release notes
Included Barrett's patch to add a webforms 3 subscriptions component.
Fix for not filtering a single email address correctly which could pollute the messages queue.
Setting to enable and disable hook_cron jobs for sending the messages and subscriptions queues.
Additional error handling in subscriptions.
govdelivery 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| govdelivery-6.x-1.5.tar.gz | 15.91 KB | 6a44d2ea84f9b5bfc7bfa5a57d0892f4 |
| govdelivery-6.x-1.5.zip | 18.56 KB | 8c7db4499f35b226d725df1dff8ea65e |
Release notes
Added Subscription queue processing to cron.
Added REST Response handling to subscription processing.
Removed checks in subscription test to make it a pass through for testing subscription processing.
Changed queuing logic for subscriptions.
govdelivery 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| govdelivery-6.x-2.x-dev.tar.gz | 16.2 KB | 5167ce27deb5ff8f90217ee0217bcf58 |
| govdelivery-6.x-2.x-dev.zip | 19.12 KB | 0666f8bcbc582ecc605172ba5260fc55 |
Release notes
Initial changes to kickoff the govdelivery 2.x branch. More dramatic changes are expected and this hasn't been tested.
govdelivery 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| govdelivery-6.x-1.4.tar.gz | 15.86 KB | c6196f18bffbd18a5a6796cdb3a5da47 |
| govdelivery-6.x-1.4.zip | 18.48 KB | 14a3b725e23f6dd67d4f44343c658ea2 |
Release notes
Reworked the subscription process to prevent overwhelming the queue with bad data.
govdelivery 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| govdelivery-6.x-1.3.tar.gz | 15.55 KB | 326d9101b2cec370eae293282777f96f |
| govdelivery-6.x-1.3.zip | 18.81 KB | 347fd0f9e190bd7158e66ad60c39f0fc |
Release notes
wrapping a line in url()
#1058802 by dstol: Changed Separate code into logical include files. Adding files.
removing some white space
Fixing govdelivery-send drush
Commited a parse error. Resolving
#1051576 by dstol: Fixed Things that Dave hates...
govdelivery 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| govdelivery-6.x-1.x-dev.tar.gz | 24.57 KB | 97caeebba1366da0980f1596685544cf |
| govdelivery-6.x-1.x-dev.zip | 29.01 KB | 15866d4114e7656d352fe6a94333c08e |
Release notes
Nightly dev snap
govdelivery 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| govdelivery-6.x-1.2.tar.gz | 15.06 KB | 5723299e88117beea92c3917c6f75bde |
| govdelivery-6.x-1.2.zip | 17.29 KB | f8c013b2d06bcb02e79d960034576bf3 |
Release notes
Better support for coding standards. Better translation support thanks to dstol. Added subscription api support and a test form.
govdelivery 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| govdelivery-6.x-1.1.tar.gz | 13.86 KB | aea3ea1e130582e5f3ceeae743173b7f |
| govdelivery-6.x-1.1.zip | 15.8 KB | bc771cb0c278121ee5413c302f6cb8d7 |
Release notes
SA-CONTRIB-2010-087 - GovDelivery - Cross site scripting
The GovDelivery module provides integration with the GovDelivery On-Demand Mailer service, a web service for GovDelivery customers that sends messages directly based on configured account information. The module replaces the backend of SMTP library in your Drupal site with calls to the GovDelivery service, so all mail sent from your site uses the ODM service.
The module does not sanitize some of the user-supplied data before displaying it (for Drupal 6.x-1.0 only), leading to a Cross Site Scripting (XSS).
For more information see the Security Advisory at: http://drupal.org/node/880698
govdelivery 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| govdelivery-6.x-1.0.tar.gz | 13.79 KB | c1984fb3a5c074960d01fb43ea0ab886 |
| govdelivery-6.x-1.0.zip | 15.78 KB | 7d53cab4f8871259e30a4e5a6c4e9c3d |
Release notes
This is the initial release of the code that was developed as a replacement SMTP library for WhiteHouse.gov.