Recency scoring was not functioning properly because the score contributed by the ranking factor was very very small compared to the score contributed by other factors, thus providing unexpected results.
This has been solved here: http://drupal.org/node/292217#comment-971566 and applied to this module's implementation.
Comments
Comment #1
BlakeLucchesi commentedThe code in the 6.x-1.1 release does not normalize the timestamps before applying the exponential decay function. The code in HEAD now does.
$oldest_time is the oldest changed date of a node in the system calculated during cron. We use a linear normalization function on the timestamp (output of the normalization function is range [0,1]) before inserting the value into an exponential decay function.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.