mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
SQL CHANGES: New table CommentNotify with fields:
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.
This commit is contained in:
parent
9c004010e3
commit
6adf639a34
18 changed files with 188 additions and 15 deletions
|
@ -308,4 +308,14 @@ $_t["en"]["Package Listing"] = "Package Listing";
|
|||
# $_t["de"]["Package Listing"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["pl"]["Package Listing"] = "Lista pakietów";
|
||||
|
||||
?>
|
||||
$_t["en"]["UnNotify"] = "UnNotify";
|
||||
# $_t["es"]["UnNotify"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["UnNotify"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["UnNotify"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Notify"] = "Notify";
|
||||
# $_t["es"]["Notify"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Notify"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Notify"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue