Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Oct 2012 at 23:32 UTC
Updated:
29 Jul 2014 at 21:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
damiankloip commentedComment #2
dawehnerIt's too later to figure out the test failures
Comment #4
dawehnerNever write tests at night.
Comment #5
tim.plunkettThis can easily cause Views to break, and the fix and tests are exactly right.
Comment #6
webchickCommitted and pushed to 8.x. Thanks!
Comment #7
David_Rothstein commentedFor some reason, the commit for this issue made weird changes to default.settings.php (even though they weren't in the above patch). It introduced some grammatical mistakes and rolled back #1830330: Make default.settings.php not executable... I think what happened is that it actually rolled back the last couple commits on that file, or something?
See: http://drupalcode.org/project/drupal.git/blobdiff/e318f1a6df45e135fdaf67...
The attached patch restores those.
Comment #8
catch#7: 1828612-followup-7.patch queued for re-testing.
Comment #9
catchCommitted/pushed the follow-up. The permissions had been fixed already but the docs changes still applied. Thanks!