I notice there are error messages like the following:
The specified file %file could not be copied, because the destination %destination is invalid. This is often caused by improper use of file_unmanaged_copy() or a missing stream wrapper.
As far as I recall, there should not be any comma between copied
, and because
.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | dependent-clause-errors-806974-8.patch | 21.13 KB | drupal_was_my_past |
| #2 | 806974_punctuaction_errors.patch | 8.57 KB | avpaderno |
Comments
Comment #1
avpadernoComment #2
avpadernoComment #3
avpadernoComment #4
avpadernoI forgot to set the correct status. I apologize for that.
Comment #5
dries commentedI would also be inclined to drop those commas but it would be good to get someone else's feedback too.
Comment #6
dhthwy commentedI'm not an English major, but I doubt the commas are needed in those sentences. I normally don't see commas used before 'because' unless the sentence is long and complex.
Comment #7
yoroy commentedYup, remove the commas. Seems minor though. Needs a patch using Git now.
Comment #8
drupal_was_my_past commentedRe-rolling patch from #2 with some additions. Commas are used in a number of situations, but they are generally only used to separate independent clauses that are joined by and, but, for, or, nor, so, yet. It's pretty uncommon to see them used the way they currently are in core to separate a dependent clause joined by because or due to. I didn't catch all of them, but I got several more in this patch.
Comment #9
bleen commentedI didn't check that the patch in #8 actually applies, but the grammatical corrections all look good. As long as it applies I would say that this is definitely RTBC.
Comment #10
klausiPatch applies, only comment changes, all look fine.
Comment #11
catchThis touches a lot of files so I'm going to hold of committing until we're back under the major bug threshold again.
Patch looks fine though although I only scanned over the changes for now.
Comment #12
dries commentedI reviewed this patch and all fixed are correct.
Furthermore, we're back below our issue thresholds so I committed this patch to 8.x.