Download Size md5 hash
userpoints_contrib-5.x-3.0.tar.gz 19.32 KB b4b8da9ca8327fe67567fbd569c5716c
userpoints_contrib-5.x-3.0.zip 38.04 KB a3ff5c125bac396aa625eb3e7c86196d
Last updated: December 25, 2010 - 00:05
Official release from tag: 5.x-3.0

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