- First commit to issue fork.
- Status changed to Needs work
over 1 year ago 12:54pm 2 August 2023 - π¬π§United Kingdom adamps
What you say is somewhat true, although everyone will have different ideas on the best name. We could check what some of the mainstream mailing list providers do.
- Rename "Newsletters" to "Mailing Lists": I would tend to agree
- Rename "Newsletter issues" to "Announcements": I'm not sure, as it won't always be an announcement, it could be something quite different.
However we have some problems to change things (and I expect the failing tests relate to these):
- If we change route names, config parameters etc it will break existing sites. At most what we can do is change the human readable UI text.
- If the external names don't match the internal ones (e.g. Newsletter.php defines an entity of type simplenews_newsletter), then that would also be confusing.
- People have got used to the current names, and some of them will be confused if things change.
I'm not sure how much we can do here.
- π¬π§United Kingdom adamps
OK with the new 4.x branch we have a chance to make some non-BC changes.
URLs should use the module name to avoid clashes, and in 5 out of 6 cases from the issue summary we do that already. I would support this change:
"/newsletter{/...}" to "/simplenews{/...}"