Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
#605286 by pvasener,ezra-g: Fixes bug when there is no MENU_DEFAULT_LOCAL_TASK defined
bug report #992744 by ReeceMarsland: tabtamer does not verify that a menu item exists before trying to modify the entry, resulting in incomplete menu router entries
feature request #912136 by smoothify,coreyp_1: add ability to change the text of tabs via the administration form
by coreyp_1: adding support for overriding dynamically generated titles, such as those created by the Search module
My first project updated to D7 so please let me know if any issues.
NOTES:
- mimemail patch is still in distro but has not been looked at for D7
- admin page does not show up at admin/config - i think this is a core bug but haven't verified
This is a complete and total rewrite of Invisimail for Drupal 7. Gone is the old one-off clunky hard-coded mess. Now it is a pluggable, extensible framework for anti-spammer email encoding via filter, formatter, or direct API calls. Two encoders are provided, with individual configuration, and support for more is dead simple. No regex needed!
The documentation should be reasonably complete, although the invisimail.api.php file could stand to be improved a bit. It should also now be very unit testable, although those tests have not yet been written. Patches welcome. ;-)