Releases for Userpoints Login
userpoints_login 6.x-1.1
jenlampton - April 29, 2009 - 01:11
| Download | Size | md5 hash |
|---|---|---|
| userpoints_login-6.x-1.1.tar.gz | 7.42 KB | 9f8e4f339cdbd1e6467d2041fa82b3cd |
Official release from CVS tag: DRUPAL-6--1-1
Last updated: April 29, 2009 - 01:16
fixes two very minor bugs. http://drupal.org/node/395544 and http://drupal.org/node/416108
userpoints_login 6.x-1.0
jenlampton - March 1, 2009 - 09:31
| Download | Size | md5 hash |
|---|---|---|
| userpoints_login-6.x-1.0.tar.gz | 7.4 KB | 7b8481a06d9a639ac18c2e5b7402bf18 |
Official release from CVS tag: DRUPAL-6--1-0
Last updated: March 1, 2009 - 09:35
Upgrade to D6.
userpoints_login 6.x-1.x-dev
jenlampton - March 1, 2009 - 09:29
| Download | Size | md5 hash |
|---|---|---|
| userpoints_login-6.x-1.x-dev.tar.gz | 7.41 KB | bbe3f527689b52f59a927f5ebbe27449 |
Nightly development snapshot from CVS branch: DRUPAL-6--1
Last updated: March 1, 2009 - 12:21
Upgrade to D6
userpoints_login 5.x-1.0
jenlampton - January 6, 2009 - 03:57
| Download | Size | md5 hash |
|---|---|---|
| userpoints_login-5.x-1.0.tar.gz | 7.35 KB | 2371cc8dc506e6709e34d5b48d035b9a |
Official release from CVS tag: DRUPAL-5--1-0
Last updated: January 6, 2009 - 04:01
First Official Release
userpoints_login 5.x-1.x-dev
jenlampton - December 15, 2008 - 18:49
| Download | Size | md5 hash |
|---|---|---|
| userpoints_login-5.x-1.x-dev.tar.gz | 7.43 KB | e2cdeb19dd5ba34025b40b90211b5360 |
Nightly development snapshot from CVS branch: HEAD
Last updated: April 29, 2009 - 12:38
users get points when they log in as long as their last log in was more than the specified interval previous.
issues:
- what if users log in every few hours, never reaching this interval? do they get rewarded less than the users who log in less?
- if we save the time the login points were earned, where should we save this value? (there's no place in the userpoints table for a type-specific timestamp... add a column or add a new table?)
