You are here

CHANGELOG.txt in Messaging 5

Same filename and directory in other branches
  1. 6.4 CHANGELOG.txt
  2. 6 CHANGELOG.txt
  3. 6.2 CHANGELOG.txt
  4. 6.3 CHANGELOG.txt
Note: This version is on maintenance mode so no more features for it.

5.x-1.1 to ......
------------------
- Strenghtening message filtering, better description, #546116
- 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

File

CHANGELOG.txt
View source
  1. Note: This version is on maintenance mode so no more features for it.
  2. 5.x-1.1 to ......
  3. ------------------
  4. - Strenghtening message filtering, better description, #546116
  5. - Updated sms plug-in for latest smsframework changes, #407524
  6. - Fixed issues with debug variable holding messages when debug enabled, #331650
  7. - Fixed: wrong module description for messaging_phpmailer, #340685
  8. - Fixed: messaging_phpmailer does not use passed headers (fails with mail2web module), by jmcclelland, #363001
  9. - Fixed: error when params are unpacked for stored messages, by mcdruid, #364334
  10. - Fixed: Incomplete uninstall, by jaydub, #295444
  11. 5.x-1.0 to 5.x-1.1
  12. --------------------------------
  13. - Some improvements for template administration page
  14. - Added hook requirements to check there are sending methods enabled, by Zen, #316122
  15. - Fixed minor issues with modules and documentation
  16. - Fixed wrong delta in filter system, by the greenman, #305593
  17. - Fixed namespace collisions with other hooks, #301715 and #294322
  18. 5.x-1.0-rc1 to 5.x-1.0
  19. --------------------------------
  20. - Some clean up, moved documentation to the handbook, http://drupal.org/node/252582
  21. - Fixed: Condition produces false positive when rendering messages, by andremolnar, #290163
  22. - Added unit tests for message rendering.
  23. 5.x-1.0-beta2 to 5.x-1.0-rc1
  24. --------------------------------
  25. - Creating default Messaging filter on install, #284414
  26. - Fixed parameter inconsistency, by darren.ferguson, #272545
  27. - Changed some names and texts to make them easier to understand
  28. - Added error message on settings page when no sending methods enabled.
  29. - Updated sms plug-in for smsframework 5.x-1.0 version
  30. - Fixed issue with mimemail, by jeffmurphy, #250236
  31. - Fixed bug: "Can't delete message parts", by therzog, #255640
  32. - Regrouped admin pages for messaging and notifications
  33. 5.x-1.0-beta1 to 5.x-1.0-beta2
  34. --------------------------------
  35. - User settings improvements. Disabled when only one send methods.
  36. - Strenghten permissions when changed, ignoring previous user settings.
  37. - Removed obsoleted messaging_text_vars()
  38. - Removed unused function messaging_message_filter()
  39. - Support for empty message parts and improvements with help texts for message parts settings.
  40. 5.x-1.0-alpha2 to 5.x-1.0-beta1
  41. --------------------------------
  42. - Added formatting, pager and delete option for messaging_simple module
  43. - Added formatting and pager for messaging_debug(), fixed some strings
  44. - Fixed annoying hidden char issue for messaging_sms module, http://drupal.org/node/243246
  45. - Added helper function messaging_mail_params()
  46. - API change for consistency with queue processing: The send callback now takes a single destination
  47. - Added $message['sender_account'] parameter
  48. - Added some api documentation as function comments
  49. - Fixed bug in queue processing, by jaydub
  50. - New: Implemented message queueing and logging, big patch
  51. - Reworked message pull hooks, now it doesn't rely on other modules
  52. - Added some tests, covered message queueing and some plug-in APIs
  53. 5.x-1.0-alpha1 to 5.x-1.0-alpha2
  54. --------------------------------
  55. - Fix display of tokens and some clean up by andremolnar, http://drupal.org/node/233467
  56. - New mime mail plug-in that has been there for a while, by Tim Cullen
  57. - Added hook_message_alter($message, $info, $method)
  58. - Fixed issue with message rendering for sms
  59. - Fixed missing value on db insert, by jaydub, http://drupal.org/node/227881
  60. - Simplified filtering and added some API functions. Used in phpmailer module
  61. - Fixed user_send and send methods for the SMS gateway
  62. 06/02/08 - 28/02/08
  63. --------------------
  64. Important sending API Improvements:
  65. - Added messaging_message_send() to be able to send to non users and also for multiple sending.
  66. - Now messaging_message_send_user() is just a wrapper for the previous one. It does $account to $destination translation.
  67. - Reworked message rendering, so most plug-ins don't need to implement the render callback. Added more options.
  68. - New method info properties:
  69. 'destination', field for getting destination from user account.
  70. 'subject_glue', to glue multipart message subjects, [Optional]
  71. 'send_user', callback for sending to users [Optional]
  72. - The send callback should accept now a $destination array for bulk sending
  73. Filtering improvements:
  74. - Added a different filter for the subject
  75. - Added support for drupal_html_to_text filtering. See http://drupal.org/project/html_to_text
  76. - Performance: Filtering is done now only once for the whole text
  77. Others:
  78. - Some improvements for the settings page.
  79. - Updated all contributed plug-ins accordingly.
  80. - Improved logging by messaging_debug module.
  81. - Fixed some other minor issues, added comments, etc..
  82. - Added pgsql support (untested), by jaydub, http://drupal.org/node/223670
  83. - Added 'administer messaging' permission.
  84. - Split the debug functionality out of messaging and messaging_simple: messaging_debug module
  85. - Fixed issues with messaging simple: http://drupal.org/node/218394