Downloads
Download tar.gz
14.06 KB
MD5: 02cca3bf9b6b6a72b13a5529b44394e6
SHA-1: 7b851c6d5894021c90d7815c80b53ced69048607
SHA-256: 62db4fe757459a4f0aec4e66b74ab236a5ce796ee830e757263b17c868d59cc4
Download zip
17.12 KB
MD5: e007033248bebcbc1fcdad39fe77e263
SHA-1: b9284907e18b244407c0c79cd241ea17b40b2e6d
SHA-256: a8c02ca23a62f4db10ee90bf5afee9d867793ea643af01d865dfa283d712bfa4
Release notes
Changes since 5.x-1.2:
- #239579 by costinius: View for node ID as an argument.
Allows listing of users who added the node to their favorites. Requires node profile module. - #244738 by jhm, Block "more" link has an tag.
- #182616 by brunodbo: add a class to the add and remove links.
- #276155 Syntax error in -dev tarball. Fixed.
- #284356 by pounard, Option to display favorites as a tab in user profile
- #285512 by incidentist, display node types in add/remove messages.
- #285538 by incidentist, add hook_favorite_nodes().
- #166445 by chellman, code style by kbahey, add classes to hook_link_alter()
for better styling/theming. - Correct dependency on usernode module, not specifically the nodeprofile module.
- Per Gerhard:
- Added user_access check on the xmlrpc call. Not sure if that ever worked
since there is no user object if one is anonymous.
- Replaced "print theme('page' ...)" remnant from 4.6 by "return $output" - By Gerhard (security 444), anonymous users should not see nodes that someone bookmarked.