summaryrefslogtreecommitdiffstats
path: root/web/html/pkgedit.php
AgeCommit message (Collapse)AuthorFilesLines
2007-10-11Center Add Comment box.tardo1-0/+2
Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-10-02Fixed version strings.tardo1-6/+6
Added AUR_VERSION to config file, so now we should only need to change one location. KISS ftw. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-20patch from eliott to convert all <? to <?phppjmattal1-1/+1
2007-09-20- Applied a patch from Loui to fix session removal.swiergot1-1/+1
- Replaced all occurences of mysql_escape_string() with mysql_real_escape_string().
2006-08-08added dsa's header include patchpjmattal1-0/+3
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