DevHeads.net

Postings by Sven Decabooter

Avoid caching of specific fields in table cache_fields?

Hi,

Does anyone know if there's a way to avoid having fields cached in the
database table cache_fields (Drupal 7)?
This would have to be enforced from within the module that defines the
field, regardless of which entity the field is attached to..

After digging in the code I suppose it's just not possible, but if you have
any pointers, let me know!
Sven

opvolging ticket 494602 - Domiciliëring

Beste,

In opvolging van ticket #494602 werd de betaling uitgevoerd.
Kan u aub de domiciliëring opstarten nu?

Sven

Batch API on cron

Hi,

I'm reading contradicting posts about running Batch API processes on cron.
This is for Drupal 6 BTW.
I have tried implementing a batch functionality that should be run on cron,
but it doesn't seem to process the work that needs to be done.
I assume this is because running the cron through a commandline command
doesn't allow for javascript...

So my questions:
- Have I implemented Batch API incorrectly, and should it normally work also
on cron?
- What is the best way to run a process that would normally trigger a php
script timeout?

Map a webservice object with dynamic fields to a Drupal node

Hi,

I am working on a module that will integrate an external opensource project
with Drupal. The idea is that the other project manages the data, while
Drupal is responsible for the visualisation.