Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Nov 2012 at 23:38 UTC
Updated:
29 Jul 2014 at 21:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerThanks for reporting!
Should be easy to fix by providing a patch.
Comment #2
nagwani commentedPatch with spelling mistake fixed
Comment #3
nagwani commentedComment #5
yesct commentedtrying to help @nagwani figure out why it failed to apply for the test bot.
I did:
git clone --recursive --branch 7.x-3.x http://git.drupal.org/project/views.git
cd views
git pull --rebase
git reset --hard
curl -O http://drupal.org/files/drupal-spelling_mistake-1844276-2.patch
git checkout -b spelling-2
git apply --index drupal-spelling_mistake-1844276-2.patch
git status
git diff 7.x-3.x
git diff 7.x-3.x > views-spelling_mistake-1844276-5.patch
history
It applied ok for me. Made a new one anyway to let the testbot try. changing to needs review to trigger the test bot.
Comment #7
jweowu commentedComment #8
jweowu commented#5: views-spelling_mistake-1844276-5.patch queued for re-testing.
Comment #9
bartmcphersonSo what made it pass the retesting?
Comment #10
jweowu commentedSetting the version of the issue to match the branch that the patch was being rolled against. The test bot uses the issue version to check out the appropriate branch from git.
#5 passes now, of course, but you can see in the report for the original failed test in #2 that it was attempting to apply the patch against the 7.x-3.5 branch, and that in the successful re-test after changing the version it is using the 7.x-3.x branch.
Comment #11
nagwani commentedWill retesting #2 pass the test now? Just wanted to understand.
Comment #12
jweowu commentedYes, #2 would also pass now if you were to re-test it.
I don't believe there's any additional state stored with an uploaded patch file, so if the patches are identical, they would behave identically when tested in the same context.
Comment #13
dawehnerThat's even a spelling mistake in german :)
Committed that to 7.x, let's forward port that.
Comment #14
mducharme commentedFoward port for D8 attached.
Comment #15
dawehnerThat's looking fine.
Comment #16
yesct commentedI had trouble getting the patch to apply... what did I do wrong? (see the attached history)
Comment #17
dawehnerOh right, this patch was written against views module as root.
Comment #18
mducharme commentedI was wondering about that actually. So the 8,x-3.x repo on the Views project page should no longer be cloned and work is just done right on core?
Comment #19
dawehnerRight, exactly ...
Comment #20
yesct commentedjust tricking testbot.
Comment #21
yesct commented:)
I'm considering getting dreditor to move the save button further away from attach.
Comment #22
yesct commentedOh, and here is grep showing we got them all.
Comment #23
yesct commentedComment #24
webchickCommitted and pushed to 8.x. Thanks!
Comment #25.0
(not verified) commentedclarification