messaging 7.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| messaging-7.x-1.0-alpha2.tar.gz | 52.41 KB | 2c9f58edb4b11ac3d0163b2eb3b9ace6 |
| messaging-7.x-1.0-alpha2.zip | 67.49 KB | 338738d76a8f9c0ee7994a472ca142cc |
Release notes
Changes since 7.x-1.0-alpha1:
- #1239790 by webflo: Fixed $options not passed when creating a Messaging_Message object.
- #1239832 by webflo: Fixed HTML Mail getting message parameters from Simple Mail.
- #1365366 by Everett Zufelt: Fixed Messaging_Message::add_user_list() not functioning.
- #1382342 by yuriy.babenko, Dane Powell: Fixed strict warnings on settings page.
- #1321204 by nagiek: Fixed typo causing notice when sending messages.
- #1275936 by webflo, Dane Powell: Prevent recursion when called from other modules (e.g. notifications or mailcomment).
- #1127340 by kevee: Fixed Requirements message links to wrong modules page.
- #1241636: Better name for HTML Mail.
- Stripping CVS keywords
messaging 6.x-4.0-beta8
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-4.0-beta8.tar.gz | 83.77 KB | 24c68e7410a03e7d68f9b7a4cc754078 |
| messaging-6.x-4.0-beta8.zip | 126.8 KB | cf69009870f564f57c07d297ac427964 |
Release notes
- SA-CONTRIB-2011-010 Security fix, better filtering.
- #872944, by roderik, Format filter "No Filter" doesn't work (actually applies system default filter)
- #872978, by roderik, PHPMailer: false watchdog error when debugging turned on
- #912322, by roderik, messaging_template_build() missing return statement
- #461226, by w3wfr, Messaging XMPP not sending.
- #1008898, by thePanz, Install issue (database field error).
- Tightened administration permissions, now needs 'administer site configuration'
messaging 6.x-2.4
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-2.4.tar.gz | 58.24 KB | 30996e27f74e2f3cf8d7233cec8bccc9 |
| messaging-6.x-2.4.zip | 96.47 KB | 2ab9df2469fc97e9f7ed46b54b4fbc34 |
Release notes
DRUPAL-SA-CONTRIB-2011-010
messaging 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| messaging-7.x-1.0-alpha1.tar.gz | 50.73 KB | 12252be51e7dd8f04e2cfab0acee6b43 |
| messaging-7.x-1.0-alpha1.zip | 68.84 KB | e55d050bd2485baefc70aa7ee730ca90 |
Release notes
Fully reworked Drupal 7 version
From https://github.com/josereyero/messaging
Some modules are gone.
There are some new modules.
messaging 6.x-2.3
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-2.3.tar.gz | 58.23 KB | 66a6b23a069b324d32bb4ebb979e70b8 |
| messaging-6.x-2.3.zip | 95.1 KB | d9e392f0c4d569a640909c0e375b69a6 |
Release notes
Bug fixes and minor improvements:
- Added PHPMailer support for secure sending port (Gmail support), by foxtrotcharlie, #549382
- Check message['headers'] is actually an array, by Scott Reynolds, #653856
- Removed obsoleted messaging_get_log() function, #717852
- Fixing issue: Unsupported operand types (method disabled), #451638
- Improved logging system so it needs to be enabled, see #733176
- Updated translation function to work with latest i18nstrings. New messaging_translate()
messaging 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| messaging-7.x-1.x-dev.tar.gz | 52.45 KB | 8d8ff463f1d92bcdaf1156c49df85326 |
| messaging-7.x-1.x-dev.zip | 67.53 KB | 849b856c2c71e12c9424ce945033f90d |
Release notes
Drupal 7 upgrade, WIP
messaging 6.x-4.0-beta7
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-4.0-beta7.tar.gz | 83.58 KB | ff8802f2718d54a7abed35c0667b2170 |
| messaging-6.x-4.0-beta7.zip | 125.03 KB | f24befa08ed7902eb4b7f567232c7e09 |
Release notes
Improvements since beta6:
- Added API function: messaging_template_build() to build message from template
- Added bulk sending to multiple users: messaging_message_bulk_send(), to be optimized
- Some improvements to support language for tokens
- Set name for anonymous user, prevent PHP Notice on latest token module
- Fixed Message::get_destination(), set_destination() to always set a value, by davidmprice, #832098
- Moved all mail related functions into messaging_mail module, #807964
- PHPMailer, SMTP Port and Security configuration in UI, by bryan_savage and joshk, #813550
messaging 6.x-4.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-4.0-beta6.tar.gz | 82.13 KB | 439877de201c72b552b80ff6bf66cc4f |
| messaging-6.x-4.0-beta6.zip | 123.63 KB | f54d48042d847bb6a7ee35f11902be60 |
Release notes
Multiple bug fixes and minor improvements:
- Added: More flexible return path and message headers for mail, #542022, #260595
- Improved admin settings for send methods, added 'enable/disable' checkbox
- Added testing feature from messaging_debug.
- Changing fallback for object language, check user language first
- Fixed wrong function name (is_empty) by Scott Reynolds, #805862
- Fixed wrong name for alter hook in messaging_info()
- Updated privatemsg API to avoid permission issues, #726874
messaging 6.x-4.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-4.0-beta5.tar.gz | 79.81 KB | a6ee6c174efe34ec06348eca7a9b302b |
| messaging-6.x-4.0-beta5.zip | 121.14 KB | 114f561d35ff98d8ed301d7a153a7113 |
Release notes
Since beta4:
- Some updates for it not break with Twitter 6.x-3.x
- Moved queue and log options to Messaging Tools (Notifications Tools), #799770
- Added new method type (NOQUEUE) for disabling queueing for some methods
- Cleaned up and documented Messaging_Message properties
- Improved persistence for messages, proper handling of serializable properties
- Messaging_Store now uses schema information to properly handle serialization
- Improved multisend, log all destinations that failed
- New Messaging_User_Object so it can be inherited independently of 'persistent objects'
messaging 6.x-4.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-4.0-beta4.tar.gz | 80.02 KB | 77f64d60053bb3dce0d963b727153566 |
| messaging-6.x-4.0-beta4.zip | 121.09 KB | ac6dd5737398b69bc39031db11e82d25 |
Release notes
Since beta3:
- Added views support for messaging_simple, by joshuajabbour, #791694
- Added some extenstions to Message class: get_method_params()
- Simplified and improved message sending workflow.
- Fixed multiple upgrade issues and bugs: #787304, #786844, #790984, #792850, #790226, #792756
New features:
- Revamped admin pages and options. Better settings, queue, log, etc
- Improved filtering. Added a new settings page for filters and new filter/format options
- Improved Destinations, dropping method field, a destination is now an address.
- Added hook_messaging('address types') for send methods to share address information
- Extended templates with language and translations
- Major OOP rework: Message, Destination, Send_Method
- Reworked messaging_simple, now it uses its own table
- Support for Anonymous destinations / subscriptions.
- Reorganized modules: new template module, moved debug module to notifications_extra, etc..
- Implemented 7.x like API for static variables,
- API and storage improvements for upcoming multilingual support.
messaging 6.x-4.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-4.0-beta3.tar.gz | 78.46 KB | 900d627ab9da451376f2d7bfcca00bf9 |
| messaging-6.x-4.0-beta3.zip | 118.82 KB | e027cb1aa802e235c6db9251ab13387d |
Release notes
New features:
- Revamped admin pages and options. Better settings, queue, log, etc
- Improved filtering. Added a new settings page for filters and new filter/format options
- Improved Destinations, dropping method field, a destination is now an address.
- Added hook_messaging('address types') for send methods to share address information
- Extended templates with language and translations
- Major OOP rework: Message, Destination, Send_Method
- Reworked messaging_simple, now it uses its own table
- Support for Anonymous destinations / subscriptions.
- Reorganized modules: new template module, moved debug module to notifications_extra, etc..
- Implemented 7.x like API for static variables,
- API and storage improvements for upcoming multilingual support.
messaging 6.x-4.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-4.0-beta2.tar.gz | 73.52 KB | 3e09e14f58cb9829fcf8181cd27ffa21 |
| messaging-6.x-4.0-beta2.zip | 113.69 KB | 56d93c09bd133d2a62cb9e716cd33008 |
Release notes
New features:
- Improved filtering. Added a new settings page for filters and new filter/format options
- Improved Destinations, dropping method field, a destination is now an address.
- Added hook_messaging('address types') for send methods to share address information
- Extended templates with language and translations
- Major OOP rework: Message, Destination, Send_Method
- Reworked messaging_simple, now it uses its own table
- Support for Anonymous destinations / subscriptions.
- Reorganized modules: new template module, moved debug module to notifications_extra, etc..
- Implemented 7.x like API for static variables,
- API and storage improvements for upcoming multilingual support.
messaging 6.x-4.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-4.0-beta1.tar.gz | 66.45 KB | 5df3061b2b1cc2e51375469a67d15062 |
| messaging-6.x-4.0-beta1.zip | 105.28 KB | da484dc61d3db77dafcb294be7533766 |
Release notes
New features:
- Extended templates with language and translations
- Major OOP rework: Message, Destination, Send_Method
- Reworked messaging_simple, now it uses its own table
- Support for Anonymous destinations / subscriptions.
- Reorganized modules: new template module, moved debug module to notifications_extra, etc..
- Implemented 7.x like API for static variables,
- API and storage improvements for upcoming multilingual support.
messaging 6.x-4.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-4.0-alpha3.tar.gz | 64.49 KB | a2bd6b401fff942b92bb7779720d486a |
| messaging-6.x-4.0-alpha3.zip | 103.88 KB | db01ef223d2b570806488754dd2ec68a |
Release notes
New features:
- Major OOP rework: Message, Destination, Send_Method
- Reworked messaging_simple, now it uses its own table
- Support for Anonymous destinations / subscriptions.
- Reorganized modules: new template module, moved debug module to notifications_extra, etc..
- Implemented 7.x like API for static variables,
- API and storage improvements for upcoming multilingual support.
messaging 6.x-4.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-4.0-alpha2.tar.gz | 64.24 KB | 1de2420c19f3a143d81e2bd23e19d4a8 |
| messaging-6.x-4.0-alpha2.zip | 103.69 KB | 79f761827908a9cb6d094d998a698f8a |
Release notes
New features:
- Major OOP rework: Message, Destination, Send_Method
- Reworked messaging_simple, now it uses its own table
- Support for Anonymous destinations / subscriptions.
- Reorganized modules: new template module, moved debug module to notifications_extra, etc..
- Implemented 7.x like API for static variables,
- API and storage improvements for upcoming multilingual support.
messaging 6.x-4.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-4.0-alpha1.tar.gz | 63.46 KB | c8db279b70ed13b739af7713ce23ef7e |
| messaging-6.x-4.0-alpha1.zip | 103.06 KB | dc370bae38ffd4b8e1ca35f5612e263f |
Release notes
First alpha release 4.x branch:
- Major OOP rework: Message, Destination, Send_Method
- Reworked messaging_simple, now it uses its own table
- Support for Anonymous destinations / subscriptions.
- Reorganized modules: new template module, moved debug module to notifications_extra, etc..
- Implemented 7.x like API for static variables,
- API and storage improvements for upcoming multilingual support.
messaging 6.x-4.x-dev
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-4.x-dev.tar.gz | 73.82 KB | 6578c11163057f7b4e95e637c44b07ee |
| messaging-6.x-4.x-dev.zip | 95.92 KB | 00331d22506661b653aa24d0dd89d3af |
Release notes
Features branch:
- Message destinations as new objects
- Bacported drupal_static() API
messaging 6.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-3.x-dev.tar.gz | 61.41 KB | d43f35284a7028d6508aed1e27aeac60 |
| messaging-6.x-3.x-dev.zip | 84.5 KB | 156ccc0fb39b67cd508039c0e94fcbe8 |
Release notes
Full OOP rework plus:
- Reworked message templates
- Improved debug functionality
- New Drupal 7 like API for static caches
messaging 6.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-2.2.tar.gz | 56.92 KB | 6b4a8512662e3e9f33f66f59408911bc |
| messaging-6.x-2.2.zip | 93.82 KB | c715ff01680363cba99dc69626b378cc |
Release notes
Maintenance release. Bug fixes and some API improvements:
- Fixed: removed no caching for filters, #577418
- Fixed: 'aftersend' typo by batje, #508054
- Added line break default filter on install, by aaronbauman, #516012
- PHPMailer: Added support for libraries API, by markus_petrux, #541938
- Fixed issue with sms sending, #407524
- Strenghtening message filtering, better description, #546116
messaging 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| messaging-6.x-2.1.tar.gz | 49.43 KB | 3aef254ab1163a982e49d98525fae2f5 |
| messaging-6.x-2.1.zip | 66.21 KB | 38cf1a4bcd40aa5081f8a77afcb56d7b |
Release notes
Maintenance release. Bug fixes and some api improvements:
- Fixed: outdated permission in privatemsg module, by askibinski, #491364
- Fixed: message params not properly handled in the store table, by greenSkin, #449112
- Added attachments support for some mail methods, by Dane Powell, #371596
- Added messaging debug test page to messaging settings
- PHPMailer: Added SMTP authentication, by batje, #467438
- Fix to private messaging send method interface, by David Goode