Skip to content

Update file permissions#322

Merged
jrfnl merged 2 commits intodevelopfrom
feature/file-permissions
Apr 24, 2015
Merged

Update file permissions#322
jrfnl merged 2 commits intodevelopfrom
feature/file-permissions

Conversation

@GaryJones
Copy link
Copy Markdown
Member

No description provided.

@jrfnl
Copy link
Copy Markdown
Contributor

jrfnl commented Apr 24, 2015

What's the real issue here ? Doesn't WP set this itself when installing themes ?

Also: Merge conflict

@shivapoudel
Copy link
Copy Markdown
Contributor

@GaryJones How can I set file permission using git bash? If possible help me please 💖

@GaryJones
Copy link
Copy Markdown
Member Author

Doesn't WP set this itself when installing themes

Not that I know of - if someone copies and pastes the theme folder in, there's no file handling by WP whatsoever. We know it should be 644, so let's make it that instead of 755 which these two files happened to be (example.php was already 644).

@shivapoudel Standard command line: chmod 644 my-file-name.php. Once staged (git add), you can use git status to see the old and new permissions.

@GaryJones GaryJones self-assigned this Apr 24, 2015
…ion into feature/file-permissions

# By jrfnl (13) and Gary Jones (1)
# Via Gary Jones (7) and others
* 'develop' of github.com:thomasgriffin/TGM-Plugin-Activation:
  Minor spelling & documentation fixes
  Make sure the `$actions` variable is always available
  Fix some minor issues detected in code inspection
  Update Travis config
  Minor fixes
  Allow for single file plugins & improve checks on non-standard packages
  Add an example for GitHub based repositories to the example plugin config.
  Adjust plugin directory name for "wrongly" packaged zips.
  Fix too rigorous escaping preventing js toggle from working
  Only flush the plugins cache, not *all* WP caches.
  Add inline documentation
  Escape some more output
  Add back some escapes which were added in 2.4.1 but not carried over to develop
  Fix issues with bulk installing pre-packaged/bundled plugins.
@GaryJones
Copy link
Copy Markdown
Member Author

Unconflicted.

@shivapoudel
Copy link
Copy Markdown
Contributor

@GaryJones Thanks! IMO this PR is ready to get merge ;)

jrfnl added a commit that referenced this pull request Apr 24, 2015
@jrfnl jrfnl merged commit 4c78d84 into develop Apr 24, 2015
@jrfnl jrfnl deleted the feature/file-permissions branch April 24, 2015 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants