Comment #7 on issue 421 by jefflamb: Enhancement request: nag owners about stale review requests http://code.google.com/p/reviewboard/issues/detail?id=421
I've created a standalone python script that does this and just uses the API URLs to figure everything out. It currently nags you if you haven't commented on a review request (because it could be the reviewer who hasn't responded to your review's comments.) It also doesn't look at age. If you post a review at 9:59 and the script runs at 10, you'll get pinged. It uses smtplib to send the mail. No idea if this matches everyone's vision for this extension, but what I wrote works for our group. I have a couple of hardcoded variables, our mail server and the RB URL, in the script. Maybe that's ok, though, since it'll just be a cron job. If hardcoded values work for you, it's already done. =) If you need it to be flexible and want to remove the hardcoded stuff, I will not be getting around to it any time soon... -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard-issues?hl=en -~----------~----~----~----~------~----~------~--~---
