Copy editing guideline for this issue
Check that the terms Upgrade and Update are used correctly.
- Upgrade means changing the software version from one major version of Drupal to another, and adapting the site, database, and code to this new version.
- Update is anything less than that, such as moving to a new version of a particular module or the core software.
Task Instructions
- To claim this task, assign this issue to yourself (see instructions below). Only claim a task if you can complete it in about two weeks.
- See the instructions below to "clone" the guide, edit the entire user guide so that it follows the above copy editing guideline, and make a patch file. Do not make other edits at this time -- other edits will be taken care of in other issues. If you find that you cannot complete the whole task, but have made some progress, make a patch file for the part you've done.
- Upload the patch file to this issue, in the Files section.
- Set the Issue Status to Needs Review, in the Issue Metadata section.
- Write a comment stating what you've done.
- In this comment, add "Attribution" information
https://www.drupal.org/u/msmith[Mary Smith] or https://www.drupal.org/u/jsmith[Joe Smith] of https://example.com[Example Company] - Someone will review your work, and either accept it, or set it back to Needs Work for more attention.
- If the status is set to Needs Work, make the requested changes, make a new patch file, and upload it. Iterate until it is fixed.
Detailed Instructions for Assigning Issues and Patching
Assigning an issue to yourself
- Scroll to the bottom of the issue to Add new comment.
- Open the "Issue metadata" section if it is collapsed.
- Put your user name in the "Assigned" field, add a short comment stating that you are claiming the task, and Save.
Editing and making a patch file
- In order to make a patch file, you will need to use the Git version control software. There are generic instructions on Git at: https://www.drupal.org/documentation/git/ -- if you have never used Git, you will probably want to read the introductory material, and you'll need to install Git.
- Specific Git instructions for the User Guide project can be found at https://www.drupal.org/project/user_guide/git-instructions . Follow the instructions to "clone" the repository (see the "One-time only" instructions).
- Make the edits for this issue, using a plain-text editor. The source files are located in the source/en subdirectory, and have extension .txt, and are in AsciiDoc format (see below).
- Go back to the specific Git instructions page and follow the instructions there to make a patch file. There are also more detailed git patch instructions in the Git documentation section linked above.
AsciiDoc formatting
The documentation in this project is formatted using AsciiDoc. The Formatting page in the User Guide guidelines (login: drupal / drupal ) has links and details for how to format text properly, make cross-links between topics, etc.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | 268991-user_guide-copy-edit-upgrade-update-10.patch | 7.42 KB | cleverington |
Comments
Comment #2
ifrikOn https://userguide_new-drupal.dev.devdrupal.org/d8guide/en/config-basic.html which I used for creating this issue, "update" was used as a synonym for changing or editing content, so I changed that.
I haven't looked at any other files.
Comment #3
ifrikI've removed the patch that only patched config-basic.txt here to include it in the larger patch in #2699005: Copy edit two references pages instead.
Comment #4
ifrikComment #5
jhodgdonI've now centralized instructions for the editing tasks. I'll go ahead and leave the instructions on these issues, but you can also go to
https://userguide_new-drupal.dev.devdrupal.org/guidelines/instructions.h...
(log in with drupal / drupal)
and follow the instructions there (probably more complete).
Comment #6
cleverington commentedComment #7
cleverington commentedFirst patch, so forgive me if something is off. (and let me know what I messed up ^-^)
Finished copy/edit for 'update' based on understanding. Used 'alter' in many cases, but left 'update' in place for areas where the instructions were referring to 'field' alterations (since those have an 'Update' button).
Finished:
Still in need of review:
If the current patch meets the Doc-Team's expectations, I'll move forward with the rest of the copy-edit review.
Comment #8
ifrikThanks cleverington,
this looks good so far. Another word you can use for variety is "edit" when content is changed.
So, yes pleas, go on with it :-)
Comment #9
jhodgdonActually, I think it is probably OK to use the word "update" outside the context of module/Drupal upping of versions. Especially since, as you point out, sometimes the button says "update" on it.
If you want to change them, that is OK too. Synonyms to consider:
- change
- edit
- alter
... can't think of anything else...
So, looking at this patch, here are some thoughts:
The comments (lines starting with // in source files) are not shown in the User Guide. They are only for the use of editors. So I wouldn't bother making any changes in any comment lines.
This change seems fine to me.
This is good too. Maybe though we should use "edit" in the context of changing a page or other content, since the links in the UI all say "Edit" on them? That would promote thinking of it that way, I think?
Well this is an excellent place for using "changed", because it would be very awkward to say "... the item you want to edit was edited recently"... hard to parse. So this wording is good. :)
In this case, if you look at the screen shot, the message on the screen actually says:
Basic page Home has been updated.
So here... it may be best to leave it as "updated"? Maybe the same for a few lines up in the text?
This looks good to me.
Here I think "update" is appropriate. We're talking about "updating your skills", and "catch up" is a bit more colloquial.
Maybe "edited" here?
Comment #10
cleverington commented(Patching is surprisingly easy now that my knowledge of git has improved...)
Copy-editing done, but 'upgrade' only appears a few times in the whole document.
I assume this was already addressed previously, but I have been out of the loop due to college (which is thankfully over…).
I am guessing there is not a section for “Upgrading Drupal Core” because of the assumption that the Upgrade instructions from Drupal 8 to Drupal 9 will be released at a later date and this Guide is focused solely on Drupal 8.
If that is not an issue, than this task can probably be resolved.
Commend update - 2016-04-10:
Edited by https://www.drupal.org/u/cleverington[Charles Leverington]
Comment #11
ifrikComment #12
jhodgdonHm. Looking over these edits... The main point of this issue is to avoid the use of the word "update" when it should be "upgrade", and the reverse, in the context of changing to a new version of a module, theme, or the core software.
I do not really think that we should avoid the word "update" in the context of "making updates to your configuration" or "updating content" -- those seem perfectly fine to me. The Drupal user interface even uses these terms in its messages and field names, and it would be confusing if we didn't follow their lead.
So, while I very very much appreciate your enthusiasm and attention to detail... can we reverse those changes, and only fix places where we're actually referring to changing the version of software?
So the topics I see the word updat* or upgrad* in this context, which need to be checked over, are:
extend-maintenance
extend-manual-install
extend-module-find
extend-module-install
extend-theme-install
glossary
install-dev-sites
install-tools
prevent-status
security-announce
security-concept
security-update-core
security-update-module
security-update-theme
user-admin-account
Let's not make changes in any other topics. Thanks!
Comment #13
cleverington commentedNot upset at all about the extra work, its cool.
However, I reviewed all of the files you references and none of those files have any needed edits, as best I can tell.
Thoughts, clarification or izz good?
Comment #14
jhodgdonIn a quick glance... I agree with your more careful assessment. Thanks very much for taking the time to check!