profile2 7.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| profile2-7.x-1.2.tar.gz | 22.71 KB | 0c6ecaa254e777202bc400790dcb7f30 |
| profile2-7.x-1.2.zip | 28 KB | 284c0d956c3ec69be985970656e42329 |
Release notes
API Changes:
None, however profile_create() has been deprecated by profile2_create(). See #1361434.
Changes since 7.x-1.1:
- #1035638 added a creation date and a last updated date to profiles. Also improved the Profile class to declare all default profile properties.
- #1338968 add label column to profiles to allow for easy profile-label generation using Rules or custom code.
- Do not double-escape page titles on profile2 page view.
- #959274 Breadcrumb on profile pages should not say 'My profile'.
- #1361434 profile_create() functions violates the namespace.
- fixed the profile type schema to do not directly use entity_exportable_schema_fields()
- Issue #1342064 by claudiu.cristea: fixed namespace of test class.
- support the entity cache module.
profile2 7.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| profile2-7.x-1.1.tar.gz | 21.76 KB | b35307fc4a790163b83de1825f7d1940 |
| profile2-7.x-1.1.zip | 26.95 KB | 75120de840576d548601ea797c27f9a8 |
Release notes
Changes since 7.x-1.0:
- improved profile2 og group access to only grant additional access
- #1310266 patch by Cottser: added missing parameters to hook_user_view.
- #1283320 fixed menu-rebuilding issues without profile2-pages.
- #1301250 patch by Joachim, fago: add entity plural label and description.
- #1290986 avoid entity_load() during entity info cache rebuilds
- menu-rebuilds on type deletions are only necessary in case user categories were enabled.
- #1283320 fixed notice in profile2 pages when re-naming
profile2 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| profile2-7.x-1.0.tar.gz | 20.62 KB | d773f99d7979dd588d8af1e4883c4cb0 |
| profile2-7.x-1.0.zip | 25.76 KB | 06059f50f1fa75db4df9f25bd281c264 |
Release notes
Changes since 7.x-1.0-beta4:
- #1196456 add support to for entity_form() in profile pages.
- #1159420 when profile pages is used a not working user-edit-category link is shown.
- #1188608 patch by Amitaibu: Make use of OG's access API.
- #1177094 patch by ericbroder: removed delete button from the clone page.
- #997918 improved menu-rebuilding logic of profile pages.
profile2 7.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| profile2-7.x-1.0-beta4.tar.gz | 20.66 KB | 98ec471cecb6803760563dd8dcd34dcc |
| profile2-7.x-1.0-beta4.zip | 25.8 KB | 20171235cc686c8bd3c3ff99bb7a2ed9 |
Release notes
Changes since 7.x-1.0-beta3:
- updated entity property information to do not use the deprecated 'views field' property.
- #1027908 fixed compatibility with the latest entity API module. Requires >= entity API beta9 to work.
profile2 7.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| profile2-7.x-1.0-beta3.tar.gz | 20.65 KB | 4dc447fe8ca94c2bc3f2bbc6f897d28b |
| profile2-7.x-1.0-beta3.zip | 25.79 KB | 9aadb1a26d17c18b0453f78d2f326f25 |
Release notes
This release fixes a "Less Critical" security vulnerability: Users are able to view their own profiles on their user account page, regardless whether they have permission for it. For more details, see #1051550.
There is no official security announcement, as there is no stable release affected.
Changes since 7.x-1.0-beta2 (10 commits):
Read moreprofile2 7.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| profile2-7.x-1.0-beta2.tar.gz | 19.47 KB | b92719ee8686232622555ad06b0ac315 |
| profile2-7.x-1.0-beta2.zip | 23.82 KB | 6c3c075c2ec0af90b5e4671a94f40b7f |
Release notes
changes since beta1:
* fixed profile entity property of the user account to include bundle information.
* only add the main profile if profile2 is manually installed
* Stripping CVS keywords
* fixed programmatic profile creation via entity_property_values_create_entity() / Rules. Requires the latest Entity API.
* #1032956 fixed profile2_user_cancel() expected to be a reference error upon user deletion.
* #1047864 menu cache needs to be cleared after removing a profile type.
* improved entity property info,
* make use of the entity API's label and uri callback helpers,
* API change: converted the profile's getType() method to type() for consistency with user().
* Make use of the Entity class instead of the deprecated EntityDB class.
* fixed cloning of profiles in code and fixed a warning if the cloned machine name is already taken
* #1021768 patch by OnkelTem: fixed schema using old foreign keys declaration
profile2 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| profile2-7.x-1.0-beta1.tar.gz | 19.25 KB | b2bbd87d71acfe52068c54f451ddb971 |
| profile2-7.x-1.0-beta1.zip | 24.55 KB | 3f33e63922e4a24ace95f2d9a16f2253 |
Release notes
changes since ALPHA2:
* fixed fugly variable names in loading function
* fixed warning with PHP 5.3
* improved profile2 API docs based on the entity API documentation templates
* #1008810 updated Profile2 to be compatible with the latest entity API.
* fixed .info files
* #1008346 fixed uninstalling of profile2_pages if profile2 module is disabled.
* removed unnecessary dash replacement logic
* #798784 changed default profile type to be custom so it can be deleted + show an introductary message. fixed tests to work with that + improved the permission labels.
* #798784 if the profile form is empty, show a link to the admin page for admins.
profile2 7.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| profile2-7.x-1.0-alpha2.tar.gz | 18.21 KB | c79f96d152532e748fd8d85d03803627 |
| profile2-7.x-1.0-alpha2.zip | 23.12 KB | 553221bcf3e231f6edebc03a5b66e864 |
Release notes
This release requires recent versions of Drupal core (beta3 is too old) and the Entity API (beta2 is too old).
changes since 7.x-1.0-ALPHA-1:
#894026 implemented basic UI for editing creating types based on the entity CRUD UI.
#894026 follow up: fixed the profile2 type UI controller to be used at all
fixed the profile type delete button to work
fix profile2_access to don't allow users to delete their profile
added initial version of the profile pages module
make the used path of profile pages easily customizable
added intial README
fixing field creating during install + the tests
fixed deleting the right variable during uninstall
fix profile page menu item to capitalization
do not enable profile pages automatically
fixed profile2 template to be called like the entity type, thus rename your template file to profile2.
#958966 fix undefined index: custom settings in field_view_mode_settings()
patch by nodestroy: improved markup for no-profile data message
improved the metadata for the profile type property, so that entity creation via rules works.
#952060 improved profile2 form attachers to make use of recent core improvements and added hook_form_profile2_form_alter().
#952054 add admin UI to configure registration integration
fix registration checkbox to work independent of the profile pages module
profile2 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| profile2-7.x-1.0-alpha1.tar.gz | 15.59 KB | cb1218bcbb921f2938e279874c6b7f4e |
| profile2-7.x-1.0-alpha1.zip | 18.58 KB | 176cf29b7aa573cdd1ea163f0cbd4efe |
Release notes
first ALPHA release compatible with Drupal 7 beta 1 or later.
Basically the module is complete and should work as expected, however the administrative UI is not finished yet.
profile2 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| profile2-7.x-1.x-dev.tar.gz | 23.66 KB | 9f8aee840b0f501371e8e32c7d31d0d8 |
| profile2-7.x-1.x-dev.zip | 29.6 KB | 3dc0acb56a2c3609504332d8ba1c77c0 |
Release notes
7.x compatible development snapshot
Warning: Module is still under development and not complete yet.