| Download | Size | md5 hash |
|---|---|---|
| taxonomy_menu-7.x-2.0-alpha1.tar.gz | 26.98 KB | adc321e1143241024a467aa5d80ca871 |
| taxonomy_menu-7.x-2.0-alpha1.zip | 31 KB | db098b6f1b57503a28434ca47f99d86d |
Release notes
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.
111d422 Introduced 2 functions taxonomy_menu_variable_get and taxonomy_menu_variable_set that abstract _taxonomy_menu_build_variable and allow for better code readibility
96630f6 Replace menu_rebuild() with variable_set('menu_rebuild_needed', TRUE) for better performance
1ad3991 Reworked the administrative settings. In particular, Taxonomy Menu can now detect changes between saved and submitted settings, which allow not to process taxonomy terms when unneeded. Added a functional test to reflect that. Hook to add settings to Taxonomy Menu was removed.
bcd890f Cleaned up taxonomy_menu.admin.inc
d02bcb8 Major rewrite of the functions processing terms in order to create their menu links' equivalent (batch functions, save/update menu links, preparation of a taxonomy term to be saved as a menu link). Probably breaks a few things for now, but passes all the current tests.
658e11b Adds tests for configuration (show expanded, display term's description, display flat menu) and other small improvements.
68cff91 Issue #1726718: Replace "require_once" by "module_load_include" for including .inc files by Barrett, idflood: Replace require_once() by module_load_include() in taxonomy_menu.module
284fa6a Add functional tests for the creation, edition and deletion of a taxonomy term.
84e5fe2 Renamed function dealing with menu links to be consistent with drupal terminology. Example: _taxonomy_menu_update_link_items -> _taxonomy_menu_update_menu_links
1f9f9d7 Reworked the rebuild, create, update menu links functions: - Improved the display of messages when submitting a vocabulary - Modified the functional tests accordingly - Added a _taxonomy_menu_delete_menu_links along with the insert and update ones
3648fc6 Clean up: move _taxonomy_menu_check_variable to taxonomy_menu.admin.inc, add/fix comments, coding standards. This clean up a preparation for substantial changes to come.
a503f9c Add an empty help_hook function for future implementation.
26b7125 Add another method for testing hierarchies in taxonomy menus, which relies on the previously introduced createTermsHierarchy function.
9de8f6f Add a new test class for testing configuration options in Taxonom Menu, which provides a first test for the sync option.
ea61be3 Issue #[1799436] and small improvements by hles: Added a serie of unit tests, Improved existing testTaxonomyMenuCustomMenu, Fixed a bug in the tests where the vocabulary created in setups was not used by the hierarchy function.
9705679 Add functional tests for the taxonomy vocabulary edit interface.
0ffe2f4 TaxonomyMenuWebTestCase now extends TaxonomyWebTestCase and inherits its methods; duplicated methods were removed.
1f7cb8f Issue #1799302 by guillaumev, hles: Add language code field in taxonomy_menu table and update database functions accordingly.
3bea3e0 Add an empty API documentation file to provide information on hooks to be added later.
9b697d9 Clean up of taxonomy_menu.admin.inc file: documentation, drupal coding standards.
028f292 Removes useless files[] directives and adjusts the path of the test file in the .info file.
d03bb07 Moved administration page callbacks and settings in a taxonomy_menu.admin.inc file.
e23c2d9 Moved taxonomy_menu.test in its own test folder