Downloads
Release notes
changes since BETA3:
Content Profile Base Module:
#430220 patch by Michelle: updated panels integration to panels 3 by adding a relationship
#381358 Correctly check for multiple profile nodes per user when admins are updating profiles.
#471708: fixed the views relationship handler to use the proper left table instead of going with the hardcoded 'users' table.
#476826 patch by wulff: Added Danish translation.
#439774 by seals: Added Swedish translation and POT.
#389354 patch by jcruz: fixed no Access Denied message when trying to edit another user's Profile node
fixed rules condition label
#356582 Make sure a language neutral profile is shown on the user page if translation is enabled for that content type.
#360235 fixed language of an error text
#316009 important improvement for the theming helper: also include safe or rendered variables
improved caching of content_profile_load() to also cache not successful lookups
removed the accidentally added default rule set, which belongs to rules
#356453 added an update that fixes up occassionally occuring scrambled settings which are the result of an old bug.
Content Profile Registration Integration:
#354356: patch by sun, noahb and asund: Allow to create profiles on admin/user/user/create too
Overhauled the registration integration:
* #307639: Added support to add all node-form elements to the registration form. It's activated by default, so check your settings if you don't need it.
* Added the possibility to control whether the title field is hidden, integrating with auto nodetitle.
* Added usage instructions to the README.txt
#423244: fixed content profile registration data to be not saved in the user object any more.
#447288 patch by andreiashu: fixed admin user creation username validation when cpr integration is enabled there
#373410: Registration Integration: Correctly obey the content type defaults
registration integration: removed old check for CCK, it should work without now too!
#313341 improved registration integration module to allow other modules to alter the content types integrated in the form. Run update.php!
#313341: Registration integration: Mention autoassignrole in the README.
Run update.php!
Panels users: Panels integration has been updated to panels 3, for more infos read #430220: improve Panels 3 relationship.