Updated: Comment #N
Problem/Motivation
The issue queue used to use the two different tags for classifying issues "Needs change notice" and "Needs change notification" until it was cleaned up (issue). "Needs change notification" was chosen because it was used in the majority of cases. Yet, issues that need a record change start with "Change notice: ..."
The documentation Contributor task: Write up a change record for a Drupal core issue uses both "change record" and "change notification" terms in its alias, title and content.
The list of 'change records' for Drupal core is at https://drupal.org/list-changes (note the alias) and the content type is 'changenotice'.
I find notification a bit odd: we're not sending notifications in this context, we not notifying in the sense "inform (someone) of something, typically in a formal or official manner.". Notice or record sounds more appropriate. I could go with notice since it's used so much in the issue titles.
Proposed resolution
Standardize on "Change record":
Rename the term "Needs change notification" (link) to "Needs change notice".Update the documentation Contributor task: Write up a change record for a Drupal core issue which uses both "change record" and "change notification" terms in its title and content.Change aliashttps://drupal.org/contributor-tasks/draft-change-notificationtohttps://drupal.org/contributor-tasks/draft-change-noticeand set up a redirect from the old to the new URL (this might not be necessary if this option is already be enabled in the pathauto settings)On https://drupal.org/node/add the human-readable content type name there is "Change record"On https://drupal.org/list-changes the page title is "Change records" and the link there says "add new change record"On the sidebar of https://drupal.org/project/drupal down at the bottom there's a link that says "change records"- On issue page sidebar, update link to add change record
Remaining tasks
execute changes above
User interface changes
API changes
Issue fork drupalorg-2155653
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #1
scor commentedComment #2
jhodgdonThis is not a Drupal Core issue, but a d.o issue... and it's not really a D7 QA issue but I do not know where generic "d.o" issues are supposed to be filed these days. At least in this queue the people who maintain d.o will see it.
Comment #3
tvn commentedOh my, this was annoying me for such a long time! Finally it's not me only.
Change record content type and a view are included in the 'Change notices' feature, which is a part of Drupal.org customizations module.
Anyone interested can request a dev site following https://drupal.org/node/1018084, update content type/view and re-create the feature. Then upload the feature to this issue.
Changing machine name of the content type (if desired) will probably require hook_update or something.
Comment #4
jhodgdonChanging the machine name of the node type -- ugh, let's not attempt that. I also don't think at this point we want to change the URLs.
However, we should make everything else as uniform as possible.
What should we standardize on?
Comment #5
dwwI vote to use "change notice" everywhere user-facing. I don't care as much about machine names used internally, although the more of those we can be consistent about, too, the better.
Comment #6
scor commentedI'm also fine with 'change notice', at least we won't have to change the content type machine name which would be a pain.
Comment #7
jhodgdonOK, so let's agree to change everything to use the term "change notice", but leave any existing URL aliases and machine names alone.
The issue summary doesn't really say what all needs to be updated. Can someone research and make a list?
Comment #8
scor commentedupdating summary to list the proposed changes, the content type is already named correctly so no need to change anything there.
Comment #9
scor commentedComment #10
jhodgdonAh, OK, that looks easy to do.
However, you forgot:
https://drupal.org/node/add/
The human-readable content type name there is "Change record", so that also needs to be updated, right?
And on
https://drupal.org/list-changes
the page title is "Change records" and the link there says "add new change record", so that should also say "change notices", right?
And on the sidebar of
https://drupal.org/project/drupal
down at the bottom there's a link that says "change records" too.
So... I don't think the summary is complete yet.
Comment #11
dwwAdded jhodgon's suggestions and converted the proposed resolution section to
<ul>. We can just<del>each item as we implement this.If anyone else sees other inconsistencies anywhere on d.o, please add them to the list in the summary instead of just leaving a comment. ;)
Thanks,
-Derek
Comment #12
jhodgdonThanks, and sorry for being lazy. :(
Comment #13
tvn commentedComment #14
scor commentedSince I last updated this issue summary, looks like at least the 3 first items have been modified to standardize on "change record" even though there seemed to be a consensus on using "change notice". Again, I personally don't mind which one gets picked in the end. Anyone knows who made those changes? would be good to ping that person so he/she is aware of this conversation, and whatever final decision is made here.
Comment #15
xjmI'm not sure where there was a consensus to use "change notice"; we agreed to standardize on "change record" eight months ago during the overhaul of the feature. So that is what we should use everywhere, including in text comments in the issue queue. So the issue summary needs an update.
Comment #16
tvn commentedI guess people meant consensus reached in this issue, which also happened 8 months ago. Can you link to the issue/discussion you are referring to?
Comment #17
scor commentedyes, when I meant consensus I was only talking about this issue.
I don't really care what terminology gets picked, only for its usage to be consistent...
Comment #18
shyamala commentedediting tags
Comment #19
drummStandardize on change record instead of notice, according to #2550857-12: Add way of creating changenotice from issue page
Comment #22
sokru commentedI went through the remaining tasks and all but last issue was not done. I created a MR for remaining task.
Comment #24
drummThanks, deployed!