Downloads
Download tar.gz
19.32 KB
MD5: b4b8da9ca8327fe67567fbd569c5716c
SHA-1: 783ead0877b2967c16e71d1511da075836e1e3e8
SHA-256: f7c1340aa6e74b601b4bc6da42b793d2d4fd1c440bc0d607367ceb8bf56e6436
Download zip
38.04 KB
MD5: a3ff5c125bac396aa625eb3e7c86196d
SHA-1: be497cab4539c8fa19c3bd805279979bf58f2376
SHA-256: 5424afcdc2889188d4c33dbb7a9c0af063811bb8d44b8818825b54fae7970d14
Release notes
First stable release of 5.x
Changes since branchpoint for 5.x
- autoapprove API call updated and tested(simply)
- Updated userpoints_retroactive to use new API call
- Fixed up userpoints_reset to also truncate the txn table. Fixed a translation bug in userpoints_roles
- user2userpoints updated for new API
- Removed userpoints_expire_every as the api wasn't updated to the v2 api and the same functionality is now built-into core
- updated referral points to v3 API
- updated userpoints_ecommerce to new v3 API
- Removed version info
- Playing cleanup #155114
- #177723 seems like a hack but it works. maybe disabling all the fields is better?
- #159434 added autocomplete for the username
- removing version info from the file to allow the packaging system to control it
- #219393 by ebeyrent: upgrade userpoints_invite to 3.x API.
- #222383 By mpaler, modified by kbahey: Display highest attained role.
- Better logic for looking up the maximum role.
- #161825 by ebeyrent : Problem with showing new badges for users promoted to new roles
- #254285 by kbahey: all roles were assigned because they default to 0 points
#222383 by mpaler and kbahey: Display highest attained role - #261214 Deleting a user causes a SQL error: Unknown column 'event'.
- #265275 by Kiam@avpnet.org, some code cleanup.
- #265669 by Kiam@avpnet.org: the 'event' column is now called 'operation'.
Also code style changes. - #265661 by Kiam@avpnet.org, Proper validation of form value.
- #265679 by Kiam@avpnet.org: module should output valid XHTML.
- #265683 by Kiam@avpnet.org, better coding for the page function.
- #265764 Replace 'event' by 'operation' in all contrib modules