drupal-planet

Posted by: 
Dominique De Cooman

At Drupalcamp Spain I had this moment of inspiration where I saw a further comparison between Drupal and the USS Enterprise from Star Trek.

Enjoy this creative exercise :)

 

Posted by: 
Dominique De Cooman

Dries mentioned the comparison towards the Sagrada Familia in the Driesnote in Barcelona and this really resonated with me. Especially after visiting it after Drupalcon. I thought I'd take the comparison a little further, you know, for the fun of it :)

Here we go:

Posted by: 
Dominique De Cooman
A post about dreaming about what Drupal could become and the long term potential of Drupal.
Posted by: 
Dominique De Cooman
I decided that after 17 years in the community it is time to send in a nomination: https://www.drupal.org/elections2024
 
 
Here the nomiation email which explains why:
 

Who are you?

Posted by: 
Dominique De Cooman

Automated installation of apachesolr multicore localy will save you valueable time.

Posted by: 
Dominique De Cooman

Warming the cache gives your users extremely fast pages all the time. Using varnish, xmlsitemap, cron and bash you can give your clients very fast pages.

Posted by: 
Dominique De Cooman

If you want to create a custom views access plugin the reason for this will be to allow you to have an entry point to add custom logic to protect the access to your view.

Let say you need a finer access control to a view than roles and permissions. For example you are storing properties on a user object who determine if certain user can see certain views independent of their roles.

What we need to do, is to configure our views correctly with a views access plugin.

The hacky way:

Posted by: 
Dominique De Cooman

The goal of automating deployment is to make introducing new features easier. In this post we will learn how to set up a workflow that will move code and configuration of your drupal site from your local development station, to development, to staging and to production all by a using your version control and a push of a button.

Posted by: 
Dominique De Cooman

To speed up indexing of our nodes and making full use of our machine, we want to index our nodes concurrent.

Pages

Subscribe to drupal-planet