It seems like most of the meat of this module has been outsourced to other modules:
* Word count is done in core now
* Weblinks has been replaced by links module which uses the form_alter to insert it's elements

So, I went through and:
* Converted to forms API
* Changed "s to 's when possible
* Fixed changed hooks and menu locations
* Moved formatting to themes
* Created some new star graphics

It's pretty much a rewrite so I'll attach both the complete module, and a patch.

CommentFileSizeAuthor
#3 review.patch23.05 KBdrewish
#2 star_on.gif707 bytesdrewish
#1 star_off.gif698 bytesdrewish
review.module10.37 KBdrewish

Comments

drewish’s picture

StatusFileSize
new698 bytes
drewish’s picture

StatusFileSize
new707 bytes
drewish’s picture

StatusFileSize
new23.05 KB
Bèr Kessels’s picture

The weblinks stuff breaks the default links stuff (http://drupal.org/node/24719) you could best read the docs in that tarball, as to how to use links. Its not hard at all, in fact, it will make review a *lot* simpler too.

For the rest, i like you changes.

Bèr Kessels’s picture

Status: Needs work » Reviewed & tested by the community

Bah, µI must have been asleep whne reading taht patch.
It does remove thelink management. Sorry.

drewish’s picture

No, you were right, I hadn't removed all the weblinks stuff. I'll roll up another patch when I get a minute.

drewish’s picture

Status: Reviewed & tested by the community » Fixed

Commited to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)