Closed (won't fix)
Project:
Drupal.org CVS applications
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
6 Jun 2010 at 14:56 UTC
Updated:
12 Sep 2010 at 01:19 UTC
Jump to comment: Most recent file
The need for such a module came to my attention at a THATCamp unconference, when a participant told me that she is mashing together a Drupal site for its social features with WordPress to use CommentPress for her project to publish her book online. And so, I am applying for a CVS account to work on such a module.
A working example of the code can be found on my blog post about beginning the module. The responses there have been encouraging that the module would be useful and of interest to many teachers and scholars.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | open_review-6.x-0.1-dev.tar_.gz | 298.39 KB | patrickmj |
Comments
Comment #1
patrickmj commentedMany thanks,
Here's my submission. The Code Review module produced some dings on it regarding tabs and spaces. I attempted to fix them, but I think I must not know the quirks of my editor well enough to eradicated them completely.
Thanks for looking at this,
Patrick
Comment #2
avpadernohook_uninstall().The module doesn't verify if the user has access to the node being show.
There is a Drupal function that is used to include JavaScript code in a Drupal page.
The code should probably use
db_rewrite_sql().Comment #3
avpaderno