Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Fixed cleanup routine to find directory and delete files properly. You can now set a value for 'Timeframe for Processed Files Folder' at admin/config/services/hotfolder and it will the clean out pertinent files on when cron is run.
See: #1481356: Cleanup routine not processing properly.
This adds a check to make sure the job record is still in the DB when executing code. That way nothign gets stuck in the queue without some means of unjamming it.
Moving to using Features to handle content type installation process. That way we have less weird clunky code, and more reliable install / uninstall. Sites on 7.x-1.2 are already on the same content structure, Features will just help keep track of it all.