Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
9.86 KB
MD5: 21f522e73ecfe1b835dc8525e82b2123
SHA-1: e7c32f7195df02a9f50e8ba2c22ed2459caa6c01
SHA-256: a038452d5319d84754888bbe35db20f027f6aa8f29cecddcb6836fa02f2e7015
Download zip
10.95 KB
MD5: ac89160cfd6c90b61ca3cf121ff9a530
SHA-1: 89f36ac37fca8878cf14a2b2b60c213d1c3177a1
SHA-256: 59c799064aa1b790aae99c62800f993104729a40c39e1a91a8eebf3a876ee428
Release notes
Drupal 7 Beta
Changes ported from Drupal 6 1.6 and 1.7:
- Major rewrite to help with Drupal 7 update
- Bug: #629996: Disabled menu itens are always being showing
- Bug: #406104: Incompatability with PostgreSQL 8.3
- Bug: #574378: Parent menus with no children appear as parent of next sibling
- Bug: #874822: user access control
- Bug: Commit #396542
- Bug: Commit #396520
- Bug: Fixed bug with node_access. node/add/page calls node_access and will bork a site running postgresql.
- Bug: #1002010: Notice: Trying to get property of non-object in node_access() (line 2868 of /home/mysite.nl/public_html/modules/node/node.
- Bug: #1008038: change footermap output to render valid xhtml strict? currently output is multiple IDs for footermap div...?
- Sort fix: #890358: Wrong sort order - primary links
- Docs: Add help text to the settings page in admin/structure/footermap
- Theme Changes
- CSS has changed again, please look at footermap.css file and output.
- Feature: New option to include system menus unfortunately due to Core bug #300690: Include system menu items for views?
- Feature: New option to choose between legacy mode or display in a block mode. This should make things a bit easier. #468562: Implement footermap as a block instead of only allowing it to be in the footer
- Feature: #604960: Add class to footermap container counting the number of columns
- Feature: Added menu headings back as an option.
- Cleanup: add some things to clean site up visually Looks pretty nice ;-)
- code cleanup