[wp-meta] [Making WordPress.org] #7505: Make it easier to unsubscribe from trac email notifications about plugins
Making WordPress.org
noreply at wordpress.org
Tue Oct 14 02:37:55 UTC 2025
#7505: Make it easier to unsubscribe from trac email notifications about plugins
------------------------------+---------------------
Reporter: tobifjellner | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: Plugin Directory | Resolution:
Keywords: |
------------------------------+---------------------
Comment (by dd32):
In the above I've changed the subscribe UI to this:
> Browse the code, check out the SVN repository, or subscribe to the
development log by RSS.
>
> You can also subscribe to emails for each plugin commit by clicking
here.
When you're subscribed, it's also a blue info box to draw attention.
I still don't love this UI of clicking a link, but it's better than no
change.
I've left this ticket open as the actual emails should also be much
clearer on how to unsubscribe.
I also believe the plugins.svn post-commit process timing out for larger
plugins may be partially related to this, as `svnnotify` is called for
each email address individually, causing a `svn diff /old/path /new/path`
for each committer & subscribed email.. I don't believe that would be a
fast process.. For Gutenberg for example it looks like that's running ~40
times.
Switching `svnnotify` out for a custom process would allow adding proper
unsub headers and maybe speed up that post-processing.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/7505#comment:8>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list