avatar_selection 6.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-6.x-1.7.tar.gz | 22.73 KB | 5473189766df6182d4cb176731e4e8e2 |
| avatar_selection-6.x-1.7.zip | 25.29 KB | c41776f42288d9cebe39221a87b510ca |
Release notes
Changes since 6.x-1.6:
- #734116: enabled assignment of random default avatar on registration when anon users do not have the permission "access avatars"
- #1008998 by ressa: changed colour of image selected and hover boxes
- #1426134 by bcmiller0: Fixed Undefined index: picture.
- #1062348 by SeanA: Fixed 'upload avatar in profile' has no effect.
- changed some help text
- #431500 by chrisdawson - added support for imagecache
- re-implemented js pager using Drupal behaviors
- #598194 by amielf - fix for white overlay issue in safari
- #566626 by rmjiv - fix for random deletion of avatars
avatar_selection 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-7.x-1.0.tar.gz | 25.33 KB | c6e5ae6dd0a2702ae2541ec3cb084c88 |
| avatar_selection-7.x-1.0.zip | 28.04 KB | 50743d7045c42c0e2f3a761a3d822e33 |
Release notes
Changes since 7.x-1.0-rc1:
- #1444964 - added update hook to increase module weight
- fixed required setting for selection widget on registration page if reg_with_pic module is enabled
- fixed og error on user registration and fixed unique avatars for deleted users
- fixed og integration
- added in upgrade path for D6 avatars
avatar_selection 7.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-7.x-1.0-rc1.tar.gz | 24.29 KB | 73600cc4062fb701a36713e08381d5e0 |
| avatar_selection-7.x-1.0-rc1.zip | 26.9 KB | 42a4dbea57242bc23fd2dfa4c703b1b4 |
Release notes
Initial Drupal 7 port:
- #1146328 - fixed PDOexception for update 7001
- fixed unique avatar feature and created avatar_selection_usage table
- fixed "imagecache" feature and also disabled the "force user to select an avatar on profile edit" if they already have a picture associated with their profile
- fixed missing delete picture checkbox
- fixed integration with reg_with_pic module and fixed selection widget on registration form
- fixed display of selector on user registration form
- fixed image width / height attributes
- fixed uninstall function - now removes avatars correctly
- fixed deletion of files on uninstall
- #1437880: Fixed Call to undefined function file_create_path().
- fixed pager navigation and item selection
- fixed fatal error with pager links
- fixed manage avatars listing. Fixed random image selection
- #1326854 by burgs | olevelo: Fixed D7 does not display anything.
- #734116: enabled assignment of random default avatar on registration when anon users do not have the permission "access avatars"
avatar_selection 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-7.x-1.x-dev.tar.gz | 25.35 KB | 06afdf404c006d565740dd5ef5c9c32e |
| avatar_selection-7.x-1.x-dev.zip | 28.06 KB | 84bebcdf2c45c38037d6a3f04c9b0309 |
Release notes
initial D7 release
avatar_selection 5.x-2.9
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-5.x-2.9.tar.gz | 24.43 KB | a76728969712e8135c0f6bac6a781b1f |
| avatar_selection-5.x-2.9.zip | 28.71 KB | c828485a05e45a87d9e2c97c10819a74 |
Release notes
Changes since DRUPAL-5--2-7:
- Fix for avatar_selection.js file being loaded on every page that contained a form.
- #303290 - fix for forcing avatar to be selected even when uploads are allowed.
- #309499 - fixed warning with implode() due to no user roles available.
- Coding standards changes.
- #338227 - fix for sql query not supporting PostgreSQL.
- #340266 - by madjoe, fix for quotation in fetchPage function call.
- Fix for all users appering for anonymous users in some cases.
- #330315 - fix for incorrect page count appearing where a user has more than one role and the same avatar is assigned to both roles.
- Added support for images within a sub directory of the 'avatar_selection' directory.
- #359570 - fix for user avatar roles.
- #374413 - fix for ajax pagination.
- Made css class names following w3c naming standards.
- #378096 - added loading icon while pager fetches next set of avatars.
- #330213 - added 'upload avatar in profile' permission.
avatar_selection 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-6.x-1.6.tar.gz | 24.99 KB | bde21b007f89167d0d4b5bd64571cc3f |
| avatar_selection-6.x-1.6.zip | 30.19 KB | 54ad765cd2b5486e5fac4bbc5167fa44 |
Release notes
Changes since DRUPAL-6--1-5:
- Removed t() calls from schema descriptions.
- #338227 - fix for sql query not supporting PostgreSQL.
- #340266 - by madjoe, fix for quotation in fetchPage function call.
- Fix for all users appering for anonymous users in some cases.
- #330315 - fix for incorrect page count appearing where a user has more than one role and the same avatar is assigned to both roles.
- Added support for images within a sub directory of the 'avatar_selection' directory.
- #359570 - fix for user avatar roles.
- #374413 - fix for ajax pagination.
- #378096 - added loading icon while pager fetches next set of avatars.
- #330213 - added 'upload avatar in profile' permission.
avatar_selection 5.x-2.7
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-5.x-2.7.tar.gz | 21.82 KB | f5d1e427b1908969cba4fe806511f57a |
| avatar_selection-5.x-2.7.zip | 26.38 KB | 7ddfa95330411e25cc03c61bb31cb4d5 |
Release notes
Changes since DRUPAL-5--2-6:
Read moreavatar_selection 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-6.x-1.5.tar.gz | 22.43 KB | 88a9581e3a5d78f0ab6f26cd307134bd |
| avatar_selection-6.x-1.5.zip | 27.87 KB | 36c42b7b7e9c18f47b4275dc40c833ff |
Release notes
Changes since DRUPAL-6--1-4:
New Features:
- #282832 - added ability to set default name for bulk uploaded avatars.
- Modified the table structure, added two new tables and modified the image list generation sql so as to help improve performance.
Bug Fixes, maintenance, etc:
- #280612 - fix for missing update function.
- #280320 - patch for avatar page numbers not centering in one number and not only showing a subset of the numbers for long lists.
- #282487 - Removed some unused code
- #289481 - fix for organic groups error when module is enabled but no groups are configured.
- #289481 - fixed issue where random avatar isn't assigned when custom image is deleted.
- #288491 - fix for distinct avatars feature not working.
- Fix for editing the avatars associated with an organic group.
- Added in note on hook_update_n() naming convention.
- Added in db_placeholders() in place of "IN (%s)".
- Updated coding style.
- Updated translation file.
avatar_selection 5.x-2.6
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-5.x-2.6.tar.gz | 20.65 KB | 866807a64f9ff65cd23be8b3f423e5a5 |
| avatar_selection-5.x-2.6.zip | 25.34 KB | 36d9251f7fa1e18e6f37a3801375b5da |
Release notes
Note: the Drupal 5.x version of this module is now dependant on the jQuery Update module!
Changes since DRUPAL-5--2-5:
- #256109 - fix for lack of integration with the reg_with_pic module.
- #257726 - added in ability to weight avatars and to give them a name.
- #276703 - fix for issue where configured avatar was lost and replaced with the default if the user saved their account details without the "access avatars" permission.
- #276875 - added description text to account edit form element when uploads are disabled.
- #264037 - it's now possible to do a bulk delete, using the "scan for new avatars" checkbox.
- Changed some labels.
- Tidied up js code (ran through jsLint)
- Changed method of paging through avatars.
- Pager now degrades gracefully when javascript not enabled.
- Added in jQuery Update dependency.
- Updated template translation file.
avatar_selection 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-6.x-1.4.tar.gz | 21.26 KB | 985680fdd3c54d8c3a715588e7e44be6 |
| avatar_selection-6.x-1.4.zip | 26.92 KB | 29cc2a1060f588c296673fca93a2a5b2 |
Release notes
Changes since DRUPAL-6--1-3:
- #256109 - fix for lack of integration with the reg_with_pic module.
- #257726 - added in ability to weight avatars and to give them a name.
- #276703 - fix for issue where configured avatar was lost and replaced with the default if the user saved their account details without the "access avatars" permission.
- #276875 - added description text to account edit form element when uploads are disabled.
- #264037 - it's now possible to do a bulk delete, using the "scan for new avatars" checkbox.
- Changed some label.s
- Tidied up js code (ran through jsLint)
- Split administrative functions out into their own include file.
- Changed method of paging through avatars.
- Pager now degrades gracefully when javascript not enabled.
- Updated translation template file.
avatar_selection 5.x-2.5
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-5.x-2.5.tar.gz | 19.22 KB | fc773254b4dda560ef1ac5397418828b |
| avatar_selection-5.x-2.5.zip | 23.75 KB | 3b1a97e6c4ef32d5ef619adb37e744c3 |
Release notes
Changes since DRUPAL-5--2-4:
- #239918 - fixed issue where user uploaded avatars were disappearing on subsequent account edits due to incorrect path to the image being inserted into the database. Patch provided by pobster.
- #235237 - fixed issue where distinctive avatars were no longer working due to recent changes to the values stored in the avatar_selection table.
- #237809 - fix for avatar images not appearing for private file downloads.
- Tidied up code for coding standards.
- Re-structured the readme text.
- Updated help text.
- Updated translation template file.
avatar_selection 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-6.x-1.3.tar.gz | 19.3 KB | 8fe10757b8378fab83764db329e9f217 |
| avatar_selection-6.x-1.3.zip | 23.82 KB | 37a6da83a74bc4083ae8991acc4d2a9b |
Release notes
Changes since DRUPAL-6--1-2:
- #239918 - fixed issue where user uploaded avatars were disappearing on subsequent account edits due to incorrect path to the image being inserted into the database. Patch provided by pobster.
- #233530 - fix for issue where avatar selection avatars set by the user were being deleted from the system when the user uploaded their own avatar instead.
- #235237 - fixed issue where distinctive avatars were no longer working due to recent changes to the values stored in the avatar_selection table.
- #237809 - fix for avatar images not appearing for private file downloads.
- removed t() from around menu item #descriptions as it is no longer needed in D6
- #227089 - fix for conflict with core picture uploads.
- Tidied up code for coding standards.
- Re-structured the README text.
- Updated help text.
- Updated translation template file.
avatar_selection 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-6.x-1.2.tar.gz | 17.88 KB | 43d229faf339a06b42266b582134b99a |
| avatar_selection-6.x-1.2.zip | 21.18 KB | 52af060a9f051e7cdb3a243e526a63eb |
Release notes
Changes since DRUPAL-6--1-1:
- #200879 - documentation patch provided by andrei.ruse.
- #227089 - uploaded files were being deleted after 24 hours.
- #205926 - fixed issue where pager was causing performance issues for high numbers of avatars.
- Fixed issue with selecting avatars to edit, etc.
- Fixed issue with saving of user avatars
- The list of avatars is now retrieved from the database and a new option for scanning the directory for new avatars was added (useful for bulk uploading).
- Changed the "manage avatars" edit screen so it's more useful for large numbers of avatars. A summary page is now displayed with a count of the number of avatars per role / organic group. You can then click on the 'edit' link for a role/group to get the list of avatars for just that role/group, which you can then edit.
- Fixed issue where you lost your current avatar setting after saving the page without making any changes.
- Fixed $Id$ line and coding style.
- Added a few documentation fixes.
- Added in parameter to hook_access() function added in D6
avatar_selection 5.x-2.4
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-5.x-2.4.tar.gz | 17.47 KB | 481510041d49bda4dc8e239d584fb1bc |
| avatar_selection-5.x-2.4.zip | 20.87 KB | 8aaeec8d4289157f670df0c0bd7983fd |
Release notes
Changes since DRUPAL-5--2-3:
- Added documentation based on andrei.ruse's work for the D6 version in #200879
- #205926 - fixed issue where pager was causing performance issues for high numbers of avatars.
- Fixed issue with selecting avatars to edit, etc.
- Fixed issue with saving of user avatars
- The list of avatars is now retrieved from the database and a new option for scanning the directory for new avatars was added (useful for bulk uploading).
- Changed the "manage avatars"edit screen so it's more useful for large numbers of avatars. A summary page is now displayed with a count of the number of avatars per role / organic group. You can then click on the 'edit' link for a role/group to get the list of avatars for just that role/group, which you can then edit.
- fixed issue where you lost your current avatar setting after saving the page without making any changes.
- latest language template file
- Fixed $Id$ line and coding style.
avatar_selection 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-6.x-1.1.tar.gz | 14.62 KB | b11d559036a0febc96af3efda41a7ebc |
| avatar_selection-6.x-1.1.zip | 17.7 KB | b32325d697deda07ebf0d7c4a11515fa |
Release notes
Changes since DRUPAL-6--1-0:
- #196209 - no longer using drupal's php pager, now using a custom jQuery one
- #186984 - can now set random default avatar
- changes for #194992 - user 1 not seeing full avatar image list
- fix for #185167 - admin user couldn't add new users
- changed "hidden" form elements to be "value" as recommended by the drupal FAPI.
- #200197 - now support distinctive avatars. Avatar images already in use by another user are removed from the selection list. When there are no more available avatars the default avatar image (set on user settings page) will be used. If random default avatar assignment is enabled, then the default image set on the user settings page will still be used.
- #201682 - "access avatars" permission wasn't been checked on user registration
form
avatar_selection 5.x-2.3
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-5.x-2.3.tar.gz | 14.58 KB | 52d389790268fb320491171a24cebcc3 |
| avatar_selection-5.x-2.3.zip | 17.77 KB | 371b902e1990c82daf4fcf24409ad3e0 |
Release notes
Changes since DRUPAL-5--2-2:
- #196209 - no longer using drupal's php pager, now using a custom jQuery one
- #186984 - can now set random default avatar
- changes for #194992 - user 1 not seeing full avatar image list
- fix for #185167 - admin user couldn't add new users
- changed "hidden" form elements to be "value" as recommended by the drupal FAPI.
- #200197 - now support distinctive avatars. Avatar images already in use by another user are removed from the selection list. When there are no more available avatars the default avatar image (set on user settings page) will be used. If random default avatar assignment is enabled, then the default image set on the user settings page will still be used.
- #201682 - "access avatars" permission wasn't been checked on user registration
form
avatar_selection 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-6.x-1.0.tar.gz | 12.68 KB | d8229637cd578c1595b4aa58cb4dd825 |
| avatar_selection-6.x-1.0.zip | 14.64 KB | df7da263b80483d6bc96f2ff5ffe0be4 |
Release notes
First release of Drupal 6.x version of the Avatar Selection module. Has the same features as the 5.x-2.2 version.
avatar_selection 5.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-5.x-2.2.tar.gz | 12.71 KB | 972bbe606866a185a67e164a514e3167 |
| avatar_selection-5.x-2.2.zip | 14.74 KB | f6fa974012fd0396fa6d6107ad9be3cd |
Release notes
Changes since DRUPAL-5--2-1:
- fix for deleting of images as reported in #162439
- patch for #163903 where the module was preventing access to all private files except ones in avatar_selection folder.
- Added in changes for feature request #163417. These changes allow users to
limit the selection of avatars available to a user based on their organic group subscriptions. This can be combined with the access roles as well. The layout of the configuration screens also had to change. - changes for #169129 - separates out the requirement to force users to select an
avatar between user registration and editing a user account later. - fixed issue with _avatar_selection_image_list() for the admin screen
- modified general config form so when disable uploads is checked, it's possible to force users to select an avatar
- fixed incorrect t() usage
avatar_selection 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-6.x-1.x-dev.tar.gz | 22.86 KB | 4d134e4f358c5e7b0b165ff209c9c7e6 |
| avatar_selection-6.x-1.x-dev.zip | 25.37 KB | c2562afe3aa3aef7df880cb7721be2a9 |
Release notes
Drupal 6.x port.
avatar_selection 5.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| avatar_selection-5.x-2.x-dev.tar.gz | 20.99 KB | 9caaff86ab45cc579582513afe097b89 |
| avatar_selection-5.x-2.x-dev.zip | 22.69 KB | b07b9c1f42407d9fc715dc2462584597 |
Release notes
changes for organic group support