Downloads

Download tar.gz 24.45 KB
MD5: 48a32a71af5c4813b0c218dacf63340a
SHA-1: 40ccee9d0b9790d3a2890e019cbe8a7fd109f96a
SHA-256: 45387212c33d5112931b30ec4299432d61886c30fccca42a21a716cba0a456c5
Download zip 33.99 KB
MD5: 389b98348c3e58ac3e46121019b03a41
SHA-1: e0002d22f7896edffb308ec9d1dc7fa0e5756958
SHA-256: c9b9bdecf33322433166b4781e230f4b6e12ec43dc631f74be63d136221350b3

Release notes

This release includes some of the 2.x version changes. The most important change is the handling of the menu with an additional hook_simplemenu_alter() call enabling us to move out the specialized devel menu handling in a sub-module.

Note that the old superfish folder was renamed with a version number. You may want to delete the old folder to make sure there is no confusion.

Changes:
* Moved the simplemenu modules in the Menu package.
* Enhanced the init() function by creating sub-functions and moving the footer functionality in it.
* The Simplemenu variable can now be moved to the header and be cached in its own JS file.
* Changed the function generating the menu so other modules may tweak the menu if so they wish.
* Multi-menu sub-module added to project so users can display multiple menus at the top.
* Created a separate Devel module to auto-insert the Devel menu.
* Inactive Parents sub-module so you can prevent clicks on all parent items.
* Mark the top links with 'simplemenu_multi_menu_root' class.
* Fixed the Devel menu name and identifier.
* Optimized the "view" test for simplemenu.
* The list of themes is now dynamically generated from the simplemenu themes folder.
* The list of superfish now includes 'custom' so the code may come from another module or theme.
* Added a white line at the top of the drop downs.
* Changes to support a fixed position (i.e. does not scroll with the page.)
* Put the menu inside a

block (so fixed position works.)
* Added support to switch between versions of superfish.
* Added support for z-index parameter in admin screen.
* Reformatted CSS files with spaces instead of tabs as expected in Drupal.
* Removed the z-index from the themes. The parameter was moved to the CSS template instead.
* Created a template CSS that can be tweaked from the simplemenu administration screen. The old CSS file is still working and used as a backup in case the module cannot create a dynamic .css in the sites/name/files/css/... folder.
* Renamed the existing superfish as 1.4.1
* Added superfish 1.4.8 with a fix to support the new parameter which default breaks our default theme.
* Do not add the id="simplemenu" in JavaScript. Done in PHP instead.
* Fixed the description.
Created by: AlexisWilke
Created on: 24 May 2010 at 21:00 UTC
Last updated: 24 May 2010 at 21:05 UTC
New features
Bug fixes
Unsupported

Other releases