-
Initial build out of the module to send data to our development environment.
-
Updated README documentation
-
Forgot to add the test coverage file for links ranking. Here it is.
-
Fixed issue with hook_nodeapi, typo caused node links to not get counted at index time. All tests pass now
-
Updated incoming links code so that if the incoming links ranking factor is not set than indexingn of the number of links per node is not done during cron, this is done to save system resources by eliminating excess queries for a feature that is turned off. Additionally a note in the ranking title is left in parenthesis letting the site admin know that changing the incoming links ranking factor means that re-indexing the site will be necessary.
-
#297505 Node changed timestamps are now normalized before the decay function is used to calculate total score from node recency.
-
#298478 Added support for internal link score ranking
-
Removed stub code for internal links ranking factor. There are still issues with counting internal links that need to be worked out before this is supported
-
#297505 fixed node scoring factor: recency. Score normalization is now functioning properly
-
#292220 moved statistics and comment modules implementations to include files.