Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2013 at 17:32 UTC
Updated:
30 Jan 2015 at 21:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yesct commentedthese changes look good on first glace.
Lets do a fancy unix command to see if we missed any.
Comment #2
yesct commentedbefore the patch:
tried drush am:
doing it manually:
after the patch:
rtbc to me.
Comment #3
xjmfile-permissions.patch queued for re-testing.
Comment #4
xjmComment #5
webchickRessin' fressin #2.
I'd love to figure out how not to do this. :\
In the meantime, committed and pushed to 8.x. Thanks!
Comment #6
ParisLiakos commentedi am curious how tests run..those are scripts, the are supposed to be executable
leave
core/vendor/*directory out;) we should open PR to fix thosemode change 100755 => 100644 core/vendor/phpunit/phpunit/composer/bin/phpunitThis is executable too
Comment #7
David_Rothstein commentedYeah, I'm confused, aren't these the same changes that were discussed (but then not implemented) in #1841896: Fix various file permissions?
Although the upstream ones were apparently already fixed upstream; not sure if that means it's time to pull them in or not.
Comment #8
xjmWow, totally missed the changes to the scripts.
run-tests.shisn't a shell script, despite the name; you run it with php. So maybe that's the difference? But yeah, it confuses me that those were included here.Comment #9
ParisLiakos commentedbtw those jquery ui icons should not be touched as well, it is vendor code:)
so basically, revert the commit?
those are the only files that should be changed
Comment #10
webchickHa, ok then. :)
Comment #11
traviscarden commentedFYI: Per #1841896-10: Fix various file permissions, the jQuery UI files were fixed upstream.
Comment #12
jibranI am sorry for creating the issue and all the mess.
Comment #13
ParisLiakos commentedno need to apologize, thank you for your work no matter if it was duplicate, we all been there
Comment #13.0
ParisLiakos commentedadded duplicate/overlap/related issues
Comment #14
jibranLet's do this one more.
Comment #15
ParisLiakos commentedthere is already #2401919: Fix various file permissions to be 644