userpoints 2.0.0-beta2

Bug fixes

Handled class name case issue that surfaced in d.o. automated tests.

userpoints 8.x-1.0-alpha1

  • Initial 8.x version
  • Default sub-module, for a user points system that mimics the 7.x branch
  • Rules example sub-module, earn / loss points on user login, register, add or edit contents and posting comments

Full list of changes from -dev:

userpoints 7.x-1.1

Bug fixes
New features

This release consists of bugfixes and minor new features.

Changes since 7.x-1.0:

userpoints 7.x-2.x-dev

New features

This is the development branch for the new 7.x-2.x and will contain new features.

Do not use this for production sites.

userpoints 7.x-1.0

Bug fixes

The first official stable Userpoints release for Drupal 7. This release includes a few bugfixes, the most important are correct max_points total calculations and the ability to easily create views of the userpoints points and max_points total over all categories.

Changes since 7.x-1.0-rc1:

userpoints 7.x-1.0-rc1

New features
Bug fixes

This is the first release candidate for a stable version of Userpoints for Drupal 7. There were a number of bugfixes, final (hopefully) improvements to the user interface and userpoints_service.module has been ported to Services 7.x-3.x.

Please test and report any bugs you can find. After all known bugs are fixed (there are none at the moment), a stable version will be released.

Changes since 7.x-1.0-beta2:

userpoints 7.x-1.0-beta2

New features
Bug fixes

This is the second beta version for Userpoints 7.x-1.x and contains an improved admin structure, token integration and a few bugfixes.

Changes since 7.x-1.0-beta1:

userpoints 7.x-1.0-beta1

New features
Bug fixes

This is the first beta release for Userpoints for Drupal 7. It should be feature complete now, the main focus is now on fixing bugs. Please try this and report anything you can find.

Changes since 7.x-1.0-alpha2:

userpoints 6.x-1.2

Security update

This release fixes a large number of bugs since 6.x-1.1 including an XSS security issue. All users are strongly advised to upgrade to this version.

Changes since 6.x-1.1:

userpoints 7.x-1.0-alpha2

New features
Bug fixes

This release is the second alpha release for Userpoints 7.x-1.x. It is however identical to the first alpha release which was never proberly released because of a bug, see http://drupal.org/node/1002752

userpoints 6.x-1.1

Security update
New features
Bug fixes
Insecure

Changes since 6.x-1.0:

userpoints 6.x-1.0

New features
Insecure

An important release in the userpoints cycle please read the following changes.
*Several simpletest tests have been added to ensure data integrity and reduce bugs
*userpoints_basic has been removed and moved to its own project at http://drupal.org/project/userpoints_nc
*hook_userpoints has been modified from hook_userpoints($op, $uid, $points, $event) to simply hook_userpoints($op, $params)

ALL contributed or custom modules that use hook_userpoints will need to modify their functions.

userpoints 5.x-3.6

Changes since DRUPAL-5--3-5:

  • Reordered fields in the userpoints_txn table, so that the varchar/text columns are towards the end.
  • fixes in .install to address #265095, #261199 as well as other postgres related install issues
  • #265714 Rename 'event' parameter in userpoints_userpointsapi() to 'operation'.

userpoints 5.x-3.5

New features

Changes since DRUPAL-5--3-4:

  • Provides XML-RPC via integration with the services module. A test PHP script is provided to demonstrate how calls can happen from external web sites/applications. Check the README.txt for the API details.

userpoints 5.x-3.3

Security update
Bug fixes

Changes since 5.x-3.3

  • #211886 by greggles, _userpoints_transaction returns moderation status instead of function status
    #211887 by greggles, message from 'before points' doesn't get translated nor substituted with the module name
  • #215240 By ilo, fix for missing table headers.
  • SA-2008-014.

userpoints 5.x-3.2

New features
Bug fixes
Insecure

Check 3.1 release notes for features in the 3.x API.

Changes since 3.1:

userpoints 5.x-3.1

New features
Bug fixes
Insecure

Stable release of Userpoints API 3.x.

Major features:

New API 3.x of Userpoints

  • Simpler arguments, with sensible defaults.
  • Arguments as an associative array, hence less work in future modules.
  • Categorization of points (pools of points).
  • Informative return info, as an array too.

Thanks to jredding for coding it, and to dami for the ongoing testing, and greggles for suggestions and feedback.

Views integration

Thanks to corsix and GHOP.

Basic Workflow NG integration

Thanks to fago.

Detailed change log below.

userpoints 5.x-2.15

New features
Bug fixes
Insecure
  • #120318 by corsix, Views integration (GHOP task #62)
  • Tiny code cleanup issues to pass the coder.module tests.. All tidy now
  • #157839 by kmillecam, attempt to fix points going to another user for comments.

userpoints 5.x-3.x-dev

New features
Bug fixes

New API 3.x of Userpoints.

- Simpler arguments, with sensible defaults.
- Arguments as an associative array.
- Categorization.
- Many bug fixes.

Thanks to jredding for coding it, and to dami for the ongoing testing.

userpoints 5.x-2.14

Insecure

Changes since 5.x-2.13:

  • #156064 Cannot use the manual add function.

userpoints 5.x-2.13

New features
Insecure

Changes since 5.x-2.12:

  • #128446 By JoshuaRogers, allow users to send points to other users.
  • Updated translation template.
  • Use callable function instead of SQL in hook_user/op=view.
  • Some code cleanup to remove redundant casts.

userpoints 5.x-2.12

Insecure

Changes since 5.x-2.11:

  • #154644 by d0t101101, Replace % by !
  • #155091 Cannot visit admin/user/userpoints/add, due to stray +.

userpoints 5.x-1.x-dev

Development snapshot release.

This has the latest on the Drupal 5.x branch for this module.

userpoints 5.x-2.10

New features
Insecure

Changes since DRUPAL-5--2-9:

  • #119859 by dami, use autocomplete to avoid using UID when managing points. Awesome!

userpoints 5.x-2.9

Insecure

Changes since 5.x-2.8:

  • #146487 by jondoesdrupal, added ability to award points to invitee

userpoints 5.x-2.7

Insecure

Changes since 5.x-2.6:

  • #143361 Compatibility with update_status module (maybe?)

userpoints 5.x-2.6

Bug fixes
Insecure

Changes since 5.x-2.5:

  • #143161 userpoints_invite.module causes error "cannot redeclare userpoints_basic_help()"

userpoints 5.x-2.5

New features
Bug fixes
Insecure

Changes since DRUPAL-5--2-4:

  • Adding two new contributed modules by Mike Smullin, userpoints reserve, and userpoints cap
  • Removing interface to invite module into its own module.
    Better description in the .info file
  • #142095 Userid limited to 7 characters in Points management add UI

userpoints 5.x-2.4

Insecure

Changes since DRUPAL-5--2-3:

  • #137771 by mercmobily, fix for %points being displayed
  • Interface with invite module is now in its own module

userpoints 5.x-2.3

Insecure

Changes since 5.x-2.2:

  • Updated README.txt file with 2.x API documentation.
  • Adding combined translation template.
  • #135934 Userpoints retroactive is not db_prefix aware
  • Adding translation templates.

userpoints 5.x-2.2

Insecure

Changes since DRUPAL-5--2-1:

  • #128577 Incorrect column count error in userpoints retroactive
  • #129495 Admin add/edit does not work, by bradbanister

userpoints 4.7.x-2.2

Insecure

Changes since DRUPAL-4-7--2-1:

  • #115826 Incorrect number of columns in userpoints_retroactive.
  • #118834 Use the new invite hook, by smk-ka.
  • Correct function signature and arguments.
  • #99850 Points are not decreased when invited user is deleted, by smk-ka.
  • For SQL, quotes are not needed around %d variables.

Pages

Subscribe with RSS Subscribe to Releases for User Points