// $Id: CHANGELOG.txt,v 1.1.2.22 2009-04-29 16:54:16 jareyero Exp $ Note: This version is on maintenance mode so no more features for it. 5.x-1.1 to ...... ------------------ - Updated sms plug-in for latest smsframework changes, #407524 - Fixed issues with debug variable holding messages when debug enabled, #331650 - Fixed: wrong module description for messaging_phpmailer, #340685 - Fixed: messaging_phpmailer does not use passed headers (fails with mail2web module), by jmcclelland, #363001 - Fixed: error when params are unpacked for stored messages, by mcdruid, #364334 - Fixed: Incomplete uninstall, by jaydub, #295444 5.x-1.0 to 5.x-1.1 -------------------------------- - Some improvements for template administration page - Added hook requirements to check there are sending methods enabled, by Zen, #316122 - Fixed minor issues with modules and documentation - Fixed wrong delta in filter system, by the greenman, #305593 - Fixed namespace collisions with other hooks, #301715 and #294322 5.x-1.0-rc1 to 5.x-1.0 -------------------------------- - Some clean up, moved documentation to the handbook, http://drupal.org/node/252582 - Fixed: Condition produces false positive when rendering messages, by andremolnar, #290163 - Added unit tests for message rendering. 5.x-1.0-beta2 to 5.x-1.0-rc1 -------------------------------- - Creating default Messaging filter on install, #284414 - Fixed parameter inconsistency, by darren.ferguson, #272545 - Changed some names and texts to make them easier to understand - Added error message on settings page when no sending methods enabled. - Updated sms plug-in for smsframework 5.x-1.0 version - Fixed issue with mimemail, by jeffmurphy, #250236 - Fixed bug: "Can't delete message parts", by therzog, #255640 - Regrouped admin pages for messaging and notifications 5.x-1.0-beta1 to 5.x-1.0-beta2 -------------------------------- - User settings improvements. Disabled when only one send methods. - Strenghten permissions when changed, ignoring previous user settings. - Removed obsoleted messaging_text_vars() - Removed unused function messaging_message_filter() - Support for empty message parts and improvements with help texts for message parts settings. 5.x-1.0-alpha2 to 5.x-1.0-beta1 -------------------------------- - Added formatting, pager and delete option for messaging_simple module - Added formatting and pager for messaging_debug(), fixed some strings - Fixed annoying hidden char issue for messaging_sms module, http://drupal.org/node/243246 - Added helper function messaging_mail_params() - API change for consistency with queue processing: The send callback now takes a single destination - Added $message['sender_account'] parameter - Added some api documentation as function comments - Fixed bug in queue processing, by jaydub - New: Implemented message queueing and logging, big patch - Reworked message pull hooks, now it doesn't rely on other modules - Added some tests, covered message queueing and some plug-in APIs 5.x-1.0-alpha1 to 5.x-1.0-alpha2 -------------------------------- - Fix display of tokens and some clean up by andremolnar, http://drupal.org/node/233467 - New mime mail plug-in that has been there for a while, by Tim Cullen - Added hook_message_alter($message, $info, $method) - Fixed issue with message rendering for sms - Fixed missing value on db insert, by jaydub, http://drupal.org/node/227881 - Simplified filtering and added some API functions. Used in phpmailer module - Fixed user_send and send methods for the SMS gateway 06/02/08 - 28/02/08 -------------------- Important sending API Improvements: - Added messaging_message_send() to be able to send to non users and also for multiple sending. - Now messaging_message_send_user() is just a wrapper for the previous one. It does $account to $destination translation. - Reworked message rendering, so most plug-ins don't need to implement the render callback. Added more options. - New method info properties: 'destination', field for getting destination from user account. 'subject_glue', to glue multipart message subjects, [Optional] 'send_user', callback for sending to users [Optional] - The send callback should accept now a $destination array for bulk sending Filtering improvements: - Added a different filter for the subject - Added support for drupal_html_to_text filtering. See http://drupal.org/project/html_to_text - Performance: Filtering is done now only once for the whole text Others: - Some improvements for the settings page. - Updated all contributed plug-ins accordingly. - Improved logging by messaging_debug module. - Fixed some other minor issues, added comments, etc.. - Added pgsql support (untested), by jaydub, http://drupal.org/node/223670 - Added 'administer messaging' permission. - Split the debug functionality out of messaging and messaging_simple: messaging_debug module - Fixed issues with messaging simple: http://drupal.org/node/218394