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.
Prior to this release the module had an unused permission on the print-friendly page "access print anything". Instead, the page was using the core permission "access content". It occurred to me that any access control here was silly. The print-friendly page derives it's content from the normal referring page from which it is launched. Access control on the normal page is beyond the scope of this module.
So I've removed the unused permission and eliminated any access control on the print-friendly page.
This release adds a permission controlling access to the JavaScript license information page. You must grant this permission to maintain compatibility with the LibreJS browser plugin.
3a4c5bc Re-added menu_cache_clear.
a311a18 Renamed a few functions.
6e715b6 Added multiple terms path in Taxonomy Menu core. No tests provided yet.
7a4f85a Removed a TODO from the list of tests to be written.
1f50a0a Rewrite taxonomy terms' overview page submit and add a functional test.
3fbae52 Fixed Coder warnings.
5b0fbae Prevent notification message saying that the taxonomy menu was not updated when a full rebuild has been selected, even if the options have not changed.
d577074 Removed outdated test for taxonomy menu hierarchy.
ef50b58 Added a test for 'display empty terms' option and fixed wrong behavior of the function detecting nodes attached to a term.
cd8e5f8 Much improved existing tests.
4e8697c Stripping trailing whitespace.
57823bd s/Taxonomy Menu/Taxonomy menu/g
428d0e7 Fixed typo in variable name for option 'display html title attribute'
188fe0a Changed DISABLED by NONE in menu location's option. DISABLED suggests that the taxonomy menu is still there but disabled, when in fact it is completely removed.
874ec02 Fixed wrong comment in changes from previous commit.
b4dde83 Added an option to allow users to show/hide HTML title attributes on menu links. Adjusted tests.
4cb4f2b Delete function now uses core menu_link_delete, instead of deleting directly from the database.