monster_menus 6.x-6.37

Bug fixes
Insecure

- Minor cosmetic changes in the tree browser

- Minor translation changes in the tree browser

- In node pickers, convert media filenames with %xx in them to the appropriate character

- Fix #1635418: Usage of register_shutdown_function() breaks SimpleTest setup., courtesy of Adam Franco

monster_menus 6.x-6.36

Bug fixes
Insecure

Clean up cases in the code that use "isset($foo) && $foo" by converting them to "!empty($foo)"; other code cleanup

Fix the case where a tree browser's right pane contains pagination and/or table sort links #1565670: Right panel in mm_browser returning json string when pager links are clicked; also, add the possibility of pagination to gallery and inline media insertion tree browsers

monster_menus 6.x-6.35

Bug fixes
Insecure

- Fix a Javascript error when choosing items in the tree browser

- Fix an edge case in the sort index verification code, which would result in a blank page

- Circumvent some code that is unneeded for the mm_userlist widget; change the way the mm_catlist (et al) Javascript code is added to the page, to work with AJAX

- Fix the mm_cck_perms converter to handle the case where a particular role has view permission but not edit

Fix some very obscure bugs that only get triggered when there is a node on a page that is saved using a filter that the current user does not have permission to use and the node is scheduled not to appear at the current time:
- If the user has write access to the page, then the node will now be fully visible.
- If the user only has append subpages or add content, then the standard "authorization required" message is displayed in place of the node. However, now the menus are left intact.

monster_menus 6.x-6.34

Bug fixes
Insecure

Fix a PHP warning and do some code cleanup in the mm_cck and mm_cck_perms modules

monster_menus 6.x-6.33

New features
Bug fixes
Insecure

- Allow more email addresses to be entered into the field for the virtual group error report

- Make significant--but hopefully invisible to the user--changes which allow there to be more than one set of permissions settings widgets on a page

- Add the ability to convert permissions from the Content Permissions module to the MM CCK Permissions module

- In autocompletes, allow admins to select users whose usernames start with "_profile", such as the Googlebot user

- Change all of the 'r', 'w', etc. permissions strings to actual constants, in order to make future migrations of code to D7 easier; change all "split" calls to "explode" or "preg_split", for PHP 5.3 compatibility

Add several options to the mm_list UI element, such that:
- The search widgets on the /users index page no longer has the extra left column
- That form, and the page/node settings for the owner, automatically submit when a name is chosen
- The input field in several of these types of form now gets focus when the form is first shown, so you can just start typing without having to click first

Pages

Subscribe with RSS Subscribe to RSS - 6.x