Releases for footermap: a footer site map
footermap 6.x-1.6-beta2
First released: November 19, 2009 - 19:40
Size: 10.57 KB
md5_file hash: 77159a46d378123e2205a6b5dcac0807
Last updated: November 19, 2009 - 19:46
A very long-time incoming, too long. Lots of new features and fixes that made it over the year.
- 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
- Theme Changes
- Feature: #604960: Add class to footermap container counting the number of columns
- 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: New option to choose role that links apply to. Manually created menu links do not have any setting. #604952: Links need an access check
- A bit of text cleanup
footermap 7.x-1.x-dev
First released: January 7, 2009 - 20:39
Size: 9.38 KB
md5_file hash: e7ef6f0c090cef91cb070b9d22801e88
Last updated: January 8, 2009 - 00:06
- Initial Drupal 7 Development Branch started. Module *should* function like previous drupal 6 branch.
- Since the module is very basic I only needed to bring in line some coding standard changes that drupal now throws notice messages around about, and changed a couple of things.
- Note: because of changes that may occur in the following months to the DB:TNG and API this may break at anytime
footermap 5.x-2.0
First released: November 6, 2008 - 18:58
Size: 9.9 KB
md5_file hash: 7957dd1952843ed17e048e0605700134
Last updated: November 6, 2008 - 19:00
The 5.x release of footermap includes:
- new feature: recurse_limit and top_menu settings ported from DRUPAL-4-7 branch. The top_menu default is menu_primary_menu, which is normally 0.
- database abstraction: should work in both mysql and postgresql
- fixed mid issue for 5.x: still need to work on a dynamic method of grabbing this, then all versions are compatible.
- removed useless $baseurl variable
- new feature: caching. caches footermap
- new feature: enabled menus. choose which top menus you want displayed.
footermap 6.x-1.5
First released: October 13, 2008 - 15:11
Size: 9.17 KB
md5_file hash: be3d21911d1fe93b2efd517c90e8f241
Last updated: October 13, 2008 - 15:15
- bug fix : see http://drupal.org/node/171707
footermap 6.x-1.4
First released: July 17, 2008 - 17:23
Size: 9.15 KB
md5_file hash: 8a7c95d79a24d0be9e9fdd67d816f9ad
Last updated: July 17, 2008 - 17:25
- Feature: Cache Support: You can enable cache support in footermap settings (admin/settings/footermap). It is recommended that you turn this on.
- Bug Fix: Footermap works out of the box for drupal installations with db prefixes.
- Removed permissions hook.
- Added documentation to the tarball.
footermap 6.x-1.3
First released: June 22, 2008 - 23:05
Size: 8.26 KB
md5_file hash: ac451c366e3710567cf41bf959cb2f2d
Last updated: June 22, 2008 - 23:05
This release introduces a couple of new feature ideas contributed by users:
- Added a new configuration item : "Enabled Menus". You can now select branches of menus to specifically include. Currently this relies on comparisons in php due to a Drupal core restriction.
- Modified the SQL query to grab the node.status if the menu link is a node. This way you do not need to disable the menu item for a node that you have unpublished. This release maintains compatibility with PostgreSQL.
footermap 6.x-1.2
First released: March 10, 2008 - 18:42
Size: 7.78 KB
md5_file hash: dde06e82aa37e652f89002ddaf2b1fff
Last updated: March 10, 2008 - 18:45
This fixes a few bugs in the last release that were not apparent on my test site.
- Fixed the placeholder issue per bug issue.
- Fixed reference passing so it doesn't spit out php warnings.
footermap 6.x-1.1
First released: March 1, 2008 - 04:53
Size: 7.78 KB
md5_file hash: 7497dfc2807afcf7cabfa4041a244e89
Last updated: March 1, 2008 - 04:55
This release contains a major change to styling as well as the framework.
**bugged** use development version until next release.
Changes:
- styling is now done by the theme() function
- styling and html removed from footermap_get_menu() and moved to footermap_footer(), the aforementioned function is now solely based on retrieving the menu.
- removed 'menu_header' setting as it is deprecated due to menu changes in drupal 6.x.
- updated queries and variable names to conform to drupal 6.x menu changes.
- updated example css file to reflect styling changes.
footermap 6.x-1.x-dev
First released: February 8, 2008 - 17:56
Size: 10.57 KB
md5_file hash: 28e9bc536b4c14a976914ce542800b97
Last updated: November 20, 2009 - 00:08
This is a development snapshot for drupal 6.x branch. All prior features should work.
This branch has the latest features and optimizations (if any).
- code cleanup
- 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
- Theme Changes
- Feature: #604960: Add class to footermap container counting the number of columns
- 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: New option to choose role that links apply to. Manually created menu links do not have any setting. #604952: Links need an access check
footermap 5.x-1.x-dev
First released: August 8, 2007 - 17:54
Size: 8.1 KB
md5_file hash: b5d2266a9ad84428d28b3592e18fd21b
Last updated: March 17, 2008 - 12:05
Bug fix: http://drupal.org/node/165595
footermap 5.x-1.2
First released: August 5, 2007 - 04:28
Size: 7.3 KB
md5_file hash: 0fa44e7148b60613082f01634dc0f393
Last updated: August 6, 2007 - 18:44
Fixed div tag.
Changed css style name from sitemap to footermap.
note: do to my confusion with drupal's standard of cvs tags this is a mistake.
footermap 4.7.x-1.x-dev
First released: July 25, 2007 - 14:39
Size: 7.82 KB
md5_file hash: a665b4ed12fde4ba0549140b8a3bbb02
Last updated: July 4, 2008 - 00:03
This is the initial release for 4.7.x development.
footermap 5.x-2.x-dev
First released: July 24, 2007 - 20:10
Size: 10.16 KB
md5_file hash: 1155969d02aae2d91c8f4790123c9466
Last updated: May 21, 2009 - 12:11
The 5.x release of footermap includes:
- new feature: recurse_limit and top_menu settings ported from DRUPAL-4-7 branch. The top_menu default is menu_primary_menu, which is normally 0.
- database abstraction: should work in both mysql and postgresql
- fixed mid issue for 5.x: still need to work on a dynamic method of grabbing this, then all versions are compatible.
- removed useless $baseurl variable
- new feature: caching. caches footermap
- new feature: enabled menus. choose which top menus you want displayed.
