userpoints_login 7.x-1.1
Posted by Steven Jones on May 10, 2012 at 7:57pm
| Download | Size | md5 hash |
|---|---|---|
| userpoints_login-7.x-1.1.tar.gz | 8.74 KB | 376564b6d193eecf4820e66331484f4d |
| userpoints_login-7.x-1.1.zip | 9.6 KB | eeddeadfd11e7c3ed4b617d284c92b95 |
Last updated: May 10, 2012 - 20:01
Release notes
Changes since 7.x-1.0:
- Fix up coding style.
userpoints_login 6.x-1.2
Posted by Steven Jones on May 10, 2012 at 7:56pm
| Download | Size | md5 hash |
|---|---|---|
| userpoints_login-6.x-1.2.tar.gz | 8.61 KB | 89a9e98b9b5247914dbecd7fabd26543 |
| userpoints_login-6.x-1.2.zip | 9.44 KB | 4affcb3e48c25369812503da1bfdfb33 |
Last updated: May 10, 2012 - 20:01
Release notes
Changes since 6.x-1.1:
- Add 'forever' login interval option.
- Fix the coding style.
- #1110976 by Steven Jones: Fixed Schema mismatch on length.
- Stripping CVS keywords
userpoints_login 7.x-1.0
Posted by Steven Jones on May 10, 2012 at 6:24pm
| Download | Size | md5 hash |
|---|---|---|
| userpoints_login-7.x-1.0.tar.gz | 8.74 KB | 48254a45f5fcf7b14890230bd6f612d1 |
| userpoints_login-7.x-1.0.zip | 9.6 KB | 9daf6e23610c3084f0bcff3941b1e795 |
Last updated: May 10, 2012 - 18:26
Release notes
Changes since 6.x-1.0:
- Clean up the documentation and API.
- 1033610 by Boran: fix vertical tabs in points settings, some spacing/comments to make coder module happy
- Port to D7.
- Stripping CVS keywords
userpoints_login 7.x-1.x-dev
Posted by Steven Jones on November 1, 2011 at 12:14pm
| Download | Size | md5 hash |
|---|---|---|
| userpoints_login-7.x-1.x-dev.tar.gz | 8.74 KB | 7a264d4bdca2500cb00fc24867505750 |
| userpoints_login-7.x-1.x-dev.zip | 9.6 KB | f14456fbe0c343eecc01b5f214b39ae1 |
Last packaged version: 7.x-1.1+0-dev
Last updated: May 11, 2012 - 00:47
Release notes
Development snapshot
userpoints_login 6.x-1.1
Posted by jenlampton on April 29, 2009 at 1:11am
| Download | Size | md5 hash |
|---|---|---|
| userpoints_login-6.x-1.1.tar.gz | 7.42 KB | 9f8e4f339cdbd1e6467d2041fa82b3cd |
| userpoints_login-6.x-1.1.zip | 8.31 KB | 205eff459161d3c921815d0ad9fd3872 |
Last updated: December 25, 2010 - 00:05
Release notes
fixes two very minor bugs. http://drupal.org/node/395544 and http://drupal.org/node/416108
userpoints_login 6.x-1.0
Posted by jenlampton on March 1, 2009 at 9:31am
| Download | Size | md5 hash |
|---|---|---|
| userpoints_login-6.x-1.0.tar.gz | 7.4 KB | 7b8481a06d9a639ac18c2e5b7402bf18 |
| userpoints_login-6.x-1.0.zip | 8.31 KB | 542c3a504902e40e658b872a0a09775e |
Last updated: December 25, 2010 - 00:05
Release notes
Upgrade to D6.
userpoints_login 6.x-1.x-dev
Posted by jenlampton on March 1, 2009 at 9:29am
| Download | Size | md5 hash |
|---|---|---|
| userpoints_login-6.x-1.x-dev.tar.gz | 8.62 KB | ff37b3301f3f7c933a379440037726d3 |
| userpoints_login-6.x-1.x-dev.zip | 9.45 KB | 23c8563c25474ff24fdf2bfb03893ff3 |
Last packaged version: 6.x-1.2+0-dev
Last updated: May 11, 2012 - 00:47
Release notes
Upgrade to D6
userpoints_login 5.x-1.0
Posted by jenlampton on January 6, 2009 at 3:57am
| Download | Size | md5 hash |
|---|---|---|
| userpoints_login-5.x-1.0.tar.gz | 7.35 KB | 2371cc8dc506e6709e34d5b48d035b9a |
| userpoints_login-5.x-1.0.zip | 8.17 KB | d3336ccce203eb58bd761237ec00acfd |
Last updated: December 25, 2010 - 00:05
Release notes
First Official Release
userpoints_login 5.x-1.x-dev
Posted by jenlampton on December 15, 2008 at 6:49pm
| Download | Size | md5 hash |
|---|---|---|
| userpoints_login-5.x-1.x-dev.tar.gz | 7.38 KB | 89abee0d5c184beb4369ec893ad40d53 |
| userpoints_login-5.x-1.x-dev.zip | 8.16 KB | 3f2db833909f7daf79ad89c4f46382fa |
Last updated: February 25, 2011 - 07:56
Release notes
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?)