FeatureRequest: add project name to patch update notification

Mauro Carvalho Chehab mchehab at infradead.org
Fri May 17 22:49:32 EST 2013


Em Fri, 17 May 2013 12:23:05 +0200
Wolfram Sang <wsa at the-dreams.de> escreveu:

> Hi,
> 
> I noticed that the project name is not included in the
> patch-update-notification-mail. I guess this could be useful in case one
> patch has been sent to multiple lists. Pseudo patch follows.

Actually, I would rather prefer to (also) allow having separate notification
pages per project. In my case, I changed the notification template to
better explain what each status means, in terms of reviewing process, for
the Kernel patches (the vast majority of stuff we handle at LinuxTV). However,
the explanations there are meaningless for the other project supported there
(VDR, maintained by someone else).

I would love to keep the original notification msg to the VDR project, while
having this special notification message for the Kernel media patches.

Regards,
Mauro

> 
> Thanks,
> 
>    Wolfram
> 
> diff --git a/templates/patchwork/patch-change-notification-subject.text b/templates/patchwork/patch-change-notification-subject.text
> index 02ee55b..6f9e5d6 100644
> --- a/templates/patchwork/patch-change-notification-subject.text
> +++ b/templates/patchwork/patch-change-notification-subject.text
> @@ -1 +1 @@
> -Patch update notification: {{notifications|length}} patch{{notifications|length|pluralize:"es"}} updated
> +Patch update notification for {{project|shortname}}: {{notifications|length}} patch{{notifications|length|pluralize:"es"}} updated
> diff --git a/templates/patchwork/patch-change-notification.mail b/templates/patchwork/patch-change-notification.mail
> index 19a2a09..d11bc24 100644
> --- a/templates/patchwork/patch-change-notification.mail
> +++ b/templates/patchwork/patch-change-notification.mail
> @@ -1,6 +1,6 @@
>  Hello,
>  
> -The following patch{{notifications|length|pluralize:"es"}} (submitted by you) {{notifications|length|pluralize:"has,have"}} been updated in patchwork:
> +The following patch{{notifications|length|pluralize:"es"}} (submitted by you) {{notifications|length|pluralize:"has,have"}} been updated in the patchwork repository for {{project|shortname}} ({{project|longname}}):
>  {% for notification in notifications %}
>   * {{notification.patch.name|safe}}
>       - http://{{site.domain}}{{notification.patch.get_absolute_url}}
> _______________________________________________
> Patchwork mailing list
> Patchwork at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork




Cheers,
Mauro


More information about the Patchwork mailing list