Description of the need We have this problem on Pantheon with the installer module: If the site is not in SFTP mode, then the installer can't install.
We know that the installer can't install, so when we try to install something, we throw a nice error saying that there's a permissions issue.
Proposed solution Why don't we use this check as a dependency for the installer module? If you can't write modules to your filesystem, then you can't use this module.
GitHub Issue #:
3893
Recent comments
Hi @DianeBAS It doesn't look like there are any port requests for these modules and they do not appear in https://github.com/backdrop-contrib so it doesn't look like anybody has tried anything unless...
Station and Community Media
Thanks for those ideas. Here is what I'm doing now that works. This adds the video_filter to the config file. $format = filter_format_load('filtered_html'); $format->filters['video_filter'] = (...
How to programmatically insert an array into config file
The port of Organic Groups is within days (if not hours) of a beta release. Feel free to help test and report issues. https://github.com/backdrop-contrib/og
Porting Organic Groups module to Backdrop