User: jredding Branch: DRUPAL-5--3 Date: Sun, 14 Oct 2007 14:35:51 +0000 Modified files: /modules/userpoints userpoints.module Log message: -Completed Categorization changes. A DB record with 0 or NULL is considered in the Uncategorized(CONSTANT) category. -misc. code cleanup issues. -Added several new functions to support categorization. -Modified userpoints table to include new Primary Key so that 1 user can have multiple records. -userpointsapi() nows accept a txn_id, if present an UPDATE will be done thus eliminating the need for an external UPDATE and creates a cleaner interface -userpointsapi() will accept a status parameter directly (override ) -Various bug fixes with the _transaction function due to API change and a bug in point expiration -Created a separate function for updating the userpoints (cache) table -Removed UPDATE statements from admin_approve, admin_txn -changes to admin_manage, list_users, user_exists, admin_approve, admin_txn_submit, -Fixed my_userpoints to display proper status msg from txn_status -userpoints table schema modified to DROP the PK on uid, ADD a new PK named pid (points ID) and ADD a new column tid. Allows for caching of category specific points. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/userpoints/userpoi...