Timeline

#217

It would be awesome if someone could create a logo for the ActivityPub module, I'm simply bad at it. First use would be for the project browser of course. But, even better, they will become stickers for DrupalCon Rotterdam!

#216

Starting this monday, I'm going to work for about 5 months on the ActivityPub module for Drupal: multi-user support, an API allowing you to use any (mobile) client, a new front-end and Drupal recipes, it will rock! Thank you @NLnet!

#215

Great news for ActivityPub and Drupal: I received a second grant from the NLnet foundation to push the module further, aiming for a stable release. Plans include multi-user support, a better reading experience, an API so other AP clients can connect with a Drupal instance and Recipes! More details soon!

#209

The feeling of being a ghost from the past reflected very well in this polaroid from 1xINTERNET :) Felt great seeing many old friends at Drupal Developer Days Leuven after all these years, and looking forward connecting next year in Athens! #DDD25
Ghost from the past at DDD
Topics

#206

It would be awesome if the (Belgium) android (banking) apps stopped relying on the Google MLKit library for simply scanning barcodes .. I mean, it isn't that hard to use an open source library out that does the trick as well.

Topics

#205

I'll tag new releases for Display Suite and Field Group in the first week of 2024. Especially DS contains massive fixes with BC settings which are enabled automatically when upgrading. Testers welcome for the 8.x-3.x branch to see I haven't broken anything crucial - I'm pretty sure I haven't, but hey, I'm only human :) Happy holidays! #drupal

#202

Pro PHP Guzzle tip: if you need to send a file resource, don't pass in 'Content-Type: multipart/form-data' yourself in the headers. You've just won a couple of hours of your life.

Topics

#197

Ok, I know strict comparison is usually safer, but this, really PHP .. ?!

$value = 0;
if ($value == 'isNull') print 'I am null';