Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
1.05 MB
MD5: b69cbdd6a8d5fe73edc10624b2189115
SHA-1: aaa3d43d61b1cf0ef6a7ca8dc014c69c526da8da
SHA-256: eee81f31fbf97db50eecdd2f4763dc7bda4fb97a91a1fb0ee6af39d00ebf77e7
Download zip
1.19 MB
MD5: 0aa6214ee7755bd24f6b142d2d028001
SHA-1: 5fc0ddba319b19a686dec9c12c773da8fb8399ad
SHA-256: 3edba6b5836f7831b98b8e96d6f6f717fcced297b768c0c2409d07b96efb0fc5
Release notes
monster_menus:
- Add a new feature allowing advanced users to see the list of revisions to a page's settings. It is accessed by way of a Settings->Revisions tab.
- In page settings, move the "URL Name" field onto a separate line, below "Page Name"
- Set the replacement character to '-' for non-alphanumeric characters in URL names. This improves SEO, according to Google.
- Fix an XSS vulnerability which would allow a malicious user with the 'administer all menus' permission to inject Javascript code into the session of others who are editing a page's settings. Note that this issue was reported to Drupal's security team and deemed "can be public".
- Code cleanup and a PHP warning
- Swallow the event when clicking on a tabbed_ui show/hide region
- In the tree browser, take advantage of improvements to data caching in Drupal 7.22. See http://drupal.org/node/1915646.
- When the option to "Copy these permissions to all sub-pages of this page" is checked, set the owner of the sub-pages, as well
- Fix a white page error with URLs like mm/NNN or NNN, where NNN is the mmtid of a recycle bin or its parent
- Add tags to some of the tree browser queries, so that they can be altered
- Accessibility changes
- Fix comment permalinks when the comments are paginated and the given comment is past the first page
mm_media:
- When inserting an image into a node, fix the alt tag not being populated if the description field was not clicked on
- Alt tag now uses node title rather than node body as the default value
rss_page:
- Update the internal version of SimplePie to 1.3.1, with a locally-applied bug fix; allow custom versions of the library to be loaded by placing them in sites/all/libraries (see the README); suppress an error message in the server log when a feed cannot be loaded; fixes #1845210: MM RSS Page simplepie.inc causes PHP Warnings (fixed in SimplePie 1.3)
mm_schedule:
- When an MM page is deleted, properly delete any references to that page in calendars
- Require the cck module for the mm_schedule feature
mm_webform:
- Don't allow users to change the private attribute on webform components