Downloads
Download tar.gz
35.52 KB
MD5: 508dbfccb7dabad4f27ee3c764f53de2
SHA-1: 8cde312a52474a0e59430daa6c65740d79fc6dfb
SHA-256: a71d44232c636a670a540091954f1e440f1a4dadd1f619f6ba90b3e65b98e3cb
Download zip
43.37 KB
MD5: cee0490288b4f9fc72c27b42f1557fde
SHA-1: 0307b3dadda9d63cb1849e083aa16c0df59d3421
SHA-256: c85f7661a451f08f41a902c02b0c7491ff92c3d1e8ff6652fe1fbd00b3f55b94
Release notes
Check 3.1 release notes for features in the 3.x API.
Changes since 3.1:
- #206740 -archetwist -My Points menu item. Fixed both issues. anonymous users no longer see a my points link nor can navigate to /myuserpoints and My Points has been changed to My points, which helps translation
- when fixing #206740 I noticed that the userbypoints page was not in a theme function. Added in 3 theme function to fix this theme_userpoints_list_users for the full page output, theme_userpoints_list_users_header to theme the table header, theme_userpoints_list_users_row to theme each individual row
- Changed userpoints table to default tid to 0 instead of null. This is in line with the changes made to the userpoints_txn table. As userpoints is a caching table only modified by _userpoints_transaction it has no effect on previous installs. This only makes the DB a little cleaner