Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.32.0

Request #11219 Cleaning out inactive PEPr proposals
Submitted: 2007-06-04 10:01 UTC
From: mj Assigned: mj
Status: Assigned Package: pearweb (version CVS)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 40 + 1 = ?

 
 [2007-06-04 10:01 UTC] mj (Martin Jansen)
Description: ------------ As decided by the PEAR Group in yesterdays meeting, PEPr proposals that have been inactive for more than three months will trigger warnings sent to the proposer. If proposals are inactive for more than six months, they will be deleted.

Comments

 [2008-04-15 12:45 UTC] doconnor (Daniel O'Connor)
Stupid question, deleted as in: DELETE FROM foo WHERE proposal_age > NOW() - 3 months or UPDATE foo SET active = 'so totally not' WHERE proposal_age > NOW() - 3 months