You are here

CHANGELOG.txt in Mail Editor 7

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 6 CHANGELOG.txt
CHANGELOG.txt for Mail Editor for Drupal 7


mail_edit 7.x-1.x-dev:
  Enhancement:
   - #1999726 by salvis: Revert #1999726 because it's not working at all!
   - #3005984 by somersoft: Enable hooks implementation to be placed in a separate file.
   - #1999726 by Rob C, salvis: Replace the hard-coded 'user_mail_tokens' callback with a generic open mechanism.


mail_edit 7.x-1.2 (2017-04-10):
  Enhancement:
   - Add a dummy test to accommodate the testbot.
  Bug fixed:
   - #2185909 by GaëlG: Remove newline character introduced by _drupal_wrap_mail_line().
   - #2533318 by Eluchel: Typo in Dynamic Text Information.


mail_edit 7.x-1.1 (2015-07-05):
  Bug fixed:
    - #2165875 by miiimooo: Fix the mail_edit_load() API function.
    - #1826220 by acrollet: Fix a notice in mail_edit_menu_breadcrumb_alter().
    - Provide a 'Purge' operation for all template records, especially orphaned ones.
    - #1806944: Require the 'Use the administration pages and help' permission to access our pages.
    - Force a refresh of the registry after purging a template.
    - Add missing parameter checking.
  Enhancements:
    - Minor code refactoring, no functional changes.
    - #2456719 by DamienMcKenna: Change token tree to use the new dialog.
    - Fix Coder issues (no functional changes).

mail_edit 7.x-1.0 (2012-06-21):
  Bug fixed:
    - Fix the breadcrumb one last time...


mail_edit 7.x-1.0-rc1 (2012-06-12):
  Bugs fixed:
    - Really set the breadcumb on the template edit page now.
    - #1606954: Fix timely rebuilding of the registry by using the cache system.
  Enhancements:
    - Further improve the 'Purge'/'Purge All' logic.
    - Display the 'Purge'/'Purge All' operation only for keys that have a custom template.

mail_edit 7.x-1.0-beta3 (2012-05-27):
  Bugs fixed:
    - Replace $_GET['q'] with current_path(), for D8.
    - #1488896 by Les Lim: Fix the previous fix.
    - #1488896: Work around problems between drupal_html_to_text() and some hosts (see also #234403).
    - Set the breadcumbs on the template edit page.

mail_edit 7.x-1.0-beta2 (2011-12-05):
  Bugs fixed:
    - Fix passing on the context received from drupal_mail() to mail_edit_format().
    - Fix context evaluation (dynamic text).
    - #1323452: Fix the inability to save templates on PHP 5.3.5.

mail_edit 7.x-1.0-beta1 (2011-10-30):
  Enhancements:
    - Change the Subject textfield into a textarea for easier editing.
  Bugs fixed:
    - Tune the text of the Remove button.
    - Fix a notice that was generated when sending a password reset email.
    - Ask for confirmation before removing a template.
    - Fix evaluation of dynamic text binary conditions.
    - Fix PHPDoc blocks and type hinting.

mail_edit 7.x-1.0-alpha2 (2011-10-03):
  Porting to D7:
    - Major overhaul (dynamic text including array iteration, improved modularization, purge and auto-purge).
    - Fix line endings (no functional change).
    - Some code refactoring and renaming (no functional change).
    - Implement conditional text (and extract the hook_mail_alter() implementation into an .inc file).
    - Add update_7001 to upgrade D6 Mail Editor tokens to D7 Core tokens. Client modules must implement a similar function to update their tokens!
    - Add README.txt and clarify description in .info file.

mail_edit 7.x-1.0-alpha1 (2011-09-01):
  Porting to D7:
    - Implement core token replacement and Token module support.
    - Make user.module template replacement work.
    - Fix the missing user templates (failed to include the .inc files).
    - Move .inc files for other modules to new modules directory.
    - Make it work with the old Subscriptions module (old !variables).


mail_edit 6.x-1.1 (2011-08-28):
  Enhancements:
    - More clean-up (no functional change).
    - Further tune the template list.
    - #1238416 by Pasqualle, salvis: Implement nicely-formatted and filterable template list.
    - Move admin code to mail_edit.admin.inc to reduce the footprint (no functional change).
    - More clean-up (no functional change).
    - #916560 by jaydub, salvis: Coding standards cleanup.

mail_edit 6.x-1.0 (2011-08-24):
  (no changes since 2010-12-28)

File

CHANGELOG.txt
View source
  1. CHANGELOG.txt for Mail Editor for Drupal 7
  2. mail_edit 7.x-1.x-dev:
  3. Enhancement:
  4. - #1999726 by salvis: Revert #1999726 because it's not working at all!
  5. - #3005984 by somersoft: Enable hooks implementation to be placed in a separate file.
  6. - #1999726 by Rob C, salvis: Replace the hard-coded 'user_mail_tokens' callback with a generic open mechanism.
  7. mail_edit 7.x-1.2 (2017-04-10):
  8. Enhancement:
  9. - Add a dummy test to accommodate the testbot.
  10. Bug fixed:
  11. - #2185909 by GaëlG: Remove newline character introduced by _drupal_wrap_mail_line().
  12. - #2533318 by Eluchel: Typo in Dynamic Text Information.
  13. mail_edit 7.x-1.1 (2015-07-05):
  14. Bug fixed:
  15. - #2165875 by miiimooo: Fix the mail_edit_load() API function.
  16. - #1826220 by acrollet: Fix a notice in mail_edit_menu_breadcrumb_alter().
  17. - Provide a 'Purge' operation for all template records, especially orphaned ones.
  18. - #1806944: Require the 'Use the administration pages and help' permission to access our pages.
  19. - Force a refresh of the registry after purging a template.
  20. - Add missing parameter checking.
  21. Enhancements:
  22. - Minor code refactoring, no functional changes.
  23. - #2456719 by DamienMcKenna: Change token tree to use the new dialog.
  24. - Fix Coder issues (no functional changes).
  25. mail_edit 7.x-1.0 (2012-06-21):
  26. Bug fixed:
  27. - Fix the breadcrumb one last time...
  28. mail_edit 7.x-1.0-rc1 (2012-06-12):
  29. Bugs fixed:
  30. - Really set the breadcumb on the template edit page now.
  31. - #1606954: Fix timely rebuilding of the registry by using the cache system.
  32. Enhancements:
  33. - Further improve the 'Purge'/'Purge All' logic.
  34. - Display the 'Purge'/'Purge All' operation only for keys that have a custom template.
  35. mail_edit 7.x-1.0-beta3 (2012-05-27):
  36. Bugs fixed:
  37. - Replace $_GET['q'] with current_path(), for D8.
  38. - #1488896 by Les Lim: Fix the previous fix.
  39. - #1488896: Work around problems between drupal_html_to_text() and some hosts (see also #234403).
  40. - Set the breadcumbs on the template edit page.
  41. mail_edit 7.x-1.0-beta2 (2011-12-05):
  42. Bugs fixed:
  43. - Fix passing on the context received from drupal_mail() to mail_edit_format().
  44. - Fix context evaluation (dynamic text).
  45. - #1323452: Fix the inability to save templates on PHP 5.3.5.
  46. mail_edit 7.x-1.0-beta1 (2011-10-30):
  47. Enhancements:
  48. - Change the Subject textfield into a textarea for easier editing.
  49. Bugs fixed:
  50. - Tune the text of the Remove button.
  51. - Fix a notice that was generated when sending a password reset email.
  52. - Ask for confirmation before removing a template.
  53. - Fix evaluation of dynamic text binary conditions.
  54. - Fix PHPDoc blocks and type hinting.
  55. mail_edit 7.x-1.0-alpha2 (2011-10-03):
  56. Porting to D7:
  57. - Major overhaul (dynamic text including array iteration, improved modularization, purge and auto-purge).
  58. - Fix line endings (no functional change).
  59. - Some code refactoring and renaming (no functional change).
  60. - Implement conditional text (and extract the hook_mail_alter() implementation into an .inc file).
  61. - Add update_7001 to upgrade D6 Mail Editor tokens to D7 Core tokens. Client modules must implement a similar function to update their tokens!
  62. - Add README.txt and clarify description in .info file.
  63. mail_edit 7.x-1.0-alpha1 (2011-09-01):
  64. Porting to D7:
  65. - Implement core token replacement and Token module support.
  66. - Make user.module template replacement work.
  67. - Fix the missing user templates (failed to include the .inc files).
  68. - Move .inc files for other modules to new modules directory.
  69. - Make it work with the old Subscriptions module (old !variables).
  70. mail_edit 6.x-1.1 (2011-08-28):
  71. Enhancements:
  72. - More clean-up (no functional change).
  73. - Further tune the template list.
  74. - #1238416 by Pasqualle, salvis: Implement nicely-formatted and filterable template list.
  75. - Move admin code to mail_edit.admin.inc to reduce the footprint (no functional change).
  76. - More clean-up (no functional change).
  77. - #916560 by jaydub, salvis: Coding standards cleanup.
  78. mail_edit 6.x-1.0 (2011-08-24):
  79. (no changes since 2010-12-28)