summaryrefslogtreecommitdiffstats
path: root/web/html/pkgedit.php
AgeCommit message (Collapse)AuthorFilesLines
2005-08-06don't notify users about their own comments (closes #3048)swiergot1-0/+1
2005-06-10New Translation Structuresimo1-2/+5
2005-06-10Added newpackage-notify to finally implementsimo1-1/+1
new package notifications that people can ask for on their user page. This script should run on a daily cronjob. A few spelling stupidity fixes as well.
2005-06-08SQL CHANGES: New table CommentNotify with fields:simo1-0/+24
PkgID UserID This implements emailing comment notifications, including a user option to enable/disable it on the package page. It uses php's mail() function to do it and sends to everyone on the notify list as BCC. This needs some more testing before public consumption.
2005-03-20added comments/category editing, and closed #2280eric1-12/+119
2005-03-06started working on pkgedit for commentseric1-0/+48