Releases for User Points

userpoints 5.x-3.7

kbahey - June 3, 2008 - 16:13
Official release from CVS tag: DRUPAL-5--3-7
Download: userpoints-5.x-3.7.tar.gz
Size: 46.02 KB
md5_file hash: a27d6e195a52aee2e5a58890a6999d79
First released: June 3, 2008 - 16:13
Last updated: June 3, 2008 - 16:15

Release node for 5.x-3.6 did not produce a tarball.

userpoints 5.x-3.6

kbahey - June 3, 2008 - 03:04
Official release from CVS tag: DRUPAL-5--3-6
Download: userpoints-5.x-3.6.tar.gz
Size: 46.05 KB
md5_file hash: 6b0403607a1a4439ecfe5bbf7ef813e8
First released: June 3, 2008 - 03:04
Last updated: September 15, 2008 - 19:04

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

kbahey - April 4, 2008 - 20:01
Official release from CVS tag: DRUPAL-5--3-5
Download: userpoints-5.x-3.5.tar.gz
Size: 45.93 KB
md5_file hash: 95c3465bbe8a8fb5be2e7e67694332d5
First released: April 4, 2008 - 20:01
Last updated: April 4, 2008 - 20:05

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 6.x-1.x-dev

kbahey - March 26, 2008 - 20:15
Nightly development snapshot from CVS branch: DRUPAL-6--1
Download: userpoints-6.x-1.x-dev.tar.gz
Size: 62.5 KB
md5_file hash: 58c9d4187e74e9fcc28d65955b4f7317
First released: March 26, 2008 - 20:15
Last updated: October 8, 2008 - 12:16

Nightly build of the 6.x branch.

userpoints 5.x-3.4

kbahey - March 9, 2008 - 00:29
Official release from CVS tag: DRUPAL-5--3-4
Download: userpoints-5.x-3.4.tar.gz
Size: 44.39 KB
md5_file hash: a7ec5bc636eec0289b093c12745630e6
First released: March 9, 2008 - 00:29
Last updated: March 9, 2008 - 00:30

Changes since DRUPAL-5--3-3:

  • Code style corrections.
  • #220179 by kmillecam, Fixed typo in API documentation.
  • #222897 Totals Not Showing at /myuserpoints, fixed
  • #229314 Replace Drupal with the site name on the points admin page
  • #225086 - Message when declining points in moderation is incorrect
  • #212695 - username does not prepopulate when adding points from users profile page
  • #227645 - editing txn in moderation sets expiration date and leads to premature point expiration
  • #222733 - PostgreSQL error: column p.tid must appear in the GROUP BY
  • #213778 get_current_points to allow a sum of all points
  • #220545 - lynn - make removing points on nodes an option
  • Ported the hook operation link over to the moderation table
  • minor error with moderation messages, cleaned up
  • fixed a bug with the userpoints pages
  • by cwgordon7 delta was set to 5 for all uncategorized blocks, bug; possible debug code left behind. FIXED. Line 159 Users by points was not capitalized

userpoints 4.7.x-2.3

kbahey - January 30, 2008 - 20:47
Official release from CVS tag: DRUPAL-4-7--2-3
Download: userpoints-4.7.x-2.3.tar.gz
Size: 19.38 KB
md5_file hash: 88b1ecaaf7faedf60db33edad95cb06e
First released: January 30, 2008 - 20:47
Last updated: January 30, 2008 - 21:10

SA-2008-014

userpoints 5.x-2.16

kbahey - January 30, 2008 - 20:46
Official release from CVS tag: DRUPAL-5--2-16
Download: userpoints-5.x-2.16.tar.gz
Size: 33.67 KB
md5_file hash: 9c64f4b6128e51ed6d0405e6d43514fd
First released: January 30, 2008 - 20:46
Last updated: January 30, 2008 - 20:50

SA-2008-014

userpoints 5.x-3.3

kbahey - January 30, 2008 - 20:45
Official release from CVS tag: DRUPAL-5--3-3
Download: userpoints-5.x-3.3.tar.gz
Size: 44.11 KB
md5_file hash: 187875a22018396601af79061da572c6
First released: January 30, 2008 - 20:45
Last updated: January 30, 2008 - 20:50

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

kbahey - January 6, 2008 - 16:19
Official release from CVS tag: DRUPAL-5--3-2
Download: userpoints-5.x-3.2.tar.gz
Size: 35.52 KB
md5_file hash: 508dbfccb7dabad4f27ee3c764f53de2
First released: January 6, 2008 - 16:19
Last updated: January 6, 2008 - 16:20

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

userpoints 5.x-3.1

kbahey - January 5, 2008 - 18:16
Official release from CVS tag: DRUPAL-5--3-1
Download: userpoints-5.x-3.1.tar.gz
Size: 35.2 KB
md5_file hash: e24b11320c67ee12b3bc2d6fe3d6974d
First released: January 5, 2008 - 18:16
Last updated: January 5, 2008 - 18:20

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.

  • #202167 suggested by greggles, code by jredding: Provide a reason for failure. Return is now an array instead of a true/false response. Please update your code accordingly. README and function comments updated to reflect new return code for userpoints_userpointsapi.
  • #206101 by fago, and modularization by kbahey, add basic workflow-ng integration
  • #205250 by jredding, implemented get_max_points
  • #202168 cleaning up the README file
  • #120318 by corsix, Views integration (GHOP task #62)
  • Changes to the install file to add columns for point expiration. added to v6 upgrade; Work beginning on v3 upgrade #153626
  • #153626 API modified to use an array of parameters, point expiration implemented
  • completing work on the v3 API, parameters as array, also fixed a bug in userpoints_admin_txn that prevented points from being edited and also from being assigned to user 0
  • Modified point list location to be under admin/user/userpoints instead of defaulting to moderation #170971
  • minor string changes
  • fixed an issue with t() in the expiry_point_description
  • minor adjustments and initiated removal of and implementation of the use of as a boolean
  • implemented single variable API call so that if the api is called with a numeric number points are awarded to current user according to site defaults
  • #153626 implemented with an added bonus of being able to flip the points award message on and off.
  • Updated userpoints_basic to use the new API
  • merged transaction_tools with core. Fixed issues #172214, #125880, #156912, #176989
  • Categorization implemented in the transactions and API call, reporting and caching table needs to be updated
  • Major changes in this version, so many I lost count and didn't keep a good record; sorry. I'll view the Diff then recommit with a better message. Categorization is complete and v3 is ready for BETA testing! DATABASE SCHEMA CHANGE; .install file needs some serious looking-over
  • -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.
  • Minor changes for translation
  • updated userpoints_ecommerce to new v3 API
  • Updated README.txt with update API changes
  • Update point expiration to use the API for Updates for consistency sake. Also fixed a minor bug with cron
  • Passes coder module now.
  • turned may_cache back to true and removed some errant debug code. Now its ready for a release, fingers crossed
  • fixed a minor bug in the .install file. OK fingers crossed again.
  • Fixed max points issue
  • fixed version issue
  • squashing bugs #158552
  • Minor change to allow the Uncategorized category name to be translated in the branding
  • minor changes to .install file to properly create the schema
  • type in .install file
  • Squish Squash #184502 #184472 as well as fixed some translation issues with categories and cleaned up some constant names
  • Fixed a minor bug with messages not being displayed
  • Trying to squash #183520
  • resolved an issue where an anonymous user could potentially receive points
  • Fixed userpoints block so that there is one block for every category #185580
  • brought back /userpoints so that its useful again; blocks are complete
  • whoops typo in a single line
  • Made the Highest Points blocks configurable for record count
  • Commented the code that is currently in question, hopefully someone can help squash this bug #183520
  • Updated .install file to add in the new fields #184896
  • #184896 implemented while wearing a 'make me sexy' facial mask! he he 呵呵��
  • Fully implemented #184896 into userpoints_basic.module
  • fixed a minor bug where the cache would be updated even if the txn SQL query failed
  • Updated the reports to links to the comments or nodes that caused the pointsw
  • updated .install file as the initial creation of the table didn't contain the changes in update 7. This was an oversight
  • fixing .install file
  • #183520 has been fixed.. backward compatibility is next. This bug is fully squashed yet
  • Testing commmit to a 5--3 branch.
  • #198533 ezyang is right the tid should have been null to begin with, I made the change in .install need to modify throughout code of .module
  • #202093 Thanks greggles
  • #200592 minor issue.. patched up Thanks
  • #198638 cleaned up minor things but works as stated.. nice addition
  • #194286 fixed
  • #158490 permission removed. erroneous
  • #172271 fixed
  • whoops fixing the highest user block.. slight mistake earlier
  • whoops fixing the highest user block.. slight mistake earlier
  • #199507 fixed... up to the themers now
  • #183520 squashed. honestly I think this is a hack and I do not like it but it does work and there is a clean version available
  • #183520 squashed. Removed some debug code and added a disclaimer to the on/off switch for the bug fix. Honestly I think the original code is a hack and people are better off without it as i think more problems are going to crop up from it. Hopefully some will have the time to update userpoints_retroactive to do a dull recalculation so that people can start anew without the old version2 point issues (i.e not having entity_ids)

userpoints 5.x-2.15

kbahey - December 27, 2007 - 22:31
Official release from CVS tag: DRUPAL-5--2-15
Download: userpoints-5.x-2.15.tar.gz
Size: 25.03 KB
md5_file hash: b75421100e1b5db6826f563bcacccd8a
First released: December 27, 2007 - 22:31
Last updated: December 27, 2007 - 22:35
  • #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

kbahey - October 17, 2007 - 02:33
Nightly development snapshot from CVS branch: DRUPAL-5--3
Download: userpoints-5.x-3.x-dev.tar.gz
Size: 46.3 KB
md5_file hash: affbaf4047265e7e62fc3c3ce0bec2a2
First released: October 17, 2007 - 02:33
Last updated: September 26, 2008 - 00:16

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

kbahey - July 2, 2007 - 16:52
Official release from CVS tag: DRUPAL-5--2-14
Download: userpoints-5.x-2.14.tar.gz
Size: 36.04 KB
md5_file hash: 684aa6ea2ffebc6b36976fe00dd2d3b0
First released: July 2, 2007 - 16:52
Last updated: July 2, 2007 - 16:55

Changes since 5.x-2.13:

  • #156064 Cannot use the manual add function.

userpoints 5.x-2.13

kbahey - July 2, 2007 - 14:46
Official release from CVS tag: DRUPAL-5--2-13
Download: userpoints-5.x-2.13.tar.gz
Size: 36.04 KB
md5_file hash: fbd92b905b15064528ed565f10193d1f
First released: July 2, 2007 - 14:46
Last updated: July 2, 2007 - 14:50

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

kbahey - June 28, 2007 - 20:07
Official release from CVS tag: DRUPAL-5--2-12
Download: userpoints-5.x-2.12.tar.gz
Size: 33.32 KB
md5_file hash: 7baf5a2177bb58fef70f4e7e52b4e52d
First released: June 28, 2007 - 20:07
Last updated: June 28, 2007 - 20:10

Changes since 5.x-2.11:

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

userpoints 5.x-2.11

kbahey - June 25, 2007 - 13:59
Official release from CVS tag: DRUPAL-5--2-11
Download: userpoints-5.x-2.11.tar.gz
Size: 33.31 KB
md5_file hash: fd53ff668aa6294fbaf87adb37fd8107
First released: June 25, 2007 - 13:59
Last updated: June 25, 2007 - 14:00

Changes since 5.x-2.10:

  • Several fixes for the schema:
    - added key on last_update field.
    - moved status to be before event, since better have varchar stuff at the end
    - changed event from text to varchar(32). If you want a longer field use description.
    - removed /*!40100 comment from PostgreSQL
    - removed unnecessary create table statements in _update_() function
  • #149152 by ckg, PostgreSQL: u.name must appear in the GROUP BY clause
    #149151 by ckg, add support for PostgreSQL.
  • #146491 by jredding, changes to userpoints transaction tools.
  • #152819: Module .info files should not define 'version' in CVS
  • #152936 by Arancaytar, hook_update_4() is broken.
  • #142956 by mercmobily, does two things:
    - keep audit trail when $op is "txn approve" userpoints_userpointsapi
    - Have a searchable index for userpoints_txn.
    These changes make userpoints work with the simple karma module.

userpoints 5.x-1.x-dev

kbahey - June 6, 2007 - 17:07
Nightly development snapshot from CVS branch: DRUPAL-5
Download: userpoints-5.x-1.x-dev.tar.gz
Size: 36.65 KB
md5_file hash: 793052ea2d2946fe387fe87694030ad6
First released: June 6, 2007 - 17:07
Last updated: August 28, 2007 - 12:11

Development snapshot release.

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

userpoints 5.x-2.10

kbahey - June 1, 2007 - 04:23
Official release from CVS tag: DRUPAL-5--2-10
Download: userpoints-5.x-2.10.tar.gz
Size: 28.15 KB
md5_file hash: 5dab1e111d7cd1ddf68ee7d004561064
First released: June 1, 2007 - 04:23
Last updated: June 1, 2007 - 04:25

Changes since DRUPAL-5--2-9:

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

userpoints 5.x-2.9

kbahey - May 29, 2007 - 14:35
Official release from CVS tag: DRUPAL-5--2-9
Download: userpoints-5.x-2.9.tar.gz
Size: 28.08 KB
md5_file hash: 4b8b6a1f425442d3d719e73e3354f388
First released: May 29, 2007 - 14:35
Last updated: May 29, 2007 - 14:40

Changes since 5.x-2.8:

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

userpoints 5.x-2.8

kbahey - May 29, 2007 - 04:06
Official release from CVS tag: DRUPAL-5--2-8
Download: userpoints-5.x-2.8.tar.gz
Size: 27.67 KB
md5_file hash: b43002d36ce84de1a178478a98ac63e2
First released: May 29, 2007 - 04:06
Last updated: May 29, 2007 - 04:10

Changes since 5.x-2.7:

  • #145272 Adding uninstall, by theirry_gd, dami and kbahey.
  • #146975 by dami, points not updated when node/comment author changes
  • #146490 by jondoesdrupal, contributed module: auto approve (does automatic points approval after a preset time)
  • #146491 by jondoesdrupal, contributed module: transaction tools (shows users recent earnings of points, can do a lot more in the future)

userpoints 5.x-2.7

kbahey - May 14, 2007 - 19:59
Official release from CVS tag: DRUPAL-5--2-7
Download: userpoints-5.x-2.7.tar.gz
Size: 26.31 KB
md5_file hash: 9fef7520f48ce17075a25d4903ceb751
First released: May 14, 2007 - 19:59
Last updated: May 14, 2007 - 20:00

Changes since 5.x-2.6:

  • #143361 Compatibility with update_status module (maybe?)

userpoints 5.x-2.6

kbahey - May 14, 2007 - 18:26
Official release from CVS tag: DRUPAL-5--2-6
Download: userpoints-5.x-2.6.tar.gz
Size: 26.3 KB
md5_file hash: 4d9ead495f1bee2003eef19be3c674cc
First released: May 14, 2007 - 18:26
Last updated: May 14, 2007 - 18:30

Changes since 5.x-2.5:

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

userpoints 5.x-2.5

kbahey - May 11, 2007 - 02:45
Official release from CVS tag: DRUPAL-5--2-5
Download: userpoints-5.x-2.5.tar.gz
Size: 26.29 KB
md5_file hash: 2eb25cd8f69408fff5eeb3677aafb4d0
First released: May 11, 2007 - 02:45
Last updated: May 11, 2007 - 02:50

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

kbahey - May 6, 2007 - 23:57
Official release from CVS tag: DRUPAL-5--2-4
Download: userpoints-5.x-2.4.tar.gz
Size: 24.81 KB
md5_file hash: 871505b9380f30fc51cd0d51c110f277
First released: May 6, 2007 - 23:57
Last updated: May 7, 2007 - 00:03

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

kbahey - May 1, 2007 - 19:30
Official release from CVS tag: DRUPAL-5--2-3
Download: userpoints-5.x-2.3.tar.gz
Size: 24.47 KB
md5_file hash: a5d05f02e93d8d2ebe1b1367df2f16a3
First released: May 1, 2007 - 19:30
Last updated: May 1, 2007 - 19:35

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

kbahey - April 7, 2007 - 04:52
Official release from CVS tag: DRUPAL-5--2-2
Download: userpoints-5.x-2.2.tar.gz
Size: 22.49 KB
md5_file hash: 72f57a4be21cb92f8afd86ce28ac8f5b
First released: April 7, 2007 - 04:52
Last updated: April 7, 2007 - 04:55

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

kbahey - March 11, 2007 - 19:54
Official release from CVS tag: DRUPAL-4-7--2-2
Download: userpoints-4.7.x-2.2.tar.gz
Size: 22.76 KB
md5_file hash: 255f874e18ebbbcd4d8bd17df7dc80ab
First released: March 11, 2007 - 19:54
Last updated: March 11, 2007 - 19:55

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.

userpoints 5.x-2.0

kbahey - March 10, 2007 - 15:02
Official release from CVS tag: DRUPAL-5--2-0
Download: userpoints-5.x-2.0.tar.gz
Size: 22.42 KB
md5_file hash: 6fac0ce6c534c3da4cf5cf66b849a10d
First released: March 10, 2007 - 15:02
Last updated: March 10, 2007 - 15:05

Changes since DRUPAL-5:

  • Major update for userpoints:
    - Better API.
    - A hook system so modules can act on points earned/lost, as well as add configuration settings to userpoints.
    - A transaction system to allow tracking of points, as well as moderation of points.
    - More modular design, allowing more plugins to be developed.
    - Broken down into several smaller modules.
  • New contributed modules using the new API:
    - referral_points
    - userpoints_ecommerce
    - userpoints_nodelimit
  • Adding uninstall hook. Thanks to Gurpartap for pointing this out.
  • #106384 avoid error in .info files, by noelbush
  • #106494 Fixed typo causing anonymous user being able to access settings page, by dami
  • #119029 Missing braces cause errors when using db prefixes.

userpoints 4.7.x-2.0

kbahey - January 16, 2007 - 05:01
Official release from CVS tag: DRUPAL-4-7--2-0
Download: userpoints-4.7.x-2.0.tar.gz
Size: 21.74 KB
md5_file hash: 39b6cd8487c73d1435ba0acdcd04cfba
First released: January 16, 2007 - 05:01
Last updated: January 16, 2007 - 01:05

Version 2.x of User Points.

Main features are:

  • A better enhanced API for other modules to use.
  • More modular design, allowing more plugins to be developed.
  • A hook system so modules can act on points earned/lost, as well as add configuration settings to userpoints.
  • A transaction system to allow tracking of points, as well as moderation of points.
  • The module has been broken down into several smaller modules, userpoints is just the API a list of users, and a block.
  • Additional modules included are userpoints_basic (allows for points to be earned for various node types, comments, ..etc.), and userpoints ecommerce (allows for points to be earned for purchases, as well as using points for checkout as a payment method).

userpoints 4.7.x-1.0

kbahey - January 1, 2007 - 23:06
Official release from CVS tag: DRUPAL-4-7--1-0
Download: userpoints-4.7.x-1.0.tar.gz
Size: 17.96 KB
md5_file hash: 0440e658bd92b58323084bd71b89b976
First released: January 1, 2007 - 23:06
Last updated: January 1, 2007 - 19:10

Version 1.0 for 4.7.

userpoints HEAD

kbahey - November 11, 2006 - 09:14
Nightly development snapshot from CVS branch: HEAD
Download: userpoints-HEAD.tar.gz
Size: 44.76 KB
md5_file hash: c784a7713940eff0c5fed6d3a3a1edc6
First released: November 11, 2006 - 09:14
Last updated: March 27, 2008 - 00:15

userpoints 4.7.x-1.x-dev

kbahey - January 1, 2006 - 04:21
Nightly development snapshot from CVS branch: DRUPAL-4-7
Download: userpoints-4.7.x-1.x-dev.tar.gz
Size: 19.37 KB
md5_file hash: 30805b7ad5ea040820d5e7d479bf591a
First released: January 1, 2006 - 04:21
Last updated: January 31, 2008 - 00:13

userpoints 4.6.x-1.x-dev

kbahey - June 21, 2005 - 15:58
Nightly development snapshot from CVS branch: DRUPAL-4-6
Download: userpoints-4.6.x-1.x-dev.tar.gz
Size: 12.29 KB
md5_file hash: 7950911f9ae93ba409eb57af73950e2a
First released: June 21, 2005 - 15:58
Last updated: November 13, 2006 - 12:14
 
 

Drupal is a registered trademark of Dries Buytaert.