Downloads
Download tar.gz
27.77 KB
MD5: 10778129757d1ac9871093508b128e84
SHA-1: 3db3e02bf2793f5fccd4675bae154b8c1f3ee706
SHA-256: dfd841d6857085fcd086e6d9970108a0453705afef5e31a6850f0a87d6d4e637
Download zip
33.97 KB
MD5: 9ebe282735417bccfb0024441b49afd9
SHA-1: 076a47d0d5308fe9e50e9582fc73266b3e8ea4c5
SHA-256: 6556ba3beb7636c00782e2645a7cd1f80a1be332125f9154c5394f92a1f7efc6
Release notes
- Second permission implemented. #257849: Permissions Issue
- Maximpodorov's patch to fix bug with top badge only setting converted roles settings form to use auto_complete textfield #548174: Badges are not deleted when user roles changed if 'Only show the most highest-level badge' option is set
- Fixed a code error thanks to maximpodorov #548174: Badges are not deleted when user roles changed if 'Only show the most highest-level badge' option is set
- Changed queries in user_badges_save_roles to prevent duplicate DB errors #548532: Getting a Duplicate Entry error when pressing "save roles" on roles page
- Added views support for badge weight #549838: Views sorting by weight
- Fixed grouped user badges views field to display all standard field options #566724: unable to set label in views
- Static cache user badges to avoid queries. #585946: Loading badges only when on user profile page
- Tidied packaging stanzas (rfay). #596706: .info file contains multiple packaging stanzas
- Added Swedish translation and POT. #632846: Swedish translation
- Fix index error on user_badges_user table. #643584: -dev does not properly create/manipulate tables
- Fix empty badges page. #728048: 'Badges' tab in user profile results in empty page
- Fix theme snippet in README.txt. #773648: PHP-Snippet in README.txt can break the template (WSOD)
- Add classes to badges on admin page. #892960: Please add attributes to the profile view
- Allow Imagecache to be used. #918846: Use user badges with imagecache
- Fix coding standards. #939816: Coding standards
- Reduce queries on user account page. #945280: Reduce queries
- Paginated list page in badges admin section added.
- Users can set own badge weights.
- Option to show top X badges.
- Ability to enter any image URL for a badge.
- New options on badge form for greater control over badge behaviour with top X badges.
- Add badge form moved to its own tab
- Badge admin link in user profile redesigned to scale with large number of badges.
- Cleaned up some code into subroutines.
- Added optional token support in badge link URLs.
- Added default description URL option, with token support.
- Altered the user_badges_products admin form to allow it to scale to handle a large number of products.
- Fixed an uninstall bug and made a few comment changes.
- Updated README.txt.
- Added basic taxonomy associations for badges.
- Improved static caching in some places.
- Rearranged badges on user profile.
- Fixed some bugs with badge ordering.