monster_menus:
Fix a cosmetic problem in the count of individual users in the "Who can edit or delete this content" summary on the node edit page
Fix the node edit Preview button, so that the resulting form not only shows the correct permissions, but also the summary data works
Fix pagination and column sorting in the node tree browser (related to #1565670: Right panel in mm_browser returning json string when pager links are clicked)
Fix an infinite redirect when anonymous page cacheing is turned on #1623174: Turning Caching on for Anonymous Users results in redirect loop
Fix the default field formatters for the userlist and nodelist field types
Fix a very obscure bug having to do with what happens when one node on a page is not editable by the current user. Previously, the top-level menu would get displayed, instead of the menu the node appears on. Also, correct handling of the node appearance schedule settings when the user does not have write access to the node.
Fix an edge case in the sort index verification code, which would result in a blank page
Fix a Javascript error when choosing items in the tree browser
Fix choosing an item in a node picker
In the gallery content type:
- Fix the display of captions under images
- Add some CSS so that the caption and comments link appear correctly within the thickbox
Fix path to php-capcha library
Fix two bugs in the subpage list content type:
- Don't show an extra input field for the postamble on the node edit page
- When the preamble is set but the postamble is empty, show the preamble in the correct location
Add several options to the mm_list UI element, such that:
- The search widget on the /users index page no longer has the extra left column
- This 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
Make sure that calls to node_access('create'...) always include the node type as a string, instead of using the node object. This prevents an edge case problem where users were unable to create certain types of node they did have access to.
Minor cosmetic changes in the tree browser
mm_workflow:
Now requiring the workflow module, since it now has a D7 version
mm_fields:
Complete the upgrade to D7