Drupal

Will JavaScript eat Drupal?

Submitted by Darren Oh on

I have been hearing warnings for a while now that distributed services and JavaScript running in the browser are about to reach the point where no one will want to work on Drupal any more. That would be true if no one cared about vendor independence and future-proof investment. If you’re building a disposable site or afraid that your client will run out of work for you, it may not pay to worry about those things.

Tags

What open source sustainability means

Submitted by Darren Oh on

Today I was listening to Talking Drupal #168. The topic was how to ensure that open source project developers can afford to provide updates to their users. As an open source developer myself, I have to disagree with the premise that we should support a distinction between users and developers. The projects that I develop for are the projects that I use. As a user-developer, I do not care how many users a project has. I care how many user-developers it has.

Community code of conduct

Submitted by Darren Oh on
Last year, there was a lot of discussion within the Drupal community about a code of conduct. Many people expressed the hope that a clearly stated code of conduct would prevent misunderstandings and enforce good behavior within the Drupal community. While I support this effort, I think it’s important to keep our expectations realistic. Some kinds of participation should be governed by a code of conduct, some require people to govern them directly, and others cannot be governed by the community at all.

Tags

Drush Cron on Dreamhost

Submitted by Darren Oh on

I set up Dreamhost cron jobs to run drush cron for two different sites running Drupal 8.0.3. One of the cron jobs worked, but the other failed with a syntax error. Drupal 8 requires PHP 5.5.9 or later, and the default version of PHP for one of the sites was 5.4.42. Changing the default PHP version in .bash_profile and .bashrc did not fix the error.

Tags

Protecting private files in Drupal 8

Submitted by Darren Oh on

If you add a private files directory after installing Drupal 8.0.3, you will get a warning on the status page saying it is not fully protected and to see https://www.drupal.org/SA-CORE-2013-003 for information about how to protect it with an .htaccess file. The message shows up even if the directory is not Web-accessible. Ignore it. The .htaccess file will be created automatically after caches are rebuilt.

Tags