Committed to contrib

Events happening in the community are now at Drupal community events on www.drupal.org.
Scott Reynolds's picture

Ok did my first commit of the modules (with README and API documentation) into contrib/modules/cre. The links in the welcome message are updated of course.

NEW INSTALL METHOD

The install method now, runs through intitially as usual but only processes a limit number of votes. It then waits to process the rest of the votes once cron.php gets called again EDIT: cron only installs a certain number of votes each cron run. Thereby, lengthing the install process over several cron runs instead of one _install() call which crashes and never completes.

This is done this way so that large EXISTING votingapi datasets can be utilized. PHP only has a limited about of 'user' space, and because the amount of data involved in this module is N*N where N is the number of voted content, it gets rather large, and becomes a whole lot of DB queries. I am open for better solutions, mostly cause I don't particularlly like this one.

I have been meaning to post the 'drupalized' verisions of the movielens database.

Views intergration is coming, though it will be more complicated then I expected.

Comments

movielens DB

schavester's picture

Post the movielens DB, and I will test it out.

Cheers,

richard

Its coming... users.sql was

Scott Reynolds's picture

Its coming... users.sql was messed up... fixing it...

.

hickory-gdo's picture

[deleted]