Opened 8 years ago
Closed 7 years ago
#2677 closed enhancement (fixed)
Plugin Directory: Admin email subjects to plugin author (s) improvements
Reported by: | Ipstenu | Owned by: | tellyworth |
---|---|---|---|
Milestone: | Plugin Directory v3.0 | Priority: | normal |
Component: | Plugin Directory | Keywords: | has-patch commit |
Cc: |
Description
On the admin edit page for plugins, we generally have two reasons to email them.
1) It's a new submission with issues
2) It's an existing plugin with issues
In the first case, the email subject should be [WordPress Plugin Directory] Request: my-plugin-slug
and only the person who submitted the plugin should be emailed.
In the second, however, we should email ALL users with commit access. That way if someone's added on a developer, they get the right notice. Also the email subject should be [WordPress Plugin Directory] Notice: My Plugin Name
Attached is a patch that fixes the email subject.
Attachments (5)
Change History (12)
#2
@
8 years ago
- Owner set to tellyworth
- Resolution set to fixed
- Status changed from new to closed
In 5267:
#3
@
8 years ago
- Keywords has-patch commit added
- Resolution fixed deleted
- Status changed from closed to reopened
The subject string should either be fully translatable or fully hardcoded in English, not a mix of both.
#4
@
7 years ago
- Summary changed from Plugin Directory: Admin email to plugin author (s) improvements to Plugin Directory: Admin email subjects to plugin author (s) improvements
Agree with Sergey! Attached patch that also adds in a subject for rejected plugins so it's more clear there too.
#5
@
7 years ago
- Milestone set to Plugin Directory v3.0
2677.4.diff switches to Yoda conditions, as per WP coding standards and for consistency with the check a few lines above.
Moving to v3.0, as the ticket already has a commit that just needs a follow-up.
Correct email based on post status